gimp/app
Jehan 28669b07d1 actions: dock-close had a default shortcut colliding with view-close.
When the accelerator is NULL, gtk_action_group_add_action_with_accel()
would use the default one for the stock icon used. And GTK_STOCK_CLOSE
default accelerator is "<Primary>w" which we already use for view-close.
We must use empty string when we want no default accelerator.
2012-12-12 15:36:16 +09:00
..
actions actions: dock-close had a default shortcut colliding with view-close. 2012-12-12 15:36:16 +09:00
config Bug 688547 - Paint tools: preference 'Show pointer for paint tools'... 2012-12-12 00:22:52 +01:00
core app: support GeglParamSpecSeed in generated operation UI 2012-11-30 02:58:48 +01:00
dialogs Bug 688547 - Paint tools: preference 'Show pointer for paint tools'... 2012-12-12 00:22:52 +01:00
display app: avoid inadvertent calls to image actions on file -> revert 2012-12-09 22:54:30 +01:00
file app: support invoking file procs that handle URIs directly 2012-11-17 21:21:32 +01:00
gegl app: port smudge blending to RGBA float 2012-12-08 22:16:05 +01:00
gui Bug 676667 - Splash image display in splash screen is delayed 2012-11-05 01:47:03 +01:00
menus app: forgot to remove a dead function 2012-10-22 00:49:06 +02:00
operations Bug 685830 - opacity and mask of bottom layer ignored on Normal Mode 2012-10-09 21:52:12 +02:00
paint app: port heal to RGBA float 2012-12-08 22:41:33 +01:00
pdb pdbgen: Regenerate C code 2012-12-05 08:48:54 +05:30
plug-in pdb: allow file procedures to register themselves for handling URIs 2012-11-17 16:01:52 +01:00
tests app: fix the tests so make check succeeds again 2012-11-19 23:22:32 +01:00
text Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
tools Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
vectors Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
widgets Bug 689523: data bootstrap initial values in the text style editor at construction. 2012-12-12 12:36:24 +09:00
xcf Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
.gitignore app: Include git commit hash in verbose version output 2010-06-19 23:55:35 +02:00
Makefile.am app: add -framework Carbon to LDFLAGS on OSX 2012-09-09 20:08:18 +02:00
about.h app: use last git commit year for copyright label 2010-09-28 15:07:45 +02:00
app.c app: remove the call to tile_swap_exit() from app_exit_after_callback() 2012-12-03 00:25:10 +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 app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-debug.h app: actually add the new files, sorry 2010-06-24 21:33:50 +02:00
gimp-intl.h
gimp-log.c app: port gimp-log to also work with latest GLib 2011-11-09 23:33:55 +01:00
gimp-log.h update translations 2012-05-06 03:46:09 +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: need to call babl_init() in gimp_option_dump_gimprc() 2012-11-20 08:21:33 +01:00
sanity.c configure: require GEGL 0.2.1 from git 2012-07-05 21:46:07 +02:00
sanity.h
signals.c
signals.h
tests.c app: calling gegl_init() in tests.c early fixes the tests 2012-08-24 23:23:55 +02:00
tests.h app/tests: Add gimp_init_for_gui_testing_with_rc() 2011-06-14 23:34:11 +02:00
unique.c app: port the client side of the unique impl to GDBus 2011-10-28 09:34:59 +02:00
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