Gimp/app
Barak Itkin a416acfe08 Fix bug in tilemanager unreffing and support committing the result
Unreffing the tilemanager of a GimpBuffer is wrong, since the function
to get the tilemanager of a buffer doesn't ref it.
Also, the operation of the tool can now be saved ("committed") using
the Enter key, and the tool can be halted using the Escape key. Note
however that we should do these in a nicer way, that does not require
restarting the tool to use it afterwards.
Finally, this commit removes the debug printing.
2013-05-15 00:25:31 +02:00
..
actions app: add gegl:exposure to Colors, and fix glitch in previous commit 2013-05-14 22:26:16 +02:00
config Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
core app: the selection mask was offset in the wrong direction in GimpImageMap 2013-05-13 22:12:25 +02:00
dialogs app: add a list of filters to the layer options dialog (for debug purposes) 2013-04-16 20:29:18 +02:00
display app: change serialization of the right docks width in SWM (again) 2013-05-13 00:00:57 +02:00
file app: fix file magic matching 2013-05-02 20:50:29 +02:00
gegl Implement gimp_drawable_get_linear 2013-04-30 15:36:22 -07:00
gui Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
menus app: add the "view" action group to all docks 2012-12-14 09:54:17 +01:00
operations app: small optimization in gimp_operation_normal_mode_process() 2013-04-28 23:35:23 +02:00
paint Bug 699436 - optimize the heal tool 2013-05-10 21:12:25 +02:00
pdb Bug 672487 - Impeove API docs of gimp_image_get_channels() 2013-05-10 22:11:14 +02:00
plug-in Bug 699886 - Missing <Dynamics> menu location for script/plugin 2013-05-10 15:55:16 +02:00
tests tests: fix running make check with both parallel make and xvfb 2013-05-12 19:38:59 -04:00
text app: fix re-initializing fontconfig in gimp_fonts_reset() 2013-02-05 13:54:36 +01:00
tools Fix bug in tilemanager unreffing and support committing the result 2013-05-15 00:25:31 +02:00
vectors Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
widgets Add a skeleton for the seamless clone tool, based on the cage tool 2013-05-15 00:25:30 +02:00
xcf Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
.gitignore
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c Bug 689403 - GIMP saves files in strange directories when started from an... 2012-12-15 00:36:19 +01:00
app.h
batch.c app: completely remove TileManager and friends (base/ and paint-funcs/) 2012-06-20 21:44:09 +02:00
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c
gimp-log.h update translations 2012-05-06 03:46:09 +02:00
gimpcore.def
language.c app: don't map several windows language codes to one language string 2013-01-07 01:32:58 +01:00
language.h
main.c app: need to call babl_init() in gimp_option_dump_gimprc() 2012-11-20 08:21:33 +01:00
Makefile.am Windows: #588015 - Make sure that GIMP is Terminal-Server-aware 2013-01-22 23:13:49 +01:00
sanity.c app: Use SHM transport for data transfer for display 2013-02-02 13:59:59 +01:00
sanity.h
signals.c
signals.h
tests.c Bug 689403 - GIMP saves files in strange directories when started from an... 2012-12-15 00:36:19 +01:00
tests.h
unique.c
unique.h
units.c
units.h
version.c
version.h