Gimp/app
Michael Natterer 7656e2bda1 app: make gimp_window_key_press_event() do the right thing on a Mac
which is look at the right modifier when checking if a key event
can invoke an accelerator. Also get the mnemonic modifier from
GTK instead of hardcoding it, and don't check for it if mnemonics
are disabled, which is the right thing to do on all platforms.
2011-09-17 23:26:58 +02:00
..
actions app: use <primary> instead of <control> in accelerator strings 2011-09-16 22:59:58 +02:00
base app: Add pixel_regions_free() 2011-09-14 17:34:52 +02:00
composite libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
config app: Single-window mode does not require a restart 2011-08-31 18:49:38 +02:00
core app: remove call to possibly buggy and un-needed scale clamp 2011-09-10 21:47:52 +03:00
dialogs app: Use of GimpViewableDialog with a NULL viewable is depecrated! 2011-09-05 18:27:34 +02:00
display app: don't use image_window->menubar if it's NULL 2011-09-16 23:24:49 +02:00
file app: when opening an image, don't unref it if no display could be created 2011-05-17 14:55:57 +02:00
gegl unmark technical string for translation in the cage tool gegl ops 2011-08-09 13:44:29 +02:00
gui app: adapt ige-mac-menu.c to the change to META as primary modifier 2011-09-16 23:24:49 +02:00
menus app: Add gimp_display_get_action_name() utility function 2011-04-07 07:12:32 +02:00
paint app: Move smooth to painttool and clean up the rest 2011-09-14 20:44:45 +03:00
paint-funcs app: Prefix TileManager functions 2011-09-07 12:08:43 +02:00
pdb Bug 656471 - GIMP crashes when File > Properties 2011-08-13 23:03:31 +02:00
plug-in libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
tests app/tests: Add single-window mode specific tests 2011-07-20 16:36:36 +02:00
text libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
tools app: Move smooth to painttool and clean up the rest 2011-09-14 20:44:45 +03:00
vectors app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
widgets app: make gimp_window_key_press_event() do the right thing on a Mac 2011-09-17 23:26:58 +02:00
xcf app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
.gitignore
about.h
app.c app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
app.h
batch.c
batch.h
errors.c
errors.h
gimp-debug.c
gimp-debug.h
gimp-intl.h
gimp-log.c app: make GimpBrushCache debug spew depend on GIMP_LOG=brush-cache 2011-04-06 09:15:50 +02:00
gimp-log.h app: make GimpBrushCache debug spew depend on GIMP_LOG=brush-cache 2011-04-06 09:15:50 +02:00
gimpcore.def app: Prefix TileManager functions 2011-09-07 12:08:43 +02:00
language.c app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
language.h app: Move language specific code into language.[ch] 2011-09-06 23:12:36 +05:30
main.c app: Small --dump-pdb-procedures-deprecated cleanup 2011-05-06 07:29:01 +02:00
Makefile.am Bug 659084 - git-version.h can't be generated from shallow repositories 2011-09-15 20:47:34 +02:00
makefile.msc
sanity.c Depend on GTK+ >= 2.24.3, cairo >= 1.20.1, gdk-pixbuf >= 2.22.1 2011-04-06 19:58:24 +02:00
sanity.h
signals.c
signals.h
tests.c app/tests: Add gimp_init_for_gui_testing_with_rc() 2011-06-14 23:34:11 +02:00
tests.h app/tests: Add gimp_init_for_gui_testing_with_rc() 2011-06-14 23:34:11 +02:00
unique.c
unique.h
units.c
units.h
version.c app: add the GdkPixbuf and Cairo versions to the output of "gimp -v" 2011-04-08 12:30:50 +02:00
version.h