gnucash/src
Dave Peticolas 6c5cb83bb9 Include glib.h for glib types.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5343 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-08 20:40:15 +00:00
..
app-utils Add gnucash autoconf macro. Don't include config.h in headers. 2001-09-07 21:51:13 +00:00
backend Modules go in pkglibdir. 2001-09-07 22:54:25 +00:00
calculation .deps, .libs, *.la, *.lo added. 2001-08-27 15:24:05 +00:00
doc add xml dir to dist. 2001-08-31 20:35:54 +00:00
engine Include glib.h for glib types. 2001-09-08 20:40:15 +00:00
experimental 2001-07-02 Dave Peticolas <dave@krondo.com> 2001-07-03 06:49:39 +00:00
gnc-module Fix for make dist. 2001-09-03 19:47:23 +00:00
gnome rename "recur" commands "schedule", replace literals with #defines 2001-09-05 08:21:58 +00:00
import-export Modules go in pkglibdir. 2001-09-07 22:54:25 +00:00
optional Fixes for make dist. 2001-08-21 09:54:17 +00:00
pixmaps Jeremy Collin's updated splash screen. 2001-06-06 20:04:23 +00:00
quotes Matt Krai's patch adding trustnet quote support. 2001-08-18 08:22:35 +00:00
register Add gnucash autoconf macro. Don't include config.h in headers. 2001-09-07 21:51:13 +00:00
report Fix missing bindings bug. 2001-09-04 07:02:53 +00:00
scm Fix bug quoting more than one currency. 2001-09-08 07:44:46 +00:00
tax .deps, .libs, *.la, *.lo added. 2001-08-27 15:24:05 +00:00
test-core .deps, .libs, *.la, *.lo added. 2001-08-27 15:24:05 +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
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 2001-08-16 Bill Gribble <grib@billgribble.com> 2001-08-17 00:44:01 +00:00
FileDialog.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.h 2001-08-22 Dave Peticolas <dave@krondo.com> 2001-08-22 09:29:13 +00:00
gnucash-make-guids.in 2001-09-05 Dave Peticolas <dave@krondo.com> 2001-09-05 23:53:31 +00:00
gnucash-run-script.in 2001-09-05 Dave Peticolas <dave@krondo.com> 2001-09-05 23:53:31 +00:00
Makefile.am Add ltdl. 2001-09-07 09:03:56 +00:00
README Update with new file and directory info. 2000-08-23 08:55:50 +00:00
README.modules Add tax module. 2001-08-20 01:57:37 +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