gnucash/src
Christian Stimming 44ddca68cd Add REGEX_LIBS linker flag that is needed on win32 platform
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14743 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-08-28 09:31:29 +00:00
..
app-utils Guile doesn't need access to GUI suspend/refresh controls any more. 2006-08-09 01:12:03 +00:00
backend Fix one more instance of explicit directory separator to use G_DIR_SEPARATOR_S instead 2006-08-22 20:08:08 +00:00
bin Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon. 2006-08-22 13:38:12 +00:00
business Fix untranslated part of string. 2006-08-12 14:41:05 +00:00
calculation Tighten the grammar around quoted strings. Test-case fixes. 2006-03-31 00:00:43 +00:00
core-utils Add gnc_utf8_strip_invalid_strdup() that returns a stripped copy instead of working in-place. 2006-08-15 20:00:14 +00:00
doc Move the valgrind reference code from a compiled file to a 2006-06-09 21:33:29 +00:00
engine Add REGEX_LIBS linker flag that is needed on win32 platform 2006-08-28 09:31:29 +00:00
experimental Regularize capitalization of the word 'GnuCash'. 2006-03-23 21:40:12 +00:00
gnc-module Allow proper compile/install from tarball using separate builddir. 2006-07-25 13:25:26 +00:00
gnome Remove some conditional code that is no longer compiled, or shouldn't 2006-08-20 21:57:33 +00:00
gnome-search Add REGEX_LIBS linker flag that is needed on win32 platform 2006-08-28 09:31:29 +00:00
gnome-utils Add REGEX_LIBS linker flag that is needed on win32 platform 2006-08-28 09:31:29 +00:00
import-export Add REGEX_LIBS linker flag that is needed on win32 platform 2006-08-28 09:31:29 +00:00
network-utils The gnucash gpg networking code isn't called from anywhere. No need 2006-01-11 03:08:25 +00:00
optional Make xsl/ available for installation and therefore packaging. 2006-03-09 18:12:14 +00:00
pixmaps Add new application icon. 2006-06-26 20:12:04 +00:00
quotes This one file really does require the perl Date::Manip module. 2006-07-01 15:05:53 +00:00
register Line-wraps, and typo-fixes. 2006-08-09 01:16:33 +00:00
report Mark forgotten strings for translation 2006-08-15 19:34:03 +00:00
scm Replace : as sed's replacement command delimiter by # because on Windows, fully qualified filenames might contain the colon. 2006-08-22 19:41:18 +00:00
tax Replace "ln -sf" by "$(LN_S) -f" for 2006-03-09 14:28:54 +00:00
test-core More comments, spelling fixes, line-wraps, whitespace cleanups. 2006-08-08 23:16:54 +00:00
count.dat raw data for number of lines of code in gnucash. 2004-07-17 04:06:22 +00:00
count.gplot raw data for number of lines of code in gnucash. 2004-07-17 04:06:22 +00:00
count.sh simple stupid kloc counter 2003-06-21 19:25:04 +00:00
glib-compat.h Better fix for compiling cleanly on a glib 2.9/2.10 system without 2005-12-29 03:16:57 +00:00
gnc-test-env Improve tests environment setup script so that support for Windows directory separators can be switched on easily. 2006-08-17 12:47:46 +00:00
gnc-ui.h Update the help file names now that the docs are xml instead of 2006-05-30 04:41:44 +00:00
gtk-compat.h Cleanup patch from Andreas Köhler. 2006-02-22 22:35:03 +00:00
guile-mappings.h Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00
Makefile.am Make the cut/paste change compile on gtk 2.4 systems. 2006-01-30 04:57:46 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Remove RPC and net backends. 2005-11-22 22:54:04 +00:00
RecnWindow.h Never include "config.h" from a header file. Doing so makes it nigh 2006-03-09 05:51:07 +00:00
valgrind-gdk.supp Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00
valgrind-gnucash.supp Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00
valgrind-x11.supp Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00

This directory contains the source for GnuCash.
See README.modules for the layout of the module subdirectories.
The non-module directories are:

  doc: various notes about design and the design documentation.
  experimental: for experimental systems.
  gnome: misc code for the gtk/gnome front end.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  scm: misc scheme code.