gnucash/libgnucash/app-utils
John Ralls d5f6a2539b Replace GncOption::_get_option() with a friend function swig_get_option.
Implemented in gnc-optiondb.i it more clearly indicates the intended
use and restricts the access. Unfortunately further limiting the
friend declaration with #ifdef SWIG prevented the declaration from
working, raising the error "m_option is a private member of GncOption".
2021-07-10 17:29:15 -07:00
..
calculation Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
mocks Add missing C linkage statements 2020-09-23 19:59:40 +02:00
test Provide more than one Date UI type to match options available in dialog-option.c 2021-07-10 17:29:15 -07:00
app-utils.i Integrate gnc-option into app-utils. 2021-07-10 17:29:15 -07:00
app-utils.scm Remove the incomplete book-currency code. 2021-07-10 17:29:11 -07:00
business-options.scm Remove duplicate definitions 2021-04-02 09:37:14 +08:00
business-prefs.scm [modularise] (gnucash app-utils) 2020-12-09 06:40:07 +08:00
c-interface.scm [master] remove deprecated scheme functions 2021-01-04 08:46:09 +08:00
CMakeLists.txt Provide an accessor to GncOptionAccountValue::m_allowed 2021-07-10 17:29:15 -07:00
date-utilities.scm [date-utilities.scm] remove unused date selectors code & string 2021-03-30 18:09:44 +08:00
file-utils.c I18N: replace several spourious spaces 2021-02-22 17:56:50 +01:00
file-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
fin.scm Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
gfec.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 2018-04-26 13:01:00 -07:00
gfec.h Rewrite several file path routines to use boost::filesystem 2017-08-26 21:38:21 +02:00
gnc-account-merge.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-account-merge.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-accounting-period.c Reformat source files gnc-accounting-period.* 2019-05-17 11:01:24 +01:00
gnc-accounting-period.h Reformat source files gnc-accounting-period.* 2019-05-17 11:01:24 +01:00
gnc-addr-quickfill.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-addr-quickfill.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-basic-gobject.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-entry-quickfill.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-entry-quickfill.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-euro.c Fix typos in libgnucash/ 2021-03-02 01:15:32 +01:00
gnc-euro.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-exp-parser.c Merge branch 'maint' 2020-04-24 13:52:21 -07:00
gnc-exp-parser.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-gsettings.c Merge branch 'maint' 2020-01-17 18:35:30 +01:00
gnc-gsettings.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-help-utils.c Section help on windows not working 2020-11-06 13:05:42 +00:00
gnc-help-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-helpers.c bindings/guile cosmetic - rename source files for consistency 2019-12-06 19:59:11 +01:00
gnc-helpers.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-option-impl.cpp Provide an accessor to GncOptionAccountValue::m_allowed 2021-07-10 17:29:15 -07:00
gnc-option-impl.hpp Provide an accessor to GncOptionAccountValue::m_allowed 2021-07-10 17:29:15 -07:00
gnc-option-ui.hpp GncOptionUIItem from the GncOptionVariant classes to GncOption. 2021-07-10 17:29:15 -07:00
gnc-option-uitype.hpp Provide more than one Date UI type to match options available in dialog-option.c 2021-07-10 17:29:15 -07:00
gnc-option.cpp Enable retrieval of a GncOptionDateValue's relative period. 2021-07-10 17:29:15 -07:00
gnc-option.hpp Replace GncOption::_get_option() with a friend function swig_get_option. 2021-07-10 17:29:15 -07:00
gnc-optiondb-impl.hpp Remove the UI interface from GncOptionDB. 2021-07-10 17:29:15 -07:00
gnc-optiondb.cpp Provide more than one Date UI type to match options available in dialog-option.c 2021-07-10 17:29:15 -07:00
gnc-optiondb.hpp GncOptionUIItem from the GncOptionVariant classes to GncOption. 2021-07-10 17:29:15 -07:00
gnc-optiondb.i Replace GncOption::_get_option() with a friend function swig_get_option. 2021-07-10 17:29:15 -07:00
gnc-prefs-utils.c Create a function to remove the registered preference 2019-08-18 13:18:10 +01:00
gnc-prefs-utils.h Create a function to remove the registered preference 2019-08-18 13:18:10 +01:00
gnc-state.c gnc-uri - refer to 'scheme' instead of 'protocol' as that's the more formal term used in uris 2018-12-27 22:33:17 +01:00
gnc-state.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-sx-instance-model.c Bug 797928 - Since last run asks for security price when no shares traded 2021-04-19 14:25:59 -07:00
gnc-sx-instance-model.h Merge branch 'maint' into unstable 2018-02-19 15:25:53 +01:00
gnc-ui-balances.c Replace g_memdup by memcpy 2021-03-08 15:14:17 -08:00
gnc-ui-balances.h [window-autoclear.c] cleanup, optimize, prevent UI lag 2020-10-23 09:11:29 +08:00
gnc-ui-util.c Remove the incomplete book-currency code. 2021-07-10 17:29:11 -07:00
gnc-ui-util.h Remove the incomplete book-currency code. 2021-07-10 17:29:11 -07:00
option-util.c Remove the incomplete book-currency code. 2021-07-10 17:29:11 -07:00
option-util.h Remove the incomplete book-currency code. 2021-07-10 17:29:11 -07:00
options.scm Remove the incomplete book-currency code. 2021-07-10 17:29:11 -07:00
QuickFill.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
QuickFill.h Restructure the src directory 2017-08-10 18:45:00 +02:00