Gimp/app
Ell 04d17b7829 app: add option to show tool-button menu on hover
Add a "Menu mode" option to the toolbox preferences, which controls
the menu behavior for tool-group buttons, and can be one of "Show
on click" (current behavior), "Show on hover" (show the menu when
hovering over the button), and "Show on hover in single column"
(behaves like "Show on hover" when the toolbox has a single column,
and "Show on click" otherwise) -- the latter is the default.

Note that "Show on hover" requires the ability to remove the menu
grab, which doesn't seem to work in GTK3, so this change is
restricted to 2.10 for now.
2020-03-26 13:31:55 +02:00
..
actions app, menus: add gegl:bloom to Filters -> Light and Shadow 2020-03-23 21:31:57 +02:00
config app: add option to show tool-button menu on hover 2020-03-26 13:31:55 +02:00
core Issue #4858 - Duplicated image shows NULL in warning when closing it 2020-03-23 22:31:07 +02:00
dialogs app: add option to show tool-button menu on hover 2020-03-26 13:31:55 +02:00
display Fix typos 2020-03-17 13:36:59 +01:00
file app: don't use the deprecated GTimeVal in file-remote.c 2019-10-26 22:34:05 +03:00
file-data app: fix undoing image parasite attach/detach to emit the right signals 2019-05-30 16:58:53 +02:00
gegl app: add "chunked" parameter to gimp_tile_handler_validate_validate() 2020-03-14 13:55:04 +02:00
gui app: rename GimpParallelRunAsyncFunc to GimpRunAsyncFunc 2020-03-14 00:45:41 +02:00
menus app: start porting away from GtkAction and friends 2019-07-02 14:57:45 +02:00
operations app: add "chunked" parameter to gimp_tile_handler_validate_validate() 2020-03-14 13:55:04 +02:00
paint Issue #4094 - Corrects some tools descriptions 2020-03-09 21:57:26 +00:00
pdb app: in plug-ins, fix invalid parameter names instead of rejecting procedure 2020-03-15 17:16:44 +02:00
plug-in app: in plug-ins, fix invalid parameter names instead of rejecting procedure 2020-03-15 17:16:44 +02:00
propgui Missing mnemonics on several dialogs 2019-09-05 12:44:17 +00:00
tests app, devel-docs: remove dangling DBUS_GLIB_* variables. 2019-11-16 19:32:35 +01:00
text app: rename GimpParallelRunAsyncFunc to GimpRunAsyncFunc 2020-03-14 00:45:41 +02:00
tools app, menus: add gegl:bloom to Filters -> Light and Shadow 2020-03-23 21:31:57 +02:00
vectors Issue #4328 - Distorted path of an open/imported circle... 2020-03-07 14:50:30 +01:00
widgets app: add option to show tool-button menu on hover 2020-03-26 13:31:55 +02:00
xcf app: suspend layer-group size updates while loading XCF 2020-02-22 12:45:19 +02:00
.gitignore Move git-version.h to the toplevel also in .gitignore 2018-01-29 20:26:18 +01:00
about.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
app.c Issue #4827 - Modified settings requiring a restart aren't saved 2020-03-19 12:40:06 +02:00
app.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
errors.c app: properly pass the last release version and date to gimp-debug-tool. 2020-02-07 00:14:10 +01:00
errors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-debug.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-debug.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-intl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-log.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-log.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-priorities.h app: fix image-window UI-manager update while a projection is being rendered 2019-03-30 19:31:26 -04:00
gimp-update.c app: use GIMP_BUILD_PLATFORM_FAMILY instead of GIMP_BUILD_PLATFORM. 2020-02-22 19:58:55 +01:00
gimp-update.h app: add alternative "Check for updates" button in the About dialog. 2020-02-07 00:14:10 +01:00
gimp-version.c app: use GIMP_BUILD_PLATFORM_FAMILY instead of GIMP_BUILD_PLATFORM. 2020-02-22 19:58:55 +01:00
gimp-version.h app: store the revision number in a data file. 2020-02-14 01:00:47 +01:00
gimpcore.def app: streamline GimpHistogram; avoid spurious channel switch in histogram view 2019-10-22 15:50:24 +03:00
language.c app: also localize LC_TIME to GUI language. 2020-02-07 00:14:10 +01:00
language.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
main.c Set required variables if is running from Apple application bundle 2019-10-31 14:51:24 +00:00
Makefile.am app: check last GIMP release from gimp.org/gimp_versions.json. 2020-02-07 00:14:10 +01:00
sanity.c app, menus: add gegl:bloom to Filters -> Light and Shadow 2020-03-23 21:31:57 +02:00
sanity.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
signals.c Issue #2794 - Gimp crash just on File Open and Edit Preferences 2019-05-28 12:01:59 +02:00
signals.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
tests.c Return FALSE on gimp_osx_focus_window to avoid endless loop 2020-01-15 17:44:53 +01:00
tests.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
unique.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
unique.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00