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
John Ralls 07eea7f6ec
revert bogus directory added in r20682
15 years ago
..
app-utils Revert r20633: Accidental double-commit 15 years ago
backend Win32: Fix compiler warnings about potentially uninitialized functions. 15 years ago
bin Bug #644897: Correctly link in libgncmod-report-gnome.la to avoid linking against an installed version. 15 years ago
business Spelling and other fixes in comments 15 years ago
calculation
cmake_modules Cutecash: Use pkg-config lookup of guile instead of custom macro. 15 years ago
core-utils Introduce a new directory to store all gtkbuilder compatible ui files 15 years ago
debug Re-indentation of source code. 16 years ago
doc Small spelling corrections in comments and some whitespace adjustments 15 years ago
engine revert bogus directory added in r20682 15 years ago
experimental Bug #640357: Adding very limited Perl-Support for doxygen 15 years ago
gnc Cutecash: Add cmake files for import module and for aqbanking module. 15 years ago
gnc-module Use qualified include path for cmake/automake simplification 15 years ago
gnome Fix makefile after file removal in r20669 15 years ago
gnome-search Bug #602052: Fix text search options with small revisions for usability 15 years ago
gnome-utils revert bogus directory added in r20682 15 years ago
html Correct memory leaks found with Valgrind. 15 years ago
import-export Cutecash: Add cmake files for import module and for aqbanking module. 15 years ago
libqof revert bogus directory added in r20682 15 years ago
optional Refactor gncOwnerCreate/Destroy into gncOwnerNew/Free to avoid confusion with similar gnc<ownertype>Create/Destroy functions, like gncVendorCreate, gncCustomerDestroy and so on. The type specific functions add or delete the owner from the book, while the generic one only allocated memory or freed memory to hold a generic owner. Changing the name makes it clear the generic and specific functions are not related. Note: this change may require a clean rebuild. I'm not sure if swig picks this up automatically. 15 years ago
pixmaps Minor tweaking of icon for duplicate invoice so that it doesn't look grayed out 15 years ago
plugins Refactor gncOwnerCreate/Destroy into gncOwnerNew/Free to avoid confusion with similar gnc<ownertype>Create/Destroy functions, like gncVendorCreate, gncCustomerDestroy and so on. The type specific functions add or delete the owner from the book, while the generic one only allocated memory or freed memory to hold a generic owner. Changing the name makes it clear the generic and specific functions are not related. Note: this change may require a clean rebuild. I'm not sure if swig picks this up automatically. 15 years ago
python Add code to start up a Python console during Py module init, but disabled by default. 15 years ago
quotes Bug #640357: Adding very limited Perl-Support for doxygen 15 years ago
register Bug #644557 - gnucash-2.4.3: downstream patches to fix tests linking 15 years ago
report Bug #650757: Fix Easy & footer styles output wrong tags </btd> iso </b></td> preventing HTML 4.01 Transitional validation 15 years ago
scm Make sure the right gnc-fq-* scripts are used. 16 years ago
tax Improve txf scheme routines to handle invalid tax-entity-types more gracefully. 15 years ago
test-core
CMakeLists.txt Cutecash: Add cmake files for import module and for aqbanking module. 15 years ago
Makefile.am Several people reporting that swig-runtime.h wasn't being created. 15 years ago
README
README.modules
base-typemaps.i 639980: Add EntryList and _gncEntry objects to list typemap. 15 years ago
config.h.cmake.in Fix cmake build after latest configure changes. 15 years ago
gnc-test-env
guile-mappings.h Require guile 1.8.5 and remove all 1.6.x specific conditions 15 years ago
platform.h Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config 16 years ago

README

This directory contains the source for GnuCash.

See README.modules for the layout of the module subdirectories.
The non-module directories are:

doc: various notes about design and the design documentation.
experimental: for experimental systems.
gnome: misc code for the gtk/gnome front end.
optional: bits supported via ./configure --enable-* or --with-* args.
pixmaps: various runtime images.
quotes: code for downloading stock quotes.
scm: misc scheme code.