Gimp/app
Michael Natterer f9e68fe0ee Fix undo when going back from a modified text layer to an editable one
My earlier change to using gimp_drawable_push_undo() here was a very
bad idea. Go back to using gimp_image_undo_push_drawable_mod(), but
make use of its new tile-copying feature so the problem that made me
do the earlier change is fixed too. See comments in the changed code.
2010-03-18 10:32:52 +01:00
..
actions app: gah, need to make the new strings translatable... 2010-03-15 12:18:30 +01:00
base app: Make brush boundaries dynamic aswell 2010-03-15 02:55:15 +02:00
composite
config Bug 602223 - Can't hide docks with Tab in single-window mode 2010-02-24 19:53:48 +01:00
core Optionally make a copy of the drawable's tiles in GimpDrawableModUndo 2010-03-18 10:25:18 +01:00
dialogs app: Session manage empty- and single-image window separately 2010-03-13 16:35:57 +01:00
display Bug 612896 - Ctrl TAB doesn't browse all the layers 2010-03-14 22:59:29 +01: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 app: Move toolbox special casing into dialog factory 2010-03-02 22:38:15 +01:00
menus app: Prevent multiple toolboxes through recently closed-list 2010-03-07 07:52:26 +01:00
paint app: fix outline offseting at rotation 2010-03-17 20:12:12 +02:00
paint-funcs app: Clean up the hardness feature. Lets convolve PixelRegions. 2010-01-01 18:16:29 +02:00
pdb app: move gimp_image_pick_layer() to its own file 2010-03-07 01:55:31 +01:00
plug-in Bug 609026 - leaks shared memory 2010-02-10 19:37:46 +01:00
tests app/tests: Make test that closes dock window use multi-column variant 2010-03-07 09:00:08 +01:00
text Fix undo when going back from a modified text layer to an editable one 2010-03-18 10:32:52 +01:00
tools Fix undo when going back from a modified text layer to an editable one 2010-03-18 10:32:52 +01:00
vectors app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
widgets app: make sure the selected item's parent paths are all expanded 2010-03-14 22:59:29 +01: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
about.h
app.c app: add GimpTranslationStore class 2010-01-05 22:30:16 +01:00
app.h
batch.c
batch.h
errors.c
errors.h
fileicon.ico
gimp-intl.h
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
main.c app: add "language" gimprc option and set the language accordingly 2010-01-05 22:30:16 +01:00
Makefile.am app: Get rid of config -> display module dependency 2010-02-01 21:56:48 +01:00
makefile.msc
sanity.c Bump required babl and gegl versions in the run-time sanity checks. 2010-02-08 21:36:30 +01:00
sanity.h
signals.c
signals.h
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
units.c
units.h
version.c
version.h
wilber.ico