Gimp/app/widgets
Jehan 76ddf4421c app, po: remove GimpControllerMouse code.
The mouse controller had many limitations:

* It was not per-device.
* It was a long hard-coded list of events, which made its evolution
  annoying and scrolling the list boring.
* It was starting at button 8, while the first buttons were supposed to
  be hardcoded interactions. And it stopped at button 12, while some
  device might have more buttons nowadays. See !386.
* The "Grab event" does not seem to work in many cases, according to
  feedbacks.

The new GimpModifiersEditor will now handle any button (except the first
button, which is reserved for tools), you can even override or change
default canvas actions (panning, rotation, etc.). It should not be
limited with a max button number either (though I haven't tested with a
device really having a lot of buttons since I don't have any such device
but I did emulate huge button numbers on my stylus with xsetwacom and it
did work well; hopefully I'll get feedbacks). And now it can even run
custom actions.
So basically it should deprecate the mouse controller as the modifiers
editor can do everything the controller could, and more (unless I missed
anything).
2022-08-17 14:20:18 +02:00
..
.gitignore
gimpaccellabel.c app: in gimp_accel_label_set_action(), emit notify 2020-06-02 11:03:25 +03:00
gimpaccellabel.h app: add GimpAccelLabel 2020-06-01 19:29:24 +03:00
gimpaction-history.c app: show unavailable actions in Action Search after available ones. 2020-10-26 16:40:43 +01:00
gimpaction-history.h app: start porting away from GtkAction and friends 2019-07-02 14:21:32 +02:00
gimpaction.c app: don't print a NULL insensitive action reason. 2021-04-24 23:26:33 +02:00
gimpaction.h app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +02:00
gimpactioneditor.c
gimpactioneditor.h
gimpactionfactory.c
gimpactionfactory.h
gimpactiongroup.c app: adding GimpDoubleAction types of actions. 2022-08-17 14:20:18 +02:00
gimpactiongroup.h app: adding GimpDoubleAction types of actions. 2022-08-17 14:20:18 +02:00
gimpactionimpl.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpactionimpl.h app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +02:00
gimpactionview.c app: fix #6724 When creating keyboard shortcut the section being edited disappears 2021-07-29 17:59:30 -04:00
gimpactionview.h
gimpblobeditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpblobeditor.h
gimpbrusheditor.c app, libgimpwidgets: move GimpSpinScale to libgimpwidgets. 2022-02-17 23:13:42 +01:00
gimpbrusheditor.h
gimpbrushfactoryview.c app, libgimpwidgets: move GimpSpinScale to libgimpwidgets. 2022-02-17 23:13:42 +01:00
gimpbrushfactoryview.h app: fix core crash when a plug-in calling a GimpPdbDialog crashes. 2021-04-28 02:47:24 +02:00
gimpbrushselect.c app, libgimpwidgets: move GimpSpinScale to libgimpwidgets. 2022-02-17 23:13:42 +01:00
gimpbrushselect.h
gimpbuffersourcebox.c Issue #1283 - Artifacts in filters when aux input depends on filter result 2019-09-18 13:16:59 +03:00
gimpbuffersourcebox.h
gimpbufferview.c
gimpbufferview.h
gimpcairo-wilber.c
gimpcairo-wilber.h
gimpcellrendererbutton.c
gimpcellrendererbutton.h
gimpcellrendererdashes.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcellrendererdashes.h
gimpcellrendererviewable.c app: do not popup a viewable preview when modifiers are active. 2020-12-13 20:39:47 +01:00
gimpcellrendererviewable.h
gimpchanneltreeview.c app, devel-docs, libgimp, pdb: remove gimp_item_set_linked(). 2021-12-23 13:45:20 +01:00
gimpchanneltreeview.h
gimpcircle.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcircle.h
gimpclipboard.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpclipboard.h
gimpcolorbar.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpcolorbar.h
gimpcolordialog.c Modules: Convert CMYK color selector to babl 2022-08-15 21:14:14 +00:00
gimpcolordialog.h app: GimpColorDialog should actually follow the user context... 2019-03-18 12:11:58 +01:00
gimpcolordisplayeditor.c
gimpcolordisplayeditor.h
gimpcoloreditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcoloreditor.h
gimpcolorframe.c widgets: Use simulation intent API in ColorFrame 2022-08-15 01:26:47 +00:00
gimpcolorframe.h widgets: Use simulation intent API in ColorFrame 2022-08-15 01:26:47 +00:00
gimpcolorhistory.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpcolorhistory.h app, libgimpwidgets: new gimp_color_area_set_out_of_gamut(). 2019-03-06 16:30:35 +01:00
gimpcolormapeditor.c Get rid of image->n_colors and image->colormap 2022-03-12 08:57:26 +00:00
gimpcolormapeditor.h app: use the new GimpColormapSelection in GimpColormapEditor. 2019-03-18 12:10:44 +01:00
gimpcolormapselection.c remove the ->position entry from GimpPaletteEntry 2022-03-12 08:57:26 +00:00
gimpcolormapselection.h app: Popup menu at rect in GimpEditor 2021-12-13 20:57:21 +01:00
gimpcolorpanel.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpcolorpanel.h
gimpcolorselectorpalette.c colorselector: Rename signal emitters 2020-05-03 23:23:44 +02:00
gimpcolorselectorpalette.h
gimpcombotagentry.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpcombotagentry.h
gimpcomponenteditor.c app: Popup menu at pointer in GimpEditor 2021-12-13 20:56:54 +01:00
gimpcomponenteditor.h
gimpcompressioncombobox.c app: add "Swap compression" option to the preferences 2019-09-22 17:35:14 +03:00
gimpcompressioncombobox.h app: add "Swap compression" option to the preferences 2019-09-22 17:35:14 +03:00
gimpcontainerbox.c libgimpwidgets, app: silence warnings about State 0 for GimpRuler and GtkScrolledWindow doesn't match state 128 set via gtk_style_context_set_state () 2020-12-28 14:05:09 -05:00
gimpcontainerbox.h
gimpcontainercombobox.c app: source tools should not be choosable for bucket fill stroke. 2022-03-03 18:44:03 +01:00
gimpcontainercombobox.h
gimpcontainereditor.c app: fix selecting fonts with arrow keys in Fonts dockable. 2022-02-01 23:31:47 +01:00
gimpcontainereditor.h app: Popup menu at rect in GimpEditor 2021-12-13 20:57:21 +01:00
gimpcontainerentry.c app: add an implementation for get_selected() of GimpContainerEntry. 2021-12-23 13:43:29 +01:00
gimpcontainerentry.h
gimpcontainericonview.c app: fix selecting an object in an icon view. 2021-12-23 13:43:51 +01:00
gimpcontainericonview.h
gimpcontainerpopup.c app: small code reorganization. 2022-02-01 23:36:40 +01:00
gimpcontainerpopup.h
gimpcontainertreestore.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcontainertreestore.h
gimpcontainertreeview-dnd.c app: add multi-vectors drag'n drop ability. 2021-12-23 12:55:11 +01:00
gimpcontainertreeview-dnd.h app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpcontainertreeview-private.h app: Implement zooming via touchpad gestures on GimpContainerTreeView 2022-08-06 15:49:40 +00:00
gimpcontainertreeview.c app: Implement zooming via touchpad gestures on GimpContainerTreeView 2022-08-06 15:49:40 +00:00
gimpcontainertreeview.h app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpcontainerview-utils.c
gimpcontainerview-utils.h
gimpcontainerview.c app: avoiding infinite loops of signals calling each other. 2022-02-02 21:13:33 +01:00
gimpcontainerview.h app: get rid of GimpContainerViewInterface select_item signal. 2021-12-23 12:55:11 +01:00
gimpcontrollereditor.c app: multi-layer aware layers-mask-add and layers-mask-add-button. 2020-05-17 18:32:16 +02:00
gimpcontrollereditor.h
gimpcontrollerinfo.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcontrollerinfo.h
gimpcontrollerkeyboard.c
gimpcontrollerkeyboard.h
gimpcontrollerlist.c app, po: remove GimpControllerMouse code. 2022-08-17 14:20:18 +02:00
gimpcontrollerlist.h
gimpcontrollers.c app, po: remove GimpControllerMouse code. 2022-08-17 14:20:18 +02:00
gimpcontrollers.h app, po: remove GimpControllerMouse code. 2022-08-17 14:20:18 +02:00
gimpcontrollerwheel.c
gimpcontrollerwheel.h
gimpcriticaldialog.c app: add a comment and some newlines before the debug data section. 2021-07-05 16:44:54 +02:00
gimpcriticaldialog.h app: debug dialog will now advise to update when relevant. 2020-01-02 23:36:46 +01:00
gimpcursor.c app, cursors: add meson rules for single dot cursor mode implemented… 2022-03-13 16:04:40 +01:00
gimpcursor.h app: pass a GdkWindow not GdkDisplay to gimp_cursor_new() 2018-12-31 14:04:04 +01:00
gimpcurveview.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpcurveview.h app: add smooth/corner curve-point types 2019-04-19 10:34:32 -04:00
gimpdashboard.c Issue #6850: support for memory in the dashboard under OpenBSD. 2021-05-09 19:57:49 +02:00
gimpdashboard.h app: allow recording GLIB log messages in performance logs 2020-08-02 11:02:00 +03:00
gimpdasheditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpdasheditor.h
gimpdataeditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpdataeditor.h
gimpdatafactoryview.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpdatafactoryview.h
gimpdeviceeditor.c app: all remaining select-item handlers replaced by select-items ones. 2021-12-23 12:55:11 +01:00
gimpdeviceeditor.h
gimpdeviceinfo-coords.c app: move GimpDeviceInfo variables to a private structure. 2020-12-08 21:07:37 +01:00
gimpdeviceinfo-coords.h
gimpdeviceinfo.c app: fix a CRITICAL when physical device axis list changes. 2022-03-26 19:07:48 +01:00
gimpdeviceinfo.h app: move GimpDeviceInfo variables to a private structure. 2020-12-08 21:07:37 +01:00
gimpdeviceinfoeditor.c app: move GimpDeviceInfo variables to a private structure. 2020-12-08 21:07:37 +01:00
gimpdeviceinfoeditor.h
gimpdevicemanager.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpdevicemanager.h app: Input Devices "Reset" button should actually reset to defaults. 2020-06-13 20:36:37 +02:00
gimpdevices.c libgimpconfig: get rid of filenames in all config related APIs 2019-09-21 12:55:12 +02:00
gimpdevices.h
gimpdevicestatus.c app: move GimpDeviceInfo variables to a private structure. 2020-12-08 21:07:37 +01:00
gimpdevicestatus.h
gimpdial.c app: allow snapping GimpDial to 15 degree intervals 2019-12-29 21:56:30 +00:00
gimpdial.h
gimpdialogfactory.c gimpconfig-iface: Use G_DECLARE_INTERFACE 2020-05-10 14:45:19 +00:00
gimpdialogfactory.h app: add gimp_dialog_factory_position_dialog() 2019-05-27 14:15:09 +02:00
gimpdnd-xds.c
gimpdnd-xds.h
gimpdnd.c app: add multi-vectors drag'n drop ability. 2021-12-23 12:55:11 +01:00
gimpdnd.h app: add multi-vectors drag'n drop ability. 2021-12-23 12:55:11 +01:00
gimpdock.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpdock.h
gimpdockable.c app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpdockable.h
gimpdockbook.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpdockbook.h app: "You can drop dockable dialogs here" no more! 2020-02-03 00:02:49 +02:00
gimpdockcolumns.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpdockcolumns.h
gimpdockcontainer.c app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpdockcontainer.h app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpdocked.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpdocked.h app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpdockwindow.c app: split GimpDisplay in two classes: GimpDisplay and GimpDisplayImpl 2019-09-04 14:30:43 +02:00
gimpdockwindow.h
gimpdocumentview.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpdocumentview.h
gimpdoubleaction.c app: adding GimpDoubleAction types of actions. 2022-08-17 14:20:18 +02:00
gimpdoubleaction.h app: adding GimpDoubleAction types of actions. 2022-08-17 14:20:18 +02:00
gimpdrawabletreeview.c app: properly blink the right locked layer when pixels are locked. 2022-02-15 22:08:23 +01:00
gimpdrawabletreeview.h
gimpdynamicseditor.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpdynamicseditor.h
gimpdynamicsfactoryview.c
gimpdynamicsfactoryview.h
gimpdynamicsoutputeditor.c
gimpdynamicsoutputeditor.h
gimpeditor.c app: Remove old GimpUiManager popup API 2021-12-13 20:57:23 +01:00
gimpeditor.h app: Popup menu at rect in GimpEditor 2021-12-13 20:57:21 +01:00
gimpenumaction.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpenumaction.h app: GtkAction -> GAction madness part two 2019-07-04 01:11:48 +02:00
gimperrorconsole.c app: Popup menu at pointer in GimpEditor 2021-12-13 20:56:54 +01:00
gimperrorconsole.h
gimperrordialog.c
gimperrordialog.h
gimpexportdialog.c app: use the GimpDisplay as progress object when exporting. 2021-01-30 10:44:36 +01:00
gimpexportdialog.h app: use the GimpDisplay as progress object when exporting. 2021-01-30 10:44:36 +01:00
gimpextensiondetails.c app: display the screenshot in the extension details GUI. 2019-05-27 17:31:18 +02:00
gimpextensiondetails.h
gimpextensionlist.c app: don't show an uninstall button for system extensions. 2020-10-09 15:30:54 +02:00
gimpextensionlist.h
gimpfgbgeditor.c core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
gimpfgbgeditor.h app: fix drag'n drop of fg/bg colors under Wayland. 2021-09-26 19:06:26 +02:00
gimpfgbgview.c core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
gimpfgbgview.h
gimpfiledialog.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpfiledialog.h
gimpfileprocview.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpfileprocview.h
gimpfilleditor.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpfilleditor.h
gimpfontfactoryview.c
gimpfontfactoryview.h
gimpfontselect.c app: avoid GIMP_TYPE_INT32 with gimp_pdb_execute_procedure_by_name() 2019-08-04 14:10:42 +02:00
gimpfontselect.h
gimpgradienteditor.c widgets: Fix out of bounds zoom in gradient editor 2022-08-06 16:28:50 +00:00
gimpgradienteditor.h widgets: Implement zoom focus in gradient editor 2022-08-06 16:28:50 +00:00
gimpgradientselect.c Fix #6676 brush select crash, pass GimpArray->data instead of GimpArray* 2021-04-21 15:38:23 +00:00
gimpgradientselect.h
gimpgrideditor.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpgrideditor.h
gimphandlebar.c app: allow setting handle-bar limits explicitly 2020-06-02 23:25:24 +03:00
gimphandlebar.h app: allow setting handle-bar limits explicitly 2020-06-02 23:25:24 +03:00
gimphelp-ids.h app: add a page in Preferences to set the canvas modifiers up. 2022-08-17 14:20:18 +02:00
gimphelp.c Remove GimpStringArray in favor of GStrv 2022-02-12 00:07:53 +00:00
gimphelp.h
gimphistogrambox.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimphistogrambox.h
gimphistogrameditor.c app: fix selection after a drag'n drop move. 2020-05-17 18:32:15 +02:00
gimphistogrameditor.h app: in GimpHistogramEditor, don't block when creating bg histogram 2019-01-04 15:18:18 -05:00
gimphistogramview.c Issue #4205 - The histogram dock scale is incorrect when an image is opened 2019-11-11 18:16:52 +02:00
gimphistogramview.h
gimpiconpicker.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpiconpicker.h
gimpimagecommenteditor.c app: replace gimp_parasite_data*() with gimp_parasite_get_data(). 2021-01-29 23:52:03 +01:00
gimpimagecommenteditor.h
gimpimageeditor.c
gimpimageeditor.h
gimpimageparasiteview.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpimageparasiteview.h
gimpimageprofileview.c
gimpimageprofileview.h
gimpimagepropview.c Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
gimpimagepropview.h
gimpimageview.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpimageview.h
gimpitemtreeview.c app: add eye icon to the GimpItemTreeView header's visibility column. 2021-12-23 18:41:47 +01:00
gimpitemtreeview.h app: implement exclusive lock switching (Shift-click). 2021-12-23 12:47:28 +01:00
gimplanguagecombobox.c Make sure to use % for constants 2019-08-03 07:53:47 +00:00
gimplanguagecombobox.h
gimplanguageentry.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimplanguageentry.h
gimplanguagestore-parser.c Fix meson build error ../../gimp/app/widgets/gimplanguagestore-parser.c:339:33: error: #if with no expression 339 | #if ENABLE_RELOCATABLE_RESOURCES 2019-09-22 17:28:51 +00:00
gimplanguagestore-parser.h
gimplanguagestore.c
gimplanguagestore.h
gimplayermodebox.c app: multi-layer awareness for layers' lock-alpha, opacity and mode. 2020-05-17 18:32:16 +02:00
gimplayermodebox.h
gimplayermodecombobox.c app: multi-layer awareness for layers' lock-alpha, opacity and mode. 2020-05-17 18:32:16 +02:00
gimplayermodecombobox.h
gimplayertreeview.c app, libgimpwidgets: move GimpSpinScale to libgimpwidgets. 2022-02-17 23:13:42 +01:00
gimplayertreeview.h
gimpmenudock.c
gimpmenudock.h
gimpmenufactory.c app: start porting away from GtkAction and friends 2019-07-02 14:21:32 +02:00
gimpmenufactory.h
gimpmessagebox.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimpmessagebox.h
gimpmessagedialog.c
gimpmessagedialog.h
gimpmeter.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpmeter.h
gimpmodifierseditor.c app: now support custom actions as input device button + modifiers. 2022-08-17 14:20:18 +02:00
gimpmodifierseditor.h app: add a page in Preferences to set the canvas modifiers up. 2022-08-17 14:20:18 +02:00
gimpnavigationview.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpnavigationview.h app: show full image contents in GimpNavigationEditor 2019-09-04 20:51:43 +03:00
gimpopendialog.c Issue #3275 - Crash when opening an image after closing existing image 2019-04-20 14:53:19 -04:00
gimpopendialog.h
gimpoverlaybox.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpoverlaybox.h
gimpoverlaychild.c
gimpoverlaychild.h
gimpoverlaydialog.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpoverlaydialog.h
gimpoverlayframe.c
gimpoverlayframe.h
gimppaletteeditor.c remove the ->position entry from GimpPaletteEntry 2022-03-12 08:57:26 +00:00
gimppaletteeditor.h
gimppaletteselect.c app: avoid GIMP_TYPE_INT32 with gimp_pdb_execute_procedure_by_name() 2019-08-04 14:10:42 +02:00
gimppaletteselect.h
gimppaletteview.c remove the ->position entry from GimpPaletteEntry 2022-03-12 08:57:26 +00:00
gimppaletteview.h app: Popup menu at rect in GimpEditor 2021-12-13 20:57:21 +01:00
gimppanedbox.c app: warning fix (MR !607). 2022-03-30 18:05:25 +00:00
gimppanedbox.h
gimppatternfactoryview.c app: implement pattern saving in the core 2019-02-11 20:56:07 +01:00
gimppatternfactoryview.h
gimppatternselect.c Fix #6676 brush select crash, pass GimpArray->data instead of GimpArray* 2021-04-21 15:38:23 +00:00
gimppatternselect.h
gimppdbdialog.c app: fix core crash when a plug-in calling a GimpPdbDialog crashes. 2021-04-28 02:47:24 +02:00
gimppdbdialog.h app: fix core crash when a plug-in calling a GimpPdbDialog crashes. 2021-04-28 02:47:24 +02:00
gimppickablebutton.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimppickablebutton.h
gimppickablepopup.c app: add a "select-items" signal to GimpContainerView. 2020-05-17 18:32:15 +02:00
gimppickablepopup.h
gimppivotselector.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimppivotselector.h app: fix indentation in gimppivotselector.h 2020-01-07 10:03:27 +02:00
gimppixbuf.c
gimppixbuf.h
gimppluginview.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppluginview.h
gimppolar.c app: allow snapping GimpPolar to 15 degree intervals 2019-12-29 21:56:30 +00:00
gimppolar.h
gimppopup.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimppopup.h
gimpprefsbox.c app: disable overlay scrolling for preferences pages 2019-06-07 12:36:59 +02:00
gimpprefsbox.h
gimpprocedureaction.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpprocedureaction.h app: GtkAction -> GAction madness part two 2019-07-04 01:11:48 +02:00
gimpprogressbox.c
gimpprogressbox.h
gimpprogressdialog.c
gimpprogressdialog.h
gimppropwidgets.c app, libgimpwidgets: allowing changing a dockable settings value while… 2022-03-06 19:30:31 +01:00
gimppropwidgets.h app, libgimpwidgets: move gimp_prop_spin_scale_new() and… 2022-02-19 00:14:44 +01:00
gimpradioaction.c app: get rid of a few more GtkAction warnings, and a little cleanup 2019-07-05 12:32:36 +02:00
gimpradioaction.h app: GtkAction -> GAction madness part two 2019-07-04 01:11:48 +02:00
gimprender.c app, libgimp, libgimpbase, libgimpwidgets: better checkboard colors API. 2022-05-14 16:31:50 +02:00
gimprender.h Custom transparency checkerboard colors 2022-05-14 16:27:15 +02:00
gimpsamplepointeditor.c Converting CMYK sample points to babl process 2022-07-20 22:35:13 +00:00
gimpsamplepointeditor.h
gimpsavedialog.c Missing mnemonics on several file dialogs 2019-09-09 18:06:29 +00:00
gimpsavedialog.h
gimpsearchpopup.c app: string allocated by gtk_tree_path_to_string() must be freed. 2021-08-20 21:43:55 +02:00
gimpsearchpopup.h app: start porting away from GtkAction and friends 2019-07-02 14:21:32 +02:00
gimpselectiondata.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpselectiondata.h app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpselectioneditor.c app: GimpSelectionEditor multi-drawable aware. 2020-08-17 18:22:19 +02:00
gimpselectioneditor.h
gimpsessioninfo-aux.c
gimpsessioninfo-aux.h
gimpsessioninfo-book.c
gimpsessioninfo-book.h
gimpsessioninfo-dock.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimpsessioninfo-dock.h
gimpsessioninfo-dockable.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimpsessioninfo-dockable.h
gimpsessioninfo-private.h
gimpsessioninfo.c app: brute force the session memorized size when showing a window. 2019-01-19 16:56:50 +01:00
gimpsessioninfo.h
gimpsessionmanaged.c app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpsessionmanaged.h app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpsettingsbox.c app: all remaining select-item handlers replaced by select-items ones. 2021-12-23 12:55:11 +01:00
gimpsettingsbox.h Issue #3503 - Display Preset names on Filter Dialogs 2019-06-26 14:53:43 +02:00
gimpsettingseditor.c app: all remaining select-item handlers replaced by select-items ones. 2021-12-23 12:55:11 +01:00
gimpsettingseditor.h
gimpshortcutbutton.c app: store keys as keyval/modifiers rather than string. 2022-08-17 14:20:18 +02:00
gimpshortcutbutton.h app: store keys as keyval/modifiers rather than string. 2022-08-17 14:20:18 +02:00
gimpsizebox.c
gimpsizebox.h
gimpstringaction.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpstringaction.h app: GtkAction -> GAction madness part two 2019-07-04 01:11:48 +02:00
gimpstrokeeditor.c libgimpwidgets: improved gimp_prop_scale_entry_new(), new function… 2020-11-25 02:32:22 +01:00
gimpstrokeeditor.h
gimpsymmetryeditor.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpsymmetryeditor.h
gimptagentry.c Issue #2227 - GIMP 2.10.6 crashes with assertion GIMP_IS_TAGGED in... 2020-01-01 00:22:54 +01:00
gimptagentry.h
gimptagpopup.c app: tagpopup: Try to set transient-for property 2020-12-30 09:15:17 +00:00
gimptagpopup.h app: support smooth scroll events in GimpTagPopup widget. 2019-09-22 18:57:25 +02:00
gimptemplateeditor.c core: Add simulation settings to Create New Image 2022-08-14 17:25:25 +00:00
gimptemplateeditor.h
gimptemplateview.c
gimptemplateview.h
gimptextbuffer-serialize.c
gimptextbuffer-serialize.h
gimptextbuffer.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimptextbuffer.h
gimptexteditor.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimptexteditor.h
gimptextproxy.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimptextproxy.h
gimptextstyleeditor.c app: fix coding style for and factorize MR !269. 2022-03-25 22:09:10 +01:00
gimptextstyleeditor.h
gimptexttag.c
gimptexttag.h
gimpthumbbox.c
gimpthumbbox.h
gimptoggleaction.c app: fix a few compilation warnings 2019-09-04 20:51:43 +03:00
gimptoggleaction.h app: start porting away from GtkAction and friends 2019-07-02 14:21:32 +02:00
gimptoolbox-color-area.c app: fix drag'n drop of fg/bg colors under Wayland. 2021-09-26 19:06:26 +02:00
gimptoolbox-color-area.h
gimptoolbox-dnd.c Fix various typos 2019-09-21 17:10:46 +00:00
gimptoolbox-dnd.h
gimptoolbox-image-area.c
gimptoolbox-image-area.h
gimptoolbox-indicator-area.c
gimptoolbox-indicator-area.h
gimptoolbox.c app: new gimp_widget_blink_rect(). 2021-12-23 12:20:43 +01:00
gimptoolbox.h
gimptoolbutton.c Fix -Wdiscarded-qualifiers in gimp_tool_button_update. 2022-04-01 18:17:12 +00:00
gimptoolbutton.h app: add GimpToolButton 2020-01-30 02:52:43 +02:00
gimptooleditor.c app: get rid of GimpContainerViewInterface select_item signal. 2021-12-23 12:55:11 +01:00
gimptooleditor.h app: add tool-group support to GimpToolEditor 2020-01-30 02:51:56 +02:00
gimptooloptionseditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimptooloptionseditor.h
gimptoolpalette.c app: add a "Use tool groups" option to the toolbox preferences 2020-02-01 13:19:08 +02:00
gimptoolpalette.h
gimptoolpreseteditor.c Issue #3533 - Tool preset doesn't restore opacity and paint mode 2020-05-12 21:13:29 +02:00
gimptoolpreseteditor.h
gimptoolpresetfactoryview.c
gimptoolpresetfactoryview.h
gimptranslationstore.c
gimptranslationstore.h
gimpuimanager.c app: Remove old GimpUiManager popup API 2021-12-13 20:57:23 +01:00
gimpuimanager.h app: Remove old GimpUiManager popup API 2021-12-13 20:57:23 +01:00
gimpundoeditor.c app: more "select-item" signal handlers changed to "select-items" ones. 2021-12-23 12:55:11 +01:00
gimpundoeditor.h
gimpvectorstreeview.c app: "active item" concept => "selected items". 2020-05-17 18:32:16 +02:00
gimpvectorstreeview.h
gimpview-popup.c
gimpview-popup.h
gimpview.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpview.h
gimpviewablebox.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpviewablebox.h
gimpviewablebutton.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpviewablebutton.h
gimpviewabledialog.c app: multi-layer aware layers-mask-add and layers-mask-add-button. 2020-05-17 18:32:16 +02:00
gimpviewabledialog.h app: multi-layer aware layers-mask-add and layers-mask-add-button. 2020-05-17 18:32:16 +02:00
gimpviewrenderer-frame.c
gimpviewrenderer-frame.h
gimpviewrenderer-utils.c app: rename GimpImageViewable to GimpImageProxy 2019-11-04 13:27:02 +02:00
gimpviewrenderer-utils.h
gimpviewrenderer.c core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
gimpviewrenderer.h
gimpviewrendererbrush.c
gimpviewrendererbrush.h
gimpviewrendererbuffer.c
gimpviewrendererbuffer.h
gimpviewrendererdrawable.c Add a few more misc. source comment typos 2019-05-09 09:13:37 -04:00
gimpviewrendererdrawable.h
gimpviewrenderergradient.c
gimpviewrenderergradient.h
gimpviewrendererimage.c app: rename GimpImageViewable to GimpImageProxy 2019-11-04 13:27:02 +02:00
gimpviewrendererimage.h
gimpviewrendererimagefile.c app: make all pixbuf rendering in GimpViewRenderer HiDPI-aware 2019-01-09 20:34:52 +01:00
gimpviewrendererimagefile.h
gimpviewrendererlayer.c
gimpviewrendererlayer.h
gimpviewrendererpalette.c
gimpviewrendererpalette.h
gimpviewrenderervectors.c
gimpviewrenderervectors.h
gimpwidgets-constructors.c
gimpwidgets-constructors.h
gimpwidgets-utils.c app: clearer release note tours. 2022-03-07 13:25:39 +01:00
gimpwidgets-utils.h app, libgimpwidgets: allowing changing a dockable settings value while… 2022-03-06 19:30:31 +01:00
gimpwindow.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpwindow.h
gimpwindowstrategy.c app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpwindowstrategy.h app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
Makefile.am app, po: remove GimpControllerMouse code. 2022-08-17 14:20:18 +02:00
meson.build app, po: remove GimpControllerMouse code. 2022-08-17 14:20:18 +02:00
widgets-enums.c app, libgimp*: commit the newly generated *enums.c files. 2022-08-01 20:00:01 +02:00
widgets-enums.h Issue #7034: Add single dot cursor mode 2022-03-13 16:04:40 +01:00
widgets-types.h app: new GimpModifiersEditor widget. 2022-08-17 14:20:18 +02:00