gimp/app
Michael Natterer bc4cf9918f Bug 673501 - Issue with Overlay
GIMP's OVERLAY mode was identical to SOFTLIGHT. This commit fixes the
issue and introduces a NEW_OVERLAY mode and enum value.

- change gimp:overlay-mode to be a real (svg-ish) overlay mode
- when compositing, map OVERLAY to gimp:softlight-mode
- when compisiting, map NEW_OVERLAY to gimp:overlay-mode
- bump the XCF version when NEW_OVERLAY is used
- map OVERLAY to SOFTLIGHT when loading and saving XCF
- map OVERLAY to softlight in all PDB setters
- map OVERLAY to softlight when deserializing a GimpContext
- change all paint mode menus to show an entry for NEW_OVERLAY
  instead of OVERLAY
- change PSP, PSD and OpenRaster to use NEW_OVERLAY

These changes should (redundantly) make sure that no OVERLAY enum
value is used in the core any longer because it gets mapped to
SOFTLIGHT at all entry points, with the downside of introducing a
setter/getter asymmetry when OVERLAY was set in a PDB api.
2015-04-29 13:32:58 -04:00
..
actions Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
config app: don't use a NULL blurb for GimpCoreConfig::mypaint-brush-path-writable 2015-04-26 15:52:15 -04:00
core Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
dialogs app: make the MyPaint brush path configurable in Prefs -> Folders 2015-04-25 21:14:22 -04:00
display app: minor formatting cleanup in gimpdisplayshell-tool-events.c 2015-04-18 08:40:31 +02:00
file app: fix implicit enum casting 2015-01-10 00:02:28 +01:00
gegl Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
gui app: move color history loading/saving to core/gimp-palettes.c 2014-11-27 01:10:46 +01:00
menus app: port menus_clear() to GIO 2014-07-29 14:53:27 +02:00
operations Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
paint app: add gimp_dynamics_is_output_enabled() 2015-04-19 21:58:36 +02:00
pdb Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
plug-in app: don't leak "buffer" in gimp_interpreter_db_add_binfmt_misc() 2014-10-06 20:34:56 +02:00
tests app: link tests to Z_LIBS 2015-04-15 13:13:47 +02:00
text remove unnecessary if() 2014-08-16 00:37:14 +02:00
tools app: make the MyPaint brush path configurable in Prefs -> Folders 2015-04-25 21:14:22 -04:00
vectors Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
widgets Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
xcf Bug 673501 - Issue with Overlay 2015-04-29 13:32:58 -04:00
.gitignore
Makefile.am app: clean compilation with external libmypaint. 2015-03-30 22:38:35 +02:00
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c app: don't leak the gimpdir GFile in app_run() 2014-10-06 20:33:47 +02:00
app.h app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
batch.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
batch.h
errors.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-log.h app: turned an XCF debug patch I had into proper GIMP_LOG=xcf output 2014-07-09 22:36:55 +02:00
gimp-priorities.h app: add gimp-priorities.h and keep the most important priorities there 2014-07-02 04:47:24 +02:00
gimpcore.def
language.c Bug 675554 - fix overriden language environment variables on Windows. 2013-10-16 00:33:17 +13:00
language.h
main.c windows: Call SetDLLDirectory() in the app 2015-04-13 15:45:58 +05:30
sanity.c cursors,app,libgimpwidgets: include cursors using GResource 2015-04-14 22:55:10 +02:00
sanity.h
signals.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
signals.h
tests.c app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
tests.h app: forgot a s/const gchar*/GFile*/ in tests.[ch] 2014-08-29 21:36:31 +02:00
unique.c app: Fix unique logic on windows 2014-07-08 12:50:50 -04:00
unique.h
units.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
units.h
version.c
version.h