gnucash/src
Linas Vepstas 1a9979937b misc cleanup for closing window, etc.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9212 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-02 03:50:59 +00:00
..
app-file * src/*/Makefile.am: Make sure we define PWD, as not all shells 2003-08-10 19:28:42 +00:00
app-utils Remove RCS 'Id' tags from files. 2003-08-30 00:22:05 +00:00
backend remove pointless maloc/free, should improve file load performance a 2003-09-01 15:08:26 +00:00
bin fixes 2003-08-23 20:23:30 +00:00
business remove pointless malloc/free, should improve file load performance a 2003-09-01 15:09:25 +00:00
calculation Applied Herbert Thoma's patch: 2003-04-12 16:53:22 +00:00
core-utils 2003-01-19 John Pierce <XXXXXXXXXXX> 2003-01-20 17:11:50 +00:00
doc update status 2003-09-01 17:52:22 +00:00
engine merge from auto-cap-gains branch: gains dates now track the dates on 2003-09-01 20:20:52 +00:00
experimental Clean up usage of guid_to_string() function. There is no longer any 2003-06-28 06:29:17 +00:00
gnc-module Remove RCS 'Id' tags from files. 2003-08-30 00:22:05 +00:00
gnome misc cleanup for closing window, etc. 2003-09-02 03:50:59 +00:00
gnome-search * src/*/Makefile.am: Make sure we define PWD, as not all shells 2003-08-10 19:28:42 +00:00
gnome-utils Move the splash screen code to another directory. 2003-08-11 05:31:03 +00:00
import-export Remove RCS 'Id' tags from files. 2003-08-30 00:22:05 +00:00
network-utils Applied Herbert Thoma's patch: 2003-04-12 16:53:22 +00:00
optional Collapse the DateUtils.[ch] files into date.[ch]. 2003-03-17 02:02:10 +00:00
pixmaps add support for new gnucash icon 2002-12-20 21:59:08 +00:00
quotes Added HTML::Parser to the modules looked for when starting up. 2003-05-13 04:04:50 +00:00
register * src/*/Makefile.am: Make sure we define PWD, as not all shells 2003-08-10 19:28:42 +00:00
report * src/*/Makefile.am: Make sure we define PWD, as not all shells 2003-08-10 19:28:42 +00:00
scm Remove RCS 'Id' tags from files. 2003-08-30 00:22:05 +00:00
tax Remove RCS 'Id' tags from files. 2003-08-30 00:22:05 +00:00
test-core Initial port from the deprecated (in 1.6) guile gh_xxx interface to 2003-02-22 08:15:53 +00:00
.cvsignore * src/.cvsignore: remove bits that moved to src/bin. 2001-11-21 17:23:14 +00:00
AccWindow.h 2002-10-06 Joshua Sled <jsled@asynchronous.org> 2002-10-06 22:31:05 +00:00
count.sh simple stupid kloc counter 2003-06-21 19:25:04 +00:00
gnc-test-env * src/gnc-test-env: define LTDL_LIBRARY_PATH 2002-10-01 04:13:21 +00:00
gnc-ui.h Collapse the gnc_xxx_dialog_parented function into the corresponding 2003-07-29 00:17:33 +00:00
guile-mappings.h Initial port from the deprecated (in 1.6) guile gh_xxx interface to 2003-02-22 08:15:53 +00:00
Makefile.am add valgrind suppression file 2003-08-17 17:26:54 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Work on report/report-gnome module. 2001-12-07 08:49:57 +00:00
RecnWindow.h 2002-10-03 Christian Stimming <stimming@tuhh.de> 2002-10-03 21:07:47 +00:00
valgrind-gnucash.supp valgrind wasn't useful ... 2003-08-17 18:48:41 +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.