Gimp/app/config
Martin Nordholts ed2d178da3 app: Get rid of config -> display module dependency
In order to make a clear separation between the core modules and the
UI modules, move the necessary enums from display-enums.h and
widgets-enums.h to config-enums.h and the files
gimpdisplayoptions.[ch] from the display to the config module. This
removes the config -> display dependency.

This change has three main benefits
 * It lets us remove includes of display files from the config module
 * We don't have to link gimp-console and test-config with a subset of
   object files from the display module
 * It is reflected in devel-docs/gimp-module-dependencies.svg that the
   application is made up of core modules and UI modules and that no
   core module depends on any UI module
2010-02-01 21:56:48 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
config-enums.c app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
config-enums.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
config-types.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimpbaseconfig.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbaseconfig.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconfig-dump.c app: Formating 2009-08-02 14:09:37 +02:00
gimpconfig-dump.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconfig-file.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconfig-file.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpconfig-utils.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00: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 "language" gimprc option and set the language accordingly 2010-01-05 22:30:16 +01:00
gimpcoreconfig.h app: add "language" gimprc option and set the language accordingly 2010-01-05 22:30:16 +01:00
gimpdisplayconfig.c app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimpdisplayconfig.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimpdisplayoptions.c app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimpdisplayoptions.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimpguiconfig.c Add a Single-window mode 2009-09-26 18:28:41 +02:00
gimpguiconfig.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimppluginconfig.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppluginconfig.h app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
gimprc-blurbs.h app: add GimpLanguageComboBox and use it from the Preferences dialog 2010-01-05 22:30:16 +01:00
gimprc-deserialize.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-deserialize.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-serialize.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-serialize.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-unknown.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc-unknown.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprc.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpxmlparser.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpxmlparser.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
Makefile.am app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
test-config.c app: Fix non-string-literal warning for g_print() test-config.c 2009-09-05 14:33:48 +02:00