gimp/app
Michael Natterer c835fad2c9 app: make sure GimpToolOptions always have the right GimpToolInfo set
Override GimpContext's "tool" property and add an evil function that
makes sure we don't set a tool that doesn't match the options. Needed
because tool options are read from disk and thus unreliable per se,
additional we were stupid and wrote wrong tool options to disk.
2010-04-20 20:00:34 +02:00
..
actions app: fix tool preset editor action labels 2010-04-17 14:52:22 +02:00
base Add tile_manager_duplicate() which does quick tile-by-tile COW copy 2010-03-19 19:18:18 +01:00
composite Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
config app: some cleanup and fixes in the tool preset infrastructure 2010-04-04 13:58:55 +02:00
core app: make sure GimpToolOptions always have the right GimpToolInfo set 2010-04-20 20:00:34 +02:00
dialogs Use accessors from GTK+ 2.20 instead of using sealed members directly 2010-04-19 19:21:07 +02:00
display app: avoid using sealed GtkStatusbar members 2010-04-20 09:56:59 +02:00
file Use gimp_image_undo_is_enabled() instead of private->undo_freeze_count 2010-02-05 09:19:43 +01:00
gegl app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gui Depend on GLib >= 2.24.0 and GTK+ 2.20.0 2010-04-19 19:03:08 +02:00
menus app: add missing bits so GimpToolPresetEditor doesn't warn and crash 2010-04-11 13:40:28 +02:00
paint app: Fix a typo in outline transform 2010-04-18 21:20:29 +03:00
paint-funcs app: Clean up the hardness feature. Lets convolve PixelRegions. 2010-01-01 18:16:29 +02:00
pdb app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
plug-in Bug 615071 - invalid menu path crashes GIMP 2010-04-07 21:27:51 +02:00
tests app/tests: Make test that closes dock window use multi-column variant 2010-03-07 09:00:08 +01:00
text app: more optional debug output (in #ifdef VERBOSE) 2010-03-28 20:46:23 +02:00
tools Bug 541586 - Tool options not saved/loaded correctly? 2010-04-18 12:47:18 +02:00
vectors app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
widgets Use accessors from GTK+ 2.20 instead of using sealed members directly 2010-04-19 19:21:07 +02:00
xcf app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
.gitignore Bug 554748 - Version information for gimp.exe 2009-10-14 21:30:59 +02:00
Makefile.am app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
about.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
app.c app: add GimpTranslationStore class 2010-01-05 22:30:16 +01:00
app.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
batch.c added a newline to the output in the error case. 2009-03-22 20:49:55 +00:00
batch.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
errors.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
errors.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
fileicon.ico
gimp-intl.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimp-log.c app: turn text editing debug spew into proper GIMP_LOG() output 2010-02-18 09:39:25 +01:00
gimp-log.h app: turn text editing debug spew into proper GIMP_LOG() output 2010-02-18 09:39:25 +01:00
gimp.rc.in Bug 554748 - Version information for gimp.exe 2009-10-14 21:30:59 +02:00
gimpcore.def updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
main.c app: add "language" gimprc option and set the language accordingly 2010-01-05 22:30:16 +01:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
sanity.c Depend on GLib >= 2.24.0 and GTK+ 2.20.0 2010-04-19 19:03:08 +02:00
sanity.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
signals.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
signals.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
tests.c app: Introduce gimp_dialog_factory_get_singleton() 2010-02-28 23:23:24 +01:00
tests.h app: Add gimp_test_run_mainloop_until_idle() 2009-12-24 17:50:39 +01:00
unique.c Fix some compile warnings on Microsoft Windows 2010-01-06 14:12:40 +01:00
unique.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
units.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
units.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
version.c The build-time and run-time versions were swapped in the output. 2009-03-16 13:16:07 +00:00
version.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
wilber.ico