Files
gnucash/src
Dave Peticolas b811b0583d 2001-04-26 Christian Stimming <stimming@tuhh.de>
* src/scm/report/*.scm: adapt to changed gnc:make-report-anchor.

	* src/scm/html-utilities.scm (gnc:make-report-anchor):
	gnc:report-add-child-by-id! is now used inside here. API changed.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4051 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-26 07:51:41 +00:00
..
2001-04-09 18:25:31 +00:00
2001-02-25 10:32:55 +00:00
2001-04-26 06:33:23 +00:00
2000-12-01 21:54:50 +00:00
2001-04-25 21:49:16 +00:00
2001-04-12 23:03:42 +00:00
2001-04-12 23:03:42 +00:00
2001-01-11 04:16:36 +00:00
2001-04-25 21:49:16 +00:00
2001-04-12 23:03:42 +00:00
2000-03-19 10:23:16 +00:00
2001-03-21 10:36:55 +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