mirror of https://github.com/GNOME/gimp.git
ed2d178da3
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 |
||
---|---|---|
.. | ||
app | ||
libgimp | ||
libgimpbase | ||
libgimpcolor | ||
libgimpconfig | ||
libgimpmath | ||
libgimpmodule | ||
libgimpthumb | ||
libgimpwidgets | ||
tools | ||
.gitignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
README.gtkdoc | ||
contexts.txt | ||
debug-plug-ins.txt | ||
exif-handling.txt | ||
gbr.txt | ||
ggr.txt | ||
gih.txt | ||
gimp-module-dependencies.svg | ||
gimp-schedule.ods | ||
gpb.txt | ||
includes.txt | ||
parasites.txt | ||
pat.txt | ||
release-howto.txt | ||
structure.xml | ||
submitting-patches.txt | ||
tagging.txt | ||
ui-framework.txt | ||
undo.txt | ||
vbr.txt | ||
xcf.txt |
README
Developers documentation ------------------------ This directory holds information that you will find useful if you develop a GIMP plug-in or want to work on the GIMP core. app - setup for documentation of the GIMP core; not build by default since it is huge and only relevant for core developers includes.txt - the policy for inclusion of header files libgimp libgimpbase libgimpcolor libgimpmath libgimpmodule libgimpwidgets - complete libgimp documentation generated from the source; see README.gtkdoc structure.xml - a DocBook article that gives an overview on the directory structure of the GIMP source tree gih.txt - description of the GIH format used to store a series of pixmap brushes gpb.txt - description of the GPB format for pixmap brushes pat.txt - description of the PAT format for patterns parasites.txt - descriptions of known parasites undo.txt - description of the undo system xcf.txt - description of Gimp's XCF format