gnucash/src
Linas Vepstas a6570d20d2 more versioning hacking
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5048 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-28 03:29:53 +00:00
..
calculation 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
doc 2001-07-06 Joshua Sled <jsled@asynchronous.org> 2001-07-06 07:31:31 +00:00
engine more versioning hacking 2001-07-28 03:29:53 +00:00
experimental 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnome change function signature 2001-07-25 01:07:58 +00:00
optional fix typo 2001-07-27 07:14:59 +00:00
pixmaps Jeremy Collin's updated splash screen. 2001-06-06 20:04:23 +00:00
quotes 2001-05-08 Dave Peticolas <dave@krondo.com> 2001-05-08 09:36:40 +00:00
register 2001-07-22 Dave Peticolas <dave@krondo.com> 2001-07-22 08:54:55 +00:00
scm Added column totals, and more helpful comments in the code. 2001-07-19 05:21:53 +00:00
.cvsignore 2001-07-03 Dave Peticolas <dave@krondo.com> 2001-07-03 21:43:44 +00:00
AccWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
EuroUtils.c * src/gnome/dialog-transfer.c: set price for euro currencies 2001-04-24 10:46:01 +00:00
EuroUtils.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
file-history.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
FileBox.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
FileDialog.c add permission/access control error type 2001-06-26 00:22:35 +00:00
FileDialog.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnc-component-manager.c 2001-07-11 Dave Peticolas <dave@krondo.com> 2001-07-12 00:13:21 +00:00
gnc-component-manager.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnc-exp-parser.c Fix some include problems. 2001-04-25 21:49:16 +00:00
gnc-exp-parser.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-ui-common.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnc-ui-util.c 2001-07-18 Dave Peticolas <dave@krondo.com> 2001-07-18 23:14:50 +00:00
gnc-ui-util.h 2001-07-12 Dave Peticolas <dave@krondo.com> 2001-07-12 22:21:13 +00:00
gnc-ui.h First SX change - add a help button to the editor dialog. 2001-07-24 08:01:49 +00:00
gnucash-make-guids.c 2001-07-03 Dave Peticolas <dave@krondo.com> 2001-07-03 22:57:42 +00:00
Makefile.am 2001-07-09 Dave Peticolas <dave@krondo.com> 2001-07-09 10:31:21 +00:00
messages.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
MultiLedger.c 2001-07-21 Dave Peticolas <dave@krondo.com> 2001-07-22 02:29:52 +00:00
MultiLedger.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
README Update with new file and directory info. 2000-08-23 08:55:50 +00:00
RecnWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
RegWindow.h 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
SplitLedger.c change function signature 2001-07-25 01:07:58 +00:00
SplitLedger.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