Gimp/app
Michael Natterer 2d68b1d4f9 app: make sure overlay widgets are keyboard navigatable
Tab key events are not handled by the widget itself, they are supposed
to bubble up until they hit the generic keyboard navigation code
that knows about the focus chain, therefore:

gimp_display_shell_canvas_tool_events(): if an overlay widget is
focussed, don't handle Tab events and toggle dock visibility. Instead,
simply bail out with FALSE so the event reaches te keyboard navigation
code.

Also treat GDK_KEY_KP_Tab like GDK_KEY_Tab all over the place.
2013-06-08 15:27:14 +02:00
..
actions app: enable tools_fg_select_brush_size_cmd_callback() again 2013-06-07 22:27:59 +02:00
config */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
core Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
dialogs */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
display app: make sure overlay widgets are keyboard navigatable 2013-06-08 15:27:14 +02:00
file */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
gegl app: adapt to the transform ops API change in GEGL 2013-06-06 19:58:48 +02:00
gui */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
menus */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
operations Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
paint app: adapt to the transform ops API change in GEGL 2013-06-06 19:58:48 +02:00
pdb */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
plug-in */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
tests Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
text */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
tools app: add an embedding toggling test button to the transform dialogs 2013-06-08 01:33:35 +02:00
vectors */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
widgets */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
xcf */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
.gitignore
about.h app: remove <> around the gnu.org URL in GIMP_LICENSE 2013-03-21 23:59:49 +01:00
app.c Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02: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 */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
sanity.c Bump some other places the GEGL version is checked 2013-06-04 18:11:33 -07:00
sanity.h
signals.c
signals.h
tests.c Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
tests.h
unique.c Bug 622934 - Migrate from dbus-glib to glib's GDBus 2013-05-24 23:25:47 +02:00
unique.h
units.c
units.h
version.c
version.h