gnucash/src
Rob Browning 39b6e7d3f8 * src/gnome-utils/window-help.c: moved here from src/gnome.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5881 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-16 20:41:24 +00:00
..
app-file * src/app-file/test/.cvsignore: add Makefile.in. 2001-11-09 15:37:24 +00:00
app-utils Build changes to clean up library cross-dependencies and move to libtool-1.4 2001-11-07 22:41:56 +00:00
backend Add explicit types to GUID queries. 2001-11-14 09:07:49 +00:00
calculation Fix ignores. 2001-11-08 00:04:44 +00:00
doc 2001-11-04 Joshua Sled <jsled@asynchronous.org> 2001-11-05 07:39:10 +00:00
engine In gnc_gh_gint64_p, check for exact before doing comparisons. 2001-11-16 00:41:30 +00:00
experimental Use AM_CFLAGS instead of CFLAGS in Makefile.am. 2001-10-26 12:10:06 +00:00
gnc-module Fix dynamic linking bug. 2001-11-13 04:12:09 +00:00
gnome * src/gnome/gnucash.c.in: add temporary helpers for gnucash 2001-11-16 20:39:23 +00:00
gnome-utils * src/gnome-utils/window-help.c: moved here from src/gnome. 2001-11-16 20:41:24 +00:00
import-export Remove src/guile references in Makefile.am's. 2001-11-12 23:54:18 +00:00
network-utils More makefile changes to get modules loading right. Hacked the crashes 2001-11-08 18:15:30 +00:00
optional ignore stuff 2001-11-02 18:15:25 +00:00
pixmaps Jeremy Collin's updated splash screen. 2001-06-06 20:04:23 +00:00
quotes automake 1.5 fixes and further work on transaction voiding 2001-10-03 07:08:31 +00:00
register Remove src/guile references in Makefile.am's. 2001-11-12 23:54:18 +00:00
report * src/report/utility-reports/test/Makefile.am: use gnc-test-env. 2001-11-12 23:19:37 +00:00
scm Export simple-format if it needs to be defined. 2001-11-14 09:07:10 +00:00
tax * src/tax/us/test/.cvsignore: add .libs. 2001-11-09 18:26:49 +00:00
test-core Build changes to clean up library cross-dependencies and move to libtool-1.4 2001-11-07 22:41:56 +00:00
.cvsignore 2001-09-05 Dave Peticolas <dave@krondo.com> 2001-09-05 23:53:31 +00:00
AccWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnc-main.c * src/guile/gnucash.c.in (gnc_main): change from main 2001-03-22 12:26:39 +00:00
gnc-test-env * src/gnc-test-env: new script. 2001-11-12 22:28:16 +00:00
gnc-ui.h Module cleanups. 2001-09-24 07:22:02 +00:00
gnucash-make-guids.in Use new gnc:guid-new api. 2001-11-01 10:31:46 +00:00
gnucash-run-script.in Remove src/guile references in Makefile.am's. 2001-11-12 23:54:18 +00:00
Makefile.am 2001-11-16 Christian Stimming <stimming@tuhh.de> 2001-11-15 23:24:48 +00:00
README Update with new file and directory info. 2000-08-23 08:55:50 +00:00
README.modules More src/guile up in the build order. Update README.modules. 2001-11-09 00:35:09 +00:00
RecnWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00

This directory contains

  calculation: an implementation of a financial calculator, an
               amortization scheduler, and an expression parser.
  doc: various notes about design and the design documentation.
  engine: a directory containing a gui-independent accounting engine
  experimental: for experimental systems.
  gnome: most of the code for the gtk/gnome front end.
  guile: guile related code including g-wrap bits.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  register: a directory containg the register object.
  scm: all of the scheme code.

This directory contains a smatttering of gui-independent files.

  Destroy.[ch]      -- functions for destroying GUI windows
  EuroUtils.[ch]    -- implements euro currency conversions
  FileBox.h         -- generic interface to a file picker dialog
  FileDialog.[ch]   -- GUI independent functions for saving and loading
                       GnuCash files. The name of the file is rather
                       misleading!
  MainWindow.h      -- generic interface to main GUI window
  MultiLedger.[ch]  -- utilities for handling and updating multiple
                       register windows
  Refresh.[ch]      -- utilities for refreshing GUI windows
  SplitLedger.[ch]  -- loads a register window with data from the engine

  file-history.h    -- interface for saving and restoring file open history
  gnc-ui-common.h   -- define some GUI abstractions
  messages.h
  messages_i18n.h   -- translatable strings
  top-level.h       -- generic top-level interfaces
  ui-callbacks.h    -- an interface that any gnucash gui must support