Commit Graph

8035 Commits (c19e0cf151a0ddabce7e3a2a77181bab5a622156)

Author SHA1 Message Date
Derek Atkins 498d9d905b guile 1.8's SCM_EXACTP() throws an error when passed a non-number.
20 years ago
Andreas Köhler 741bd0abf1 Avoid crash when renaming page in a page-less window by returning if
20 years ago
Andreas Köhler 49470adf27 Add include directives for ${top_builddir}/src/swig-runtime.h.
20 years ago
Christian Stimming 37987662cc Convert even more strings of locale into utf8, as suggested by Jon Arney.
20 years ago
Christian Stimming cca07a4d9b Remove windows-specific ignoring of engine_is_initialized check.
20 years ago
Christian Stimming 9abcbe4533 Install the .ico icon file into $datadir/gnucash/pixmaps instead of $datadir/pixmaps.
20 years ago
Christian Stimming a07f2b1726 Add gnucash icon in Windows .ico format for windows icon
20 years ago
Derek Atkins cf2c12f366 Update for 2.0.3 release
20 years ago
Christian Stimming f643a37cc8 Change enum names to avoid name collision of IGNORE identifier, especially with win32 headers.
20 years ago
Christian Stimming 29bf7e2dd1 Rename private min/max functions to avoid name collisions with existing functions of macros, as suggested by Jon Arney
20 years ago
Christian Stimming 4d598abed4 Change enum names to avoid name collisions, especially with win32 headers.
20 years ago
Derek Atkins a70c7c4b88 Load and store a commodity's KVP-frame (IFF it's non-empty).
20 years ago
Christian Stimming 9aa7ad31d2 Check for potentially failed utf8 conversion of locale strings. bug#383270
20 years ago
Christian Stimming 0dcefd51f6 Rename variables to avoid potential conflicts with C/C++ keywords.
20 years ago
Andreas Köhler 47f406a9b7 Fix some printf's of NULL in DEBUG, ENTER and LEAVE macro invocations.
20 years ago
Christian Stimming 86e011e98b Remove unused variables and dead code. Patch provided by Jerry Quinn. Fixes #347084.
20 years ago
Derek Atkins e838b75c64 Print out more information about "broken" splits.
20 years ago
Chris Shoemaker e8e2e12e11 Return zero instead of failing an assertion when the register asks a
20 years ago
Chris Shoemaker 099867608e Remove unused variables.
20 years ago
Chris Shoemaker 501d0943f5 Factor out some quiting code from gnc_main_window_delete_event() and
20 years ago
Chris Shoemaker 60e5a01dfd Fix bug #353450 - Crash on quit during save.
20 years ago
Andreas Köhler 4018fd17ab Drop argv-list-converters.[ch], because its use was removed by r12942
20 years ago
Andreas Köhler 36e5eb23ec Save window size and position of the transfer dialog.
20 years ago
Andreas Köhler 26f4dd062a When progress bar is showing, do not make menus and toolbars
20 years ago
Christian Stimming 8139f08d62 Replace 'static inline' by 'static' for functions that are used by function pointers.
20 years ago
Christian Stimming 7f94d3b5b7 Remove configure-time path variables that are not used in the source code
20 years ago
Christian Stimming 29c158335a Remove configure argument --with-locale-dir because it is unused anyway
20 years ago
Christian Stimming 7852857000 Remove compiled-in pathname LOCALE_DIR by relocatable runtime function
20 years ago
Christian Stimming 462cebb82f Fix gnc_path_get_localedir() because binreloc's implementation did not
20 years ago
Derek Atkins b4ca5382d8 Don't have aktzu in the "case" twice. Fixes #377519.
20 years ago
Christian Stimming 3571a1f3ad Mark forgotten string as translatable
20 years ago
Christian Stimming 3c2dfcb44a Replace mkstemp by g_mkstemp because the former is unavailable on windows
20 years ago
Chris Shoemaker b2c2ae2bf8 Add src/base-typemaps.i as a prerequisite for all wrapper-generator rules.
20 years ago
Chris Shoemaker 0866a83d33 Add a custom SWIG typemap for wrapping a return value of (char *)NULL
20 years ago
Chris Shoemaker 74871917d7 Fix some #f vs. '() issues in qif import files.
20 years ago
Chris Shoemaker e52027a7f5 Make the xml file read behavior less random for malformed account input.
20 years ago
Christian Stimming 6005e8deca Fix missing date when reconciling from HBCI as suggested by Konstantin Goudkov, #372929.
20 years ago
Andreas Köhler c94218b42c Fix three incorrect tests for swig-wrapped objects and one
20 years ago
David Hampton 554c03d055 The args to g_build_filename should be NULL terminated.
20 years ago
David Hampton 101c8c4e80 gnc_history_get_last() can return NULL.
20 years ago
Andreas Köhler e0cbea3e7a Replace remaining _WIN32 macro tests by G_OS_WIN32 ones.
20 years ago
Andreas Köhler 7ebf6b80b7 Add swig base-typemap double gdouble. gnc-progress-dialog-set-value
20 years ago
Andreas Köhler 084159c80d Default directory tweaks:
20 years ago
Christian Stimming 8ba8f89376 Add win32 method for looking up the current LANG string
20 years ago
David Hampton c7172736dd Fix some scheme inexact errors. Fixes 347462.
20 years ago
Christian Stimming 0deaec014b Activate Close Books menu item again. This is an unstable branch, after all. Reverts r14150. bug#342599
20 years ago
Christian Stimming 4f4e270435 Activate QSF Import/Export again. This is an unstable branch, after all. Reverts r14147, r14148. bug#342515
20 years ago
Christian Stimming caedec4d73 Improve error reporting of QSF import a little bit. Patch provided by Georgi Mirchev, bug#343724.
20 years ago
Christian Stimming a746a064aa Fix cancel button of QSF import. Patch provided by Georgi Mirchev, bug#343723.
20 years ago
Christian Stimming c6f083e723 Fix missing i18n header
20 years ago