gimp/app/menus
Ell c5b88702e6 app: allow specifying a callback function for propgui pickers
Allow propgui constructors to specify an (optional) callback function
when creating pickers, to be called when a color/coordinate is picked,
similarly to controller callbacks.

Implement picker callback support in GimpFilterTool.  When the active
picker has an associated callback function, call it instead of the
class's color_picked() function.

Add lots of "#include <gegl.h>" to .c files that miss it, which is
now necessary, since this commit adds a Babl* parameter in
propgui-types.h.
2017-10-16 12:38:37 -04:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Bug 759316 - "Recently used" menu not updated with gegl filters 2015-12-30 20:04:58 +01:00
dockable-menu.c app: allow specifying a callback function for propgui pickers 2017-10-16 12:38:37 -04:00
dockable-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
file-menu.c app: pass a format, not bpp, to gimp_viewable_get_dummy_pixbuf() 2012-05-02 17:51:08 +02:00
file-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
filters-menu.c app: allow specifying a callback function for propgui pickers 2017-10-16 12:38:37 -04:00
filters-menu.h Bug 759316 - "Recently used" menu not updated with gegl filters 2015-12-30 20:04:58 +01:00
image-menu.c app: allow specifying a callback function for propgui pickers 2017-10-16 12:38:37 -04:00
image-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
menus-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
menus.c app: allow specifying a callback function for propgui pickers 2017-10-16 12:38:37 -04:00
menus.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
plug-in-menus.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
plug-in-menus.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
tool-options-menu.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
tool-options-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
window-menu.c app: allow specifying a callback function for propgui pickers 2017-10-16 12:38:37 -04:00
window-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
windows-menu.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
windows-menu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00