gimp/app/config
Michael Natterer dd3eec6198 app: change linking order of the sub-libs of app/operations
so layer-modes/ can use the enums in enums-types.h without failing to
link.
2017-01-17 14:28:40 +01:00
..
.gitignore Add automake 1.13+ test outputs to .gitignore 2014-01-10 15:31:34 -08:00
Makefile.am app: change linking order of the sub-libs of app/operations 2017-01-17 14:28:40 +01:00
config-enums.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
config-enums.h Bug 667169 - Single window mode: allow tabs position setting. 2013-10-11 23:16:29 +13:00
config-types.h app: add new config class GimpDialogConfig 2016-08-14 22:21:59 +02:00
gimpconfig-dump.c Bug 599573 - Remember dialog defaults between Gimp sessions 2016-09-14 01:27:42 +02:00
gimpconfig-dump.h Bug 599573 - Remember dialog defaults between Gimp sessions 2016-09-14 01:27:42 +02:00
gimpconfig-file.c app: change gimp_config_file_backup_on_error() to take a GFile 2014-07-01 20:02:45 +02:00
gimpconfig-file.h app: change gimp_config_file_backup_on_error() to take a GFile 2014-07-01 20:02:45 +02:00
gimpconfig-utils.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpconfig-utils.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcoreconfig.c app: add new config class GimpDialogConfig 2016-08-14 22:21:59 +02:00
gimpcoreconfig.h app: add new config class GimpDialogConfig 2016-08-14 22:21:59 +02:00
gimpdialogconfig.c app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpdialogconfig.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
gimpdisplayconfig.c app: move PROP_PERFECT_MOUSE to the end of the enum in GimpDisplayConfig 2016-07-08 11:50:27 +02:00
gimpdisplayconfig.h app: cruft removal and cleanup in the config classes 2016-04-17 00:32:07 +01:00
gimpdisplayoptions.c app: port everything to GIMP_CONFIG_PROP_FOO() 2016-04-17 00:11:06 +01:00
gimpdisplayoptions.h Bug 704065 - Snap default preferences are now settable in the preferences. 2013-08-27 23:31:22 +12:00
gimpgeglconfig.c app: fix typo in GimpGeglConfig 2016-09-04 00:29:14 +02:00
gimpgeglconfig.h app: add "Use OpenCL" toggle to Prefs -> Environment 2013-06-01 23:04:03 +02:00
gimpguiconfig.c Bug 667862 - Allow mouse to optionally configure tablet devices 2016-10-04 22:32:08 +02:00
gimpguiconfig.h Bug 667862 - Allow mouse to optionally configure tablet devices 2016-10-04 22:32:08 +02:00
gimppluginconfig.c Bug 735895 - Precision Conversion "Dithering" dialog 2016-09-26 17:38:26 +02:00
gimppluginconfig.h app: add new config class GimpDialogConfig 2016-08-14 22:21:59 +02:00
gimprc-blurbs.h Bug 770901 - Improve the "New Layer" and "Layer Attributes" dialogs 2016-10-21 22:54:10 +02:00
gimprc-deserialize.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimprc-deserialize.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-serialize.c Bug 735895 - Precision Conversion "Dithering" dialog 2016-09-26 17:38:26 +02:00
gimprc-serialize.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-unknown.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimprc-unknown.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc.c Bug 698278 - Preferences|Reset ignores /etc/gimp/2.0/gimprc 2016-12-11 20:19:42 +01:00
gimprc.h Bug 698278 - Preferences|Reset ignores /etc/gimp/2.0/gimprc 2016-12-11 20:19:42 +01:00
gimpxmlparser.c Do not use g_io_channel_unix_new() for the win32 platforms. 2014-08-12 23:56:10 +00:00
gimpxmlparser.h app: add gimp_xml_parser_parse_gfile() 2014-07-01 02:29:30 +02:00
test-config.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00