You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src
Dave Peticolas f12b4c8cb4
Fix compiler warning.
25 years ago
..
calculation
doc 2001-06-08 Dave Peticolas <dave@krondo.com> 25 years ago
engine Fix compiler warning. 25 years ago
experimental
gnome 2001-06-08 Dave Peticolas <dave@krondo.com> 25 years ago
optional
pixmaps Jeremy Collin's updated splash screen. 25 years ago
quotes 2001-05-08 Dave Peticolas <dave@krondo.com> 26 years ago
register 2001-06-08 Dave Peticolas <dave@krondo.com> 25 years ago
scm 2001-06-07 Dave Peticolas <dave@krondo.com> 25 years ago
.cvsignore
AccWindow.h
EuroUtils.c
EuroUtils.h
FileBox.h
FileDialog.c * src/FileDialog.c (gncFileNew): lookup pref and do or don't run 25 years ago
FileDialog.h 2001-05-10 Dave Peticolas <dave@krondo.com> 25 years ago
Makefile.am
MultiLedger.c
MultiLedger.h
README
RecnWindow.h
RegWindow.h
SplitLedger.c 2001-06-08 Dave Peticolas <dave@krondo.com> 25 years ago
SplitLedger.h 2001-06-08 Dave Peticolas <dave@krondo.com> 25 years ago
file-history.h
gnc-component-manager.c 2001-05-26 Dave Peticolas <dave@krondo.com> 25 years ago
gnc-component-manager.h
gnc-exp-parser.c Fix some include problems. 26 years ago
gnc-exp-parser.h
gnc-main.c
gnc-ui-common.h
gnc-ui-util.c 2001-06-02 Dave Peticolas <dave@krondo.com> 25 years ago
gnc-ui-util.h 2001-05-04 Dave Peticolas <dave@krondo.com> 26 years ago
gnc-ui.h 2001-05-24 Dave Peticolas <dave@krondo.com> 25 years ago
messages.h

README

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