Gimp/app/widgets
Jehan d4733e5b21 app: fix drag'n drop of fg/bg colors under Wayland.
Commit 086ae77929 had broken dnd of colors from toolbox's color area on
Wayland. Clearly Wayland did not like we changed focus on a click,
breaking the drag.

To fix this, do not propagate button press and release events from the
GimpFgBgEditor editor anymore. Yet, since changing colors is usually to
be used (often immediately) on the canvas, giving back the focus to
canvas still makes sense. Therefore, instead of using press/release
events, add semantic signals to GimpFgBgEditor: color-dropped,
colors-swapped and colors-default (additionally to already existing
color-clicked). Then connect to these new signals to grab focus for
canvas when relevant.

Thanks to Massimo for raising the broken color dnd feature.
2021-09-26 19:06:26 +02:00
..
.gitignore Merge request 4 - Generated .c sources are used as headers... 2018-05-28 17:25:18 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpactioneditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpactionfactory.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpactionfactory.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpactiongroup.c app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +02:00
gimpactiongroup.h app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpblobeditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpblobeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbrusheditor.c libgimpwidgets: add GDestroyNotify to all enum widgets callback_data 2019-08-08 00:01:10 +02:00
gimpbrusheditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbrushfactoryview.c app: fix core crash when a plug-in calling a GimpPdbDialog crashes. 2021-04-28 02:47:24 +02: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: fix core crash when a plug-in calling a GimpPdbDialog crashes. 2021-04-28 02:47:24 +02:00
gimpbrushselect.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbuffersourcebox.c Issue #1283 - Artifacts in filters when aux input depends on filter result 2019-09-18 13:16:59 +03:00
gimpbuffersourcebox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbufferview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbufferview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcairo-wilber.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcairo-wilber.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcellrendererbutton.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcellrendererbutton.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcellrendererdashes.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcellrendererdashes.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcellrendererviewable.c app: do not popup a viewable preview when modifiers are active. 2020-12-13 20:39:47 +01:00
gimpcellrendererviewable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpchanneltreeview.c app: "active item" concept => "selected items". 2020-05-17 18:32:16 +02:00
gimpchanneltreeview.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpcircle.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcircle.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpclipboard.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpclipboard.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolorbar.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpcolorbar.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolordialog.c Cppcheck fixes 2020-11-05 19:42:14 +00:00
gimpcolordialog.h app: GimpColorDialog should actually follow the user context... 2019-03-18 12:11:58 +01:00
gimpcolordisplayeditor.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolordisplayeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcoloreditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcoloreditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolorframe.c app: fix alignment of generic pixel buffers 2020-05-20 08:53:41 +03:00
gimpcolorframe.h app: fix alignment of generic pixel buffers 2020-05-20 08:53:41 +03: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 app: multi-layer aware layers-mask-add and layers-mask-add-button. 2020-05-17 18:32:16 +02:00
gimpcolormapeditor.h app: use the new GimpColormapSelection in GimpColormapEditor. 2019-03-18 12:10:44 +01:00
gimpcolormapselection.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpcolormapselection.h Issue #2938: Painting on indexed images counter-intuitive. 2019-03-18 12:06:11 +01:00
gimpcolorpanel.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpcolorpanel.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolorselectorpalette.c colorselector: Rename signal emitters 2020-05-03 23:23:44 +02:00
gimpcolorselectorpalette.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcombotagentry.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpcombotagentry.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcomponenteditor.c libgimpwidgets, app: change "stock-size" property of... 2018-08-06 15:38:37 +02:00
gimpcomponenteditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainercombobox.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcontainercombobox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainereditor.c app: fix a few warnings. 2020-05-14 17:01:13 +02:00
gimpcontainereditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainerentry.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainerentry.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainericonview.c app: add a "select-items" signal to GimpContainerView. 2020-05-17 18:32:15 +02:00
gimpcontainericonview.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpcontainerpopup.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainerpopup.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainertreestore.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcontainertreestore.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainertreeview-dnd.c app: fix dragging color boxes into item dockables. 2021-09-26 17:06:57 +02: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: fix double-click tree view cell editing. 2020-05-17 18:32:16 +02:00
gimpcontainertreeview.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpcontainertreeview.h app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpcontainerview-utils.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainerview-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontainerview.c app: fix sending signals to finalized object. 2021-04-21 14:19:05 +02:00
gimpcontainerview.h app: make "layers-new-last-values" multi-selection aware. 2020-05-17 18:32:16 +02: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollerinfo.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcontrollerinfo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollerkeyboard.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollerkeyboard.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollerlist.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcontrollerlist.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollermouse.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollermouse.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollers.c libgimpconfig: get rid of filenames in all config related APIs 2019-09-21 12:55:12 +02:00
gimpcontrollers.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcontrollerwheel.c app: fix GimpControllerWheel for smooth scrolling events 2018-07-15 13:56:44 +02:00
gimpcontrollerwheel.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 GimpToolTransform3DGrid tool widget 2020-01-06 21:52:51 +02: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdataeditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpdataeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdatafactoryview.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpdatafactoryview.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpdeviceeditor.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpdeviceeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdeviceinfo-coords.c app: move GimpDeviceInfo variables to a private structure. 2020-12-08 21:07:37 +01:00
gimpdeviceinfo-coords.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdeviceinfo.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdevicestatus.c app: move GimpDeviceInfo variables to a private structure. 2020-12-08 21:07:37 +01:00
gimpdevicestatus.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdial.c app: allow snapping GimpDial to 15 degree intervals 2019-12-29 21:56:30 +00:00
gimpdial.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdnd-xds.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdnd.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpdnd.h app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpdock.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpdock.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdockable.c app/widgets: Use G_DECLARE_INTERFACE() 2019-08-09 19:48:21 +00:00
gimpdockable.h Misc. typo fixes 2018-09-16 18:49:18 -04:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdocumentview.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpdocumentview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdrawabletreeview.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpdrawabletreeview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdynamicseditor.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpdynamicseditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdynamicsfactoryview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdynamicsfactoryview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdynamicsoutputeditor.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpdynamicsoutputeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpeditor.c app: GimpAction now has a "reason" parameter to explain being disabled. 2021-04-23 19:43:30 +02:00
gimpeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02: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: make GimpErrorConsole's icons HiDPI-aware 2018-12-31 19:41:47 +01:00
gimperrorconsole.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimperrordialog.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimperrordialog.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpextensionlist.c app: don't show an uninstall button for system extensions. 2020-10-09 15:30:54 +02:00
gimpextensionlist.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfgbgeditor.c app: fix drag'n drop of fg/bg colors under Wayland. 2021-09-26 19:06:26 +02:00
gimpfgbgeditor.h app: fix drag'n drop of fg/bg colors under Wayland. 2021-09-26 19:06:26 +02:00
gimpfgbgview.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpfgbgview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfiledialog.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpfiledialog.h Issue #1160: file dialog view filter getting confused with file... 2018-07-25 15:31:25 +02:00
gimpfileprocview.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpfileprocview.h Issue #1160: file dialog view filter getting confused with file... 2018-07-25 15:31:25 +02:00
gimpfilleditor.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpfilleditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfontfactoryview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfontfactoryview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfontselect.c app: avoid GIMP_TYPE_INT32 with gimp_pdb_execute_procedure_by_name() 2019-08-04 14:10:42 +02:00
gimpfontselect.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgradienteditor.c Issue #2938: Painting on indexed images counter-intuitive. 2019-03-18 12:06:11 +01:00
gimpgradienteditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgradientselect.c Fix #6676 brush select crash, pass GimpArray->data instead of GimpArray* 2021-04-21 15:38:23 +00:00
gimpgradientselect.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgrideditor.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpgrideditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Issue #1168 - Allow resetting rotation view and flip view separately. 2021-08-23 15:46:11 +02:00
gimphelp.c app, libgimp, libgimpbase: big plug-in API refactoring part three 2019-07-29 12:22:58 +02:00
gimphelp.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimphistogrambox.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimphistogrambox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpiconpicker.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpiconpicker.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimagecommenteditor.c app: replace gimp_parasite_data*() with gimp_parasite_get_data(). 2021-01-29 23:52:03 +01:00
gimpimagecommenteditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimageeditor.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimageeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimageparasiteview.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpimageparasiteview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimageprofileview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimageprofileview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimagepropview.c Issue #6446: Typo fixes. 2021-02-24 12:33:03 +01:00
gimpimagepropview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpimageview.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
gimpimageview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpitemtreeview.c app: fix one more ugly leak. 2021-08-15 01:44:46 +02:00
gimpitemtreeview.h app: fix selection after a drag'n drop move. 2020-05-17 18:32:15 +02:00
gimplanguagecombobox.c Make sure to use % for constants 2019-08-03 07:53:47 +00:00
gimplanguagecombobox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplanguageentry.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimplanguageentry.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplanguagestore.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplanguagestore.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplayermodebox.c app: multi-layer awareness for layers' lock-alpha, opacity and mode. 2020-05-17 18:32:16 +02:00
gimplayermodebox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplayermodecombobox.c app: multi-layer awareness for layers' lock-alpha, opacity and mode. 2020-05-17 18:32:16 +02:00
gimplayermodecombobox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplayertreeview.c Issue #6030: Mask related Shortcuts conflicting with Multiple Layers… 2020-12-14 12:44:53 +01:00
gimplayertreeview.h app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpmenudock.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpmenudock.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmenufactory.c app: start porting away from GtkAction and friends 2019-07-02 14:21:32 +02:00
gimpmenufactory.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmessagebox.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimpmessagebox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmessagedialog.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmessagedialog.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmeter.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpmeter.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoverlaybox.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimpoverlaybox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoverlaychild.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoverlaychild.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoverlaydialog.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpoverlaydialog.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoverlayframe.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoverlayframe.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppaletteeditor.c app: Implement canvas support for touchpad gesture zoom by pinch 2021-04-22 17:45:32 +00:00
gimppaletteeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppaletteselect.c app: avoid GIMP_TYPE_INT32 with gimp_pdb_execute_procedure_by_name() 2019-08-04 14:10:42 +02:00
gimppaletteselect.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppaletteview.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimppaletteview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppanedbox.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimppanedbox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppatternfactoryview.c app: implement pattern saving in the core 2019-02-11 20:56:07 +01:00
gimppatternfactoryview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppatternselect.c Fix #6676 brush select crash, pass GimpArray->data instead of GimpArray* 2021-04-21 15:38:23 +00:00
gimppatternselect.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppickablepopup.c app: add a "select-items" signal to GimpContainerView. 2020-05-17 18:32:15 +02:00
gimppickablepopup.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppixbuf.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppluginview.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimppluginview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppolar.c app: allow snapping GimpPolar to 15 degree intervals 2019-12-29 21:56:30 +00:00
gimppolar.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppopup.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimppopup.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpprefsbox.c app: disable overlay scrolling for preferences pages 2019-06-07 12:36:59 +02:00
gimpprefsbox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpprogressbox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpprogressdialog.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpprogressdialog.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppropwidgets.c app: return visible widgets from a few more gimp_prop() functions 2020-07-31 20:47:05 +03:00
gimppropwidgets.h app: add gimp_prop_range_set_ui_limits() 2020-06-02 23:25:25 +03: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimprender.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsamplepointeditor.c app: fix alignment of generic pixel buffers 2020-05-20 08:53:41 +03:00
gimpsamplepointeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsavedialog.c Missing mnemonics on several file dialogs 2019-09-09 18:06:29 +00:00
gimpsavedialog.h Issue #2055: make save dialog compatibility information understandable. 2018-09-11 13:14:54 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-aux.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-aux.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-book.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-book.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-dock.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimpsessioninfo-dock.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-dockable.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimpsessioninfo-dockable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo-private.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsessioninfo.c app: brute force the session memorized size when showing a window. 2019-01-19 16:56:50 +01:00
gimpsessioninfo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpsettingsbox.h Issue #3503 - Display Preset names on Filter Dialogs 2019-06-26 14:53:43 +02:00
gimpsettingseditor.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpsettingseditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsizebox.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:39:56 -04:00
gimpsizebox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpspinscale.c app: show the "relative edit" cursor on motion with Shift pushed. 2020-12-16 18:43:14 +01:00
gimpspinscale.h libgimpwidgets, app, plug-ins: use GimpSpinButton everywhere 2019-03-09 07:28:52 -05:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsymmetryeditor.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpsymmetryeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 libgimpbase: remove gimp_personal_rc_file() 2019-09-21 18:08:13 +02:00
gimptemplateeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptemplateview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptemplateview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptextbuffer-serialize.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptextbuffer-serialize.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptextbuffer.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimptextbuffer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptexteditor.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimptexteditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptextproxy.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimptextproxy.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptextstyleeditor.c libgimpwidgets, app, plug-ins: use GimpSpinButton everywhere 2019-03-09 07:28:52 -05:00
gimptextstyleeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptexttag.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptexttag.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpthumbbox.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpthumbbox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolbox-dnd.c Fix various typos 2019-09-21 17:10:46 +00:00
gimptoolbox-dnd.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolbox-image-area.c app: fix tooltips on the toolbox' color and image areas 2018-10-08 12:39:34 +02:00
gimptoolbox-image-area.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolbox-indicator-area.c app: fix tooltips on the toolbox' color and image areas 2018-10-08 12:39:34 +02:00
gimptoolbox-indicator-area.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolbox.c app: new gimp_display_grab_focus() function. 2021-07-05 15:31:36 +02:00
gimptoolbox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolbutton.c app: new gimp_display_grab_focus() function. 2021-07-05 15:31:36 +02:00
gimptoolbutton.h app: add GimpToolButton 2020-01-30 02:52:43 +02:00
gimptooleditor.c app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02: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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolpalette.c app: add a "Use tool groups" option to the toolbox preferences 2020-02-01 13:19:08 +02:00
gimptoolpalette.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolpreseteditor.c Issue #3533 - Tool preset doesn't restore opacity and paint mode 2020-05-12 21:13:29 +02:00
gimptoolpreseteditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolpresetfactoryview.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptoolpresetfactoryview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptranslationstore.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptranslationstore.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpuimanager.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpuimanager.h app: start porting away from GtkAction and friends 2019-07-02 14:21:32 +02:00
gimpundoeditor.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpundoeditor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpvectorstreeview.c app: "active item" concept => "selected items". 2020-05-17 18:32:16 +02:00
gimpvectorstreeview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpview-popup.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpview-popup.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpview.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpview.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewablebox.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpviewablebox.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewablebutton.c app, libgimpwidgets: return visible widgets from all gimp_prop_foo_new() 2019-09-25 20:24:06 +02:00
gimpviewablebutton.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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 Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderer-frame.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderer-utils.c app: rename GimpImageViewable to GimpImageProxy 2019-11-04 13:27:02 +02:00
gimpviewrenderer-utils.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderer.c Remove unnecessary gimpmarshal.h and gimpwidgetsmarshal.h includes. 2021-08-13 18:01:13 +00:00
gimpviewrenderer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererbrush.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererbrush.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererbuffer.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererbuffer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererdrawable.c Add a few more misc. source comment typos 2019-05-09 09:13:37 -04:00
gimpviewrendererdrawable.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderergradient.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderergradient.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererimage.c app: rename GimpImageViewable to GimpImageProxy 2019-11-04 13:27:02 +02:00
gimpviewrendererimage.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererimagefile.c app: make all pixbuf rendering in GimpViewRenderer HiDPI-aware 2019-01-09 20:34:52 +01:00
gimpviewrendererimagefile.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererlayer.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererlayer.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererpalette.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrendererpalette.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderervectors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpviewrenderervectors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpwidgets-constructors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpwidgets-constructors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpwidgets-utils.c app, libgimp*, pdb, plug-ins: use g_memdup2() instead of g_memdup() 2021-08-26 17:32:09 +02:00
gimpwidgets-utils.h app: add gimp_gtk_adjustment_chain() 2020-06-02 23:25:22 +03:00
gimpwindow.c Cleanup GObject signal marshallers 2020-04-01 21:20:01 +00:00
gimpwindow.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
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: add GimpAccelLabel 2020-06-01 19:29:24 +03:00
meson.build Don't compile gimpmarshal source file many times 2020-09-13 18:13:29 +03:00
widgets-enums.c app: move GimpColorFrameMode to the core and name it GimpColorPickMode 2018-07-15 23:24:50 +02:00
widgets-enums.h app: make drag'n drop multi-drawable selection aware. 2020-05-17 18:32:15 +02:00
widgets-types.h app: allow controlling performance-log parameters through the UI 2020-07-30 01:03:37 +03:00