Gimp/app/widgets
Alx Sa 2e69cbb980 core: Use basename rather than URI for file loading
Certain cloud providers return a blobname
rather than the actual filename with
g_file_get_uri (). Since our code only checks
the suffix and extension of non-native files,
we received "Unknown File Type" when
trying to load images from those providers.

This patch replaces g_file_get_uri () so that
we get the display-name instead, which
should always have the extension. This
may be changed in the future when we
switch to a FileChooser portal.

This same pattern is also used on the
GimpThumbBox so we see the display-name
rather than the blob name.

Thanks to Khalid Abu Shawarib for the
additional information!
2025-01-19 18:28:32 +00:00
..
gimpaccellabel.c app: GimpAccelLabel now closure-free. 2023-04-12 22:07:08 +02:00
gimpaccellabel.h
gimpaction-history.c widgets: Do not show internal procedures as search actions 2024-04-17 17:10:18 +00:00
gimpaction-history.h
gimpaction.c Issue #12409: make sure action tooltips are escaped when used as markup. 2024-11-22 16:37:51 +09:00
gimpaction.h app: complete !1073 for case when transformed <shift>num action clashes… 2023-10-04 00:11:35 +02:00
gimpactioneditor.c app: GimpActionEditor now keeps a Gimp object instead of GimpUIManager. 2023-04-12 22:07:08 +02:00
gimpactioneditor.h app: GimpActionEditor now keeps a Gimp object instead of GimpUIManager. 2023-04-12 22:07:08 +02:00
gimpactionfactory.c app: readability improvement in GimpActionFactory 2023-05-22 03:39:52 +02:00
gimpactionfactory.h app: cleanly delete the UI manager and action groups associated to finalized… 2023-04-12 22:07:09 +02:00
gimpactiongroup.c app, libgimp*, plug-ins: GimpColorButton now space-invaded. 2024-02-11 23:28:03 +01:00
gimpactiongroup.h app, libgimp*, plug-ins: GimpColorButton now space-invaded. 2024-02-11 23:28:03 +01:00
gimpactionimpl.c app, libgimp, libgimpwidgets, plug-ins, etc: rename behaviour to behavior 2023-07-21 15:35:23 -04:00
gimpactionimpl.h app: use G_DECLARE_INTERFACE() to declare GimpAction interface. 2023-05-11 12:46:57 +02:00
gimpactionview.c app: fix a crash when editing the shortcut not on an actual action. 2024-08-17 00:15:09 +02:00
gimpactionview.h app: GimpActionView uses newer GAction-based API. 2023-04-12 22:07:08 +02:00
gimpblobeditor.c widgets, themes: Define colors for GimpBlobEditor 2024-08-29 13:30:39 +00:00
gimpblobeditor.h
gimpbrusheditor.c
gimpbrusheditor.h
gimpbrushfactoryview.c Issue #9270: Change GimpBrushSelect to choose only brush. 2024-09-06 18:14:01 +02:00
gimpbrushfactoryview.h
gimpbrushselect.c Issue #9270: Change GimpBrushSelect to choose only brush. 2024-09-06 18:14:01 +02:00
gimpbrushselect.h Issue #9270: Change GimpBrushSelect to choose only brush. 2024-09-06 18:14:01 +02:00
gimpbuffersourcebox.c
gimpbuffersourcebox.h
gimpbufferview.c
gimpbufferview.h
gimpcairo-wilber.c
gimpcairo-wilber.h
gimpcellrendererbutton.c
gimpcellrendererbutton.h
gimpcellrendererdashes.c gimpcellrendererdashes: fix type of a variable 2023-05-20 23:59:29 +02:00
gimpcellrendererdashes.h
gimpcellrendererviewable.c
gimpcellrendererviewable.h
gimpchanneltreeview.c widgets: Set up help-ids properly 2024-08-24 23:20:23 +02:00
gimpchanneltreeview.h
gimpcircle.c core, widgets: Convert HSV/A to float 2024-04-21 03:42:27 +00:00
gimpcircle.h
gimpclipboard.c
gimpclipboard.h
gimpcolorbar.c app, libgimp*, modules, pdb, plug-ins: new GimpParamColor. 2024-04-19 23:25:13 +02:00
gimpcolorbar.h app: GimpColorBar to use GeglColor. 2024-02-11 23:28:03 +01:00
gimpcolordialog.c app: display in the set color space when a color dialog is not context-aware. 2024-09-23 14:33:50 +02:00
gimpcolordialog.h app: GimpColorDialog now fully uses GeglColor. 2024-02-11 23:28:03 +01:00
gimpcolordisplayeditor.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpcolordisplayeditor.h
gimpcoloreditor.c Issue #12146: default to HSV Hue for GimpColorSelect. 2024-10-13 15:38:36 +02:00
gimpcoloreditor.h app, libgimpwidgets: make GimpColorSelector sync with soft-proofing. 2024-02-11 23:28:03 +01:00
gimpcolorframe.c app/widgets: do not use a reference to the active image in GimpColorFrame 2025-01-08 17:23:16 +01:00
gimpcolorframe.h app: GimpColorFrame is now much more space aware. 2024-02-11 23:28:03 +01:00
gimpcolorhistory.c app: fix random crash when GimpColorHistory is finalized. 2024-08-05 13:20:44 +02:00
gimpcolorhistory.h app, libgimpconfig: color history is now space-invaded. 2024-02-11 23:28:03 +01:00
gimpcolormapeditor.c widgets: Confirm color map selection before... 2025-01-14 03:01:14 +00:00
gimpcolormapeditor.h app, libgimp, pdb, plug-ins: GimpPalette are now GeglColor based. 2024-02-11 23:28:03 +01:00
gimpcolormapselection.c app/widgets: Update colormap count when adding new color 2024-12-07 15:11:10 +00:00
gimpcolormapselection.h app, libgimp, pdb, plug-ins: GimpPalette are now GeglColor based. 2024-02-11 23:28:03 +01:00
gimpcolorpanel.c app: some GimpAction color which was forgotten after the port. 2024-02-11 23:28:03 +01:00
gimpcolorpanel.h app, libgimp*, plug-ins: GimpColorButton now space-invaded. 2024-02-11 23:28:03 +01:00
gimpcolorselectorpalette.c app, libgimpwidgets, modules: color selectors are now partly space-invaded. 2024-02-11 23:28:03 +01:00
gimpcolorselectorpalette.h
gimpcombotagentry.c app: remove draw() from GimpComboTagEntry 2023-06-06 16:32:15 +02:00
gimpcombotagentry.h
gimpcomponenteditor.c
gimpcomponenteditor.h
gimpcompressioncombobox.c
gimpcompressioncombobox.h
gimpcontainerbox.c
gimpcontainerbox.h
gimpcontainercombobox.c app: display the floating mask over the layer mask. 2022-11-09 02:15:41 +01:00
gimpcontainercombobox.h
gimpcontainereditor.c
gimpcontainereditor.h
gimpcontainerentry.c Fix Font Inline completion not working in some cases 2023-07-23 22:29:02 +00:00
gimpcontainerentry.h
gimpcontainericonview.c Fix #10475 double popup context menu on RMB in dockable chooser 2024-01-25 14:13:00 +00:00
gimpcontainericonview.h
gimpcontainerpopup.c Issue #8359: GIMP crashes from "open the font selection dialog" button. 2023-02-09 22:22:56 +00:00
gimpcontainerpopup.h
gimpcontainertreestore.c app: display the floating mask over the layer mask. 2022-11-09 02:15:41 +01:00
gimpcontainertreestore.h app: display the floating mask over the layer mask. 2022-11-09 02:15:41 +01:00
gimpcontainertreeview-dnd.c Fixes #11338: Layers do not teleport to the bottom of the list if dragged onto the headers 2024-04-24 00:23:40 +05:30
gimpcontainertreeview-dnd.h
gimpcontainertreeview-private.h Issue #10745: move the "item set" icon above layer list. 2024-02-09 18:22:43 +01:00
gimpcontainertreeview.c Issue #11906: action search followed by down arrow key stops responding… 2024-08-15 12:32:48 +02:00
gimpcontainertreeview.h Issue #11906: action search followed by down arrow key stops responding… 2024-08-15 12:32:48 +02:00
gimpcontainerview-utils.c
gimpcontainerview-utils.h
gimpcontainerview.c app: improve GimpPickableButton and split GimpPickablePopup. 2023-10-01 21:02:33 +02:00
gimpcontainerview.h
gimpcontrollereditor.c widgets: Remove icon border on GimpControllerEditor dialog 2024-10-26 14:40:35 +00:00
gimpcontrollereditor.h
gimpcontrollerinfo.c libgimpwidgets: Finish converting classes to derivable type 2024-08-03 06:39:55 +00:00
gimpcontrollerinfo.h
gimpcontrollerkeyboard.c
gimpcontrollerkeyboard.h
gimpcontrollerlist.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpcontrollerlist.h
gimpcontrollers.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimpcontrollers.h app, po: remove GimpControllerMouse code. 2022-08-17 14:20:18 +02:00
gimpcontrollerwheel.c
gimpcontrollerwheel.h
gimpcriticaldialog.c Issue #8520: show devel download link when relevant. 2022-08-31 13:13:27 +02:00
gimpcriticaldialog.h
gimpcursor.c app: update relevant comments about Wayland hotspot 2023-06-25 22:21:37 +00:00
gimpcursor.h
gimpcurveview.c widgets: Fix label background on Curves tool 2024-06-17 13:05:38 +00:00
gimpcurveview.h app: GimpCurveView using GeglColor. 2024-02-11 23:28:03 +01:00
gimpdashboard.c app: no more GimpRGB in GimpDashboard and related. 2024-02-11 23:28:04 +01:00
gimpdashboard.h
gimpdasheditor.c
gimpdasheditor.h
gimpdataeditor.c
gimpdataeditor.h
gimpdatafactoryview.c app: data tree views are in single selection mode. 2023-10-26 20:59:48 +02:00
gimpdatafactoryview.h
gimpdeviceeditor.c icons: Restore GIMP icons replaced by GTK defaults 2023-04-30 13:58:39 +00:00
gimpdeviceeditor.h
gimpdeviceinfo-coords.c
gimpdeviceinfo-coords.h
gimpdeviceinfo.c widgets: Add GimpDeviceInfo API to generate a GtkPadController 2023-12-08 12:35:34 +00:00
gimpdeviceinfo.h widgets: Add GimpDeviceInfo API to generate a GtkPadController 2023-12-08 12:35:34 +00:00
gimpdeviceinfoeditor.c app: make the Pad Actions frame insensitive with tooltip on X11. 2023-12-08 22:46:32 +09:00
gimpdeviceinfoeditor.h
gimpdevicemanager.c widgets: Hook ::configure-pad signal emission to configuration changes 2023-12-08 12:35:34 +00:00
gimpdevicemanager.h widgets: Hook ::configure-pad signal emission to configuration changes 2023-12-08 12:35:34 +00:00
gimpdevices.c widgets: Hook ::configure-pad signal emission to configuration changes 2023-12-08 12:35:34 +00:00
gimpdevices.h
gimpdevicestatus.c app: the Device Status dockable now shows context-sensitive colors. 2024-02-11 23:28:02 +01:00
gimpdevicestatus.h
gimpdial.c
gimpdial.h
gimpdialogfactory.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimpdialogfactory.h app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimpdnd-xds.c
gimpdnd-xds.h
gimpdnd.c Issue #7497: Unable to drag layers in the layer list of another open project. 2024-08-20 12:38:09 +02:00
gimpdnd.h app: Rename app/core GimpVectors vectors API... 2024-07-13 05:07:57 +00:00
gimpdock.c widgets, gui: Connect GimpToolBox to icon size changes 2024-07-28 13:25:51 +00:00
gimpdock.h
gimpdockable.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimpdockable.h
gimpdockbook.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
gimpdockbook.h app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimpdockcolumns.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpdockcolumns.h
gimpdockcontainer.c
gimpdockcontainer.h
gimpdocked.c
gimpdocked.h
gimpdockwindow.c Issue #12292: image remains in memory after closing view. 2024-12-22 00:19:08 +01:00
gimpdockwindow.h
gimpdocumentview.c
gimpdocumentview.h
gimpdoubleaction.c widgets: Make GimpDoubleAction friendlier to GtkPadController 2023-12-08 12:35:34 +00:00
gimpdoubleaction.h Issue #9349: Add concept of "short" (contextual) vs "long" label for actions. 2023-04-14 17:48:57 +02:00
gimpdrawabletreeview.c app: color drag'n drop is now space-invaded. 2024-02-11 23:28:04 +01:00
gimpdrawabletreeview.h
gimpdynamicseditor.c
gimpdynamicseditor.h
gimpdynamicsfactoryview.c
gimpdynamicsfactoryview.h
gimpdynamicsoutputeditor.c app/widgets: Fix Fade visibility in Paint Dynamics Output Editor 2024-09-29 11:22:26 +00:00
gimpdynamicsoutputeditor.h
gimpeditor.c Issue #12409: make sure action tooltips are escaped when used as markup. 2024-11-22 16:37:51 +09:00
gimpeditor.h app, menus: Colormap dockable now shows a delete button. 2023-10-09 15:28:20 +02:00
gimpenumaction.c Issue #9349: Add concept of "short" (contextual) vs "long" label for actions. 2023-04-14 17:48:57 +02:00
gimpenumaction.h Issue #9349: Add concept of "short" (contextual) vs "long" label for actions. 2023-04-14 17:48:57 +02:00
gimperrorconsole.c
gimperrorconsole.h
gimperrordialog.c
gimperrordialog.h
gimpexportdialog.c
gimpexportdialog.h
gimpextensiondetails.c
gimpextensiondetails.h
gimpextensionlist.c
gimpextensionlist.h
gimpfgbgeditor.c gui, widgets: Scale Swap & Default Color icons... 2024-07-21 03:05:43 +00:00
gimpfgbgeditor.h
gimpfgbgview.c app: GimpFgBgView draw() methods uses GeglColor directly. 2024-02-11 23:28:04 +01:00
gimpfgbgview.h
gimpfiledialog.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
gimpfiledialog.h app, libgimp*, pdb, plug-ins: reimplement generic inter-process transient window. 2023-10-01 21:02:33 +02:00
gimpfileprocview.c
gimpfileprocview.h
gimpfilleditor.c app: swapping gimp_prop_color_button_new() and gimp_prop_gegl_color_button_new(). 2024-04-18 00:37:20 +02:00
gimpfilleditor.h core: Add color/pattern only fill options 2023-06-24 19:42:58 +00:00
gimpfontfactoryview.c
gimpfontfactoryview.h
gimpfontselect.c app, libgimp, plug-ins: a lot of cleanup in GimpResourceSelect* code. 2023-10-01 21:02:33 +02:00
gimpfontselect.h
gimpgradienteditor.c app, libgimpcolor, plug-ins: move legacy luminance macros to private. 2024-11-02 00:27:02 +01:00
gimpgradienteditor.h app: GimpGradient now uses GeglColor. 2024-02-11 23:28:03 +01:00
gimpgradientselect.c app, libgimp*, pdb, plug-ins: rename various public API name s/float/double/. 2024-11-02 15:00:03 +01:00
gimpgradientselect.h
gimpgrideditor.c app: swapping gimp_prop_color_button_new() and gimp_prop_gegl_color_button_new(). 2024-04-18 00:37:20 +02:00
gimpgrideditor.h
gimphandlebar.c app/widgets: Use foreground color for handle outline 2024-12-15 16:13:43 +00:00
gimphandlebar.h
gimphelp-ids.h app: add help-ids to the vector tool path actions 2025-01-10 13:52:49 -05:00
gimphelp.c app, tools: generate the language list at build-time. 2024-08-15 15:50:30 +02:00
gimphelp.h
gimphistogrambox.c
gimphistogrambox.h
gimphistogrameditor.c widgets: Fix RGB histogram pixel/count values 2023-06-15 19:24:49 -04:00
gimphistogrameditor.h
gimphistogramview.c [app] Ensure calculated histogram spike height ... 2023-02-10 00:45:47 +06:00
gimphistogramview.h
gimpiconpicker.c Issue #11071: Changed detailed_signal from "map" to "realize" to enable opening animations 2024-04-11 14:59:15 +00:00
gimpiconpicker.h
gimpimagecommenteditor.c
gimpimagecommenteditor.h
gimpimageeditor.c app: Make image flush related functions idle 2023-11-25 16:19:43 +00:00
gimpimageeditor.h
gimpimageparasiteview.c
gimpimageparasiteview.h
gimpimageprofileview.c
gimpimageprofileview.h
gimpimagepropview.c app: fixing bug created in commit cde861a0e6. 2024-08-09 19:29:55 +02:00
gimpimagepropview.h
gimpimageview.c widgets: Update image display on imageview select 2024-05-21 17:31:05 +00:00
gimpimageview.h
gimpitemtreeview.c tools, widgets: Fix NDE restrictions when different layer selected 2024-12-19 17:42:43 +00:00
gimpitemtreeview.h Issue #11906: action search followed by down arrow key stops responding… 2024-08-15 12:32:48 +02:00
gimplanguagecombobox.c
gimplanguagecombobox.h
gimplanguageentry.c
gimplanguageentry.h
gimplanguagestore.c app, tools: localization for GimpLanguageStore languages must happen at runtime. 2024-08-15 15:50:30 +02:00
gimplanguagestore.h
gimplayermodebox.c
gimplayermodebox.h
gimplayermodecombobox.c
gimplayermodecombobox.h
gimplayertreeview.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
gimplayertreeview.h
gimpmenu.c Issue #11967: fix CRITICAL. 2024-08-29 16:46:27 +02:00
gimpmenu.h app: a bit of code cleanup. 2023-04-20 15:36:11 +02:00
gimpmenubar.c app, menus: remove all placeholder code. 2023-07-13 16:53:11 +02:00
gimpmenubar.h app: new GimpMenuModel object, which is our own implementation of GMenuModel. 2023-04-12 22:07:09 +02:00
gimpmenudock.c
gimpmenudock.h
gimpmenufactory.c app: make sure the private variable is a valid object if set. 2023-06-06 22:30:03 +02:00
gimpmenufactory.h app: cleanly delete the UI manager and action groups associated to finalized… 2023-04-12 22:07:09 +02:00
gimpmenumodel.c widgets: Fix bug loading tool presets in translated UIs 2024-08-16 15:15:20 -04:00
gimpmenumodel.h app: GimpMenuModel uses GeglColor. 2024-02-11 23:28:04 +01:00
gimpmenushell.c app: don't leave dangling GimpUIManager weak pointers around 2023-05-22 03:39:52 +02:00
gimpmenushell.h app, menus: remove all placeholder code. 2023-07-13 16:53:11 +02:00
gimpmessagebox.c app: remove gtk_container_set_focus_chain(), it's deprecated and 2023-05-21 18:56:32 +02:00
gimpmessagebox.h
gimpmessagedialog.c
gimpmessagedialog.h
gimpmeter.c app, libgimp*, modules, pdb, plug-ins: new GimpParamColor. 2024-04-19 23:25:13 +02:00
gimpmeter.h app: no more GimpRGB in GimpDashboard and related. 2024-02-11 23:28:04 +01:00
gimpmodifierseditor.c widgets: Add checks if GdkDevice doesn't exist 2024-01-16 14:17:53 +00:00
gimpmodifierseditor.h app: GimpActionEditor now keeps a Gimp object instead of GimpUIManager. 2023-04-12 22:07:08 +02:00
gimpnavigationview.c
gimpnavigationview.h
gimpopendialog.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpopendialog.h
gimpoverlaybox.c
gimpoverlaybox.h
gimpoverlaychild.c
gimpoverlaychild.h
gimpoverlaydialog.c
gimpoverlaydialog.h
gimpoverlayframe.c
gimpoverlayframe.h
gimppaletteeditor.c app: color drag'n drop is now space-invaded. 2024-02-11 23:28:04 +01:00
gimppaletteeditor.h app, libgimp, pdb, plug-ins: GimpPalette are now GeglColor based. 2024-02-11 23:28:03 +01:00
gimppaletteselect.c app, libgimp, plug-ins: a lot of cleanup in GimpResourceSelect* code. 2023-10-01 21:02:33 +02:00
gimppaletteselect.h
gimppaletteview.c app: do not run gimp_palette_view_select_entry() when there is no palette. 2024-09-22 23:26:33 +02:00
gimppaletteview.h app: color drag'n drop is now space-invaded. 2024-02-11 23:28:04 +01:00
gimppanedbox.c libgimpcolor, app: gimp_color_parse_(css|hex|name)() renamed with _substring() suffix. 2024-04-20 12:37:20 +02:00
gimppanedbox.h
gimppathtreeview.c Issue #11906: action search followed by down arrow key stops responding… 2024-08-15 12:32:48 +02:00
gimppathtreeview.h app: Rename app/core GimpVectors vectors API... 2024-07-13 05:07:57 +00:00
gimppatternfactoryview.c
gimppatternfactoryview.h
gimppatternselect.c app, libgimp, plug-ins: a lot of cleanup in GimpResourceSelect* code. 2023-10-01 21:02:33 +02:00
gimppatternselect.h
gimppdbdialog.c app, libgimp, pdb: new PDB group gimpdrawableselect. 2023-10-01 21:02:33 +02:00
gimppdbdialog.h app, libgimp, pdb: new PDB group gimpdrawableselect. 2023-10-01 21:02:33 +02:00
gimppickablebutton.c app: improve GimpPickableButton and split GimpPickablePopup. 2023-10-01 21:02:33 +02:00
gimppickablebutton.h
gimppickablechooser.c app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimppickablechooser.h app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimppickablepopup.c app, libgimp, pdb: generate widgets for GIMP_PROC_ARG_LAYER|CHANNEL arguments. 2023-10-01 21:02:34 +02:00
gimppickablepopup.h
gimppickableselect.c widgets: Disable DrawableChooser if no layer/channel selected 2024-04-09 12:51:30 +00:00
gimppickableselect.h app, libgimp, pdb: new PDB group gimpdrawableselect. 2023-10-01 21:02:33 +02:00
gimppivotselector.c
gimppivotselector.h
gimppixbuf.c
gimppixbuf.h
gimppluginview.c
gimppluginview.h
gimppolar.c
gimppolar.h
gimppopup.c GimpPopup: Ignore grabs from windows / menus shown by internal widgets 2023-12-31 18:07:25 +01:00
gimppopup.h
gimpprefsbox.c dialogs, gui, widgets: Connect GimpPrefsBox to icon size changes 2024-08-04 12:55:58 +00:00
gimpprefsbox.h dialogs: Add configurations to Welcome Dialogue 2024-02-14 15:20:10 +00:00
gimpprocedureaction.c app: do not assume that a procedure is still registered after running. 2023-10-26 22:44:07 +02:00
gimpprocedureaction.h app: make the GimpContext a mandatory property for a Gimp*Action. 2023-04-12 22:07:08 +02:00
gimpprogressbox.c
gimpprogressbox.h
gimpprogressdialog.c
gimpprogressdialog.h
gimppropwidgets.c app, libgimp*, modules, pdb, plug-ins: new GimpParamColor. 2024-04-19 23:25:13 +02:00
gimppropwidgets.h app: swapping gimp_prop_color_button_new() and gimp_prop_gegl_color_button_new(). 2024-04-18 00:37:20 +02:00
gimpradioaction.c app: return without doing anything when toggling the already active action. 2024-09-25 20:59:00 +02:00
gimpradioaction.h app: a bit of code cleanup. 2023-04-20 15:36:11 +02:00
gimprender.c libgimpbase: Replace GimpRGB in gimpchecks 2024-03-17 16:19:25 +00:00
gimprender.h app, libgimp*, plug-ins, tools: settings custom check colors now space-invaded. 2024-02-11 23:28:02 +01:00
gimpsamplepointeditor.c app/widgets, themes: Show Sample Point indexes in Default theme 2024-09-28 13:42:08 +00:00
gimpsamplepointeditor.h
gimpsavedialog.c
gimpsavedialog.h
gimpsearchpopup.c Issue #11071: Changed detailed_signal from "map" to "realize" to enable opening animations 2024-04-11 14:59:15 +00:00
gimpsearchpopup.h
gimpselectiondata.c app: color drag'n drop is now space-invaded. 2024-02-11 23:28:04 +01:00
gimpselectiondata.h app: color drag'n drop is now space-invaded. 2024-02-11 23:28:04 +01:00
gimpselectioneditor.c app, menus: rename all "vectors-" actions to "paths-". 2024-08-05 12:08:59 +02:00
gimpselectioneditor.h
gimpsessioninfo-aux.c
gimpsessioninfo-aux.h
gimpsessioninfo-book.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimpsessioninfo-book.h
gimpsessioninfo-dock.c
gimpsessioninfo-dock.h app: big UI rework of the align/distribute tool. 2022-11-08 19:19:55 +01:00
gimpsessioninfo-dockable.c
gimpsessioninfo-dockable.h
gimpsessioninfo-private.h
gimpsessioninfo.c
gimpsessioninfo.h
gimpsessionmanaged.c
gimpsessionmanaged.h
gimpsettingsbox.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
gimpsettingsbox.h
gimpsettingseditor.c Issue #8359: GIMP crashes from "open the font selection dialog" button. 2023-02-09 22:22:56 +00: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 Issue #434: remove broken plural support for GimpUnit. 2024-08-06 11:39:57 +02:00
gimpsizebox.h Issue #8900 and #9923: reimplementing GimpUnit as a proper class. 2024-08-02 10:46:38 +02:00
gimpstringaction.c Issue #9349: long label variant for tool actions. 2023-04-14 19:15:16 +02:00
gimpstringaction.h Issue #9349: long label variant for tool actions. 2023-04-14 19:15:16 +02:00
gimpstrokeeditor.c core: Add color/pattern only fill options 2023-06-24 19:42:58 +00:00
gimpstrokeeditor.h core: Add color/pattern only fill options 2023-06-24 19:42:58 +00:00
gimpsymmetryeditor.c app, libgimpbase, libgimpconfig: make our custom GParamFlags definitions… 2024-09-01 00:12:27 +02:00
gimpsymmetryeditor.h
gimptagentry.c
gimptagentry.h
gimptagpopup.c gimptagpopup: port to GtkStateFlags 2023-05-20 23:32:18 +02:00
gimptagpopup.h gimptagpopup: port to GtkStateFlags 2023-05-20 23:32:18 +02:00
gimptemplateeditor.c Issue #434: remove broken plural support for GimpUnit. 2024-08-06 11:39:57 +02:00
gimptemplateeditor.h
gimptemplateview.c
gimptemplateview.h
gimptextbuffer-serialize.c
gimptextbuffer-serialize.h
gimptextbuffer.c app: use GeglColor in GimpTextBuffer and GimpTextTag. 2024-02-11 23:28:04 +01:00
gimptextbuffer.h app: use GeglColor in GimpTextBuffer and GimpTextTag. 2024-02-11 23:28:04 +01:00
gimptexteditor.c app: prevent multiple registrations of a same action. 2023-04-12 22:07:09 +02:00
gimptexteditor.h
gimptextproxy.c
gimptextproxy.h
gimptextstyleeditor.c app, libgimpwidgets: fix CRITICAL on NULL GimpUnit. 2024-08-03 01:50:27 +02:00
gimptextstyleeditor.h
gimptexttag.c app: use GeglColor in GimpTextBuffer and GimpTextTag. 2024-02-11 23:28:04 +01:00
gimptexttag.h app: use GeglColor in GimpTextBuffer and GimpTextTag. 2024-02-11 23:28:04 +01:00
gimpthumbbox.c core: Use basename rather than URI for file loading 2025-01-19 18:28:32 +00:00
gimpthumbbox.h
gimptoggleaction.c app: fix "active" state management in GimpToggleAction 2023-05-24 14:09:50 +02:00
gimptoggleaction.h app: a bit of code cleanup. 2023-04-20 15:36:11 +02:00
gimptoolbar.c Issue #12021: Text editor Open and Clear buttons disabled and without icons. 2024-09-11 15:24:20 +02:00
gimptoolbar.h app: new GimpMenuModel object, which is our own implementation of GMenuModel. 2023-04-12 22:07:09 +02:00
gimptoolbox-color-area.c app: revert fg and bg colors stored as GeglColor-s. 2024-02-11 23:28:04 +01:00
gimptoolbox-color-area.h
gimptoolbox-dnd.c Issue #8900 and #9923: reimplementing GimpUnit as a proper class. 2024-08-02 10:46:38 +02:00
gimptoolbox-dnd.h
gimptoolbox-image-area.c widgets, gui: Connect GimpToolBox to icon size changes 2024-07-28 13:25:51 +00:00
gimptoolbox-image-area.h
gimptoolbox-indicator-area.c widgets, gui: Connect GimpToolBox to icon size changes 2024-07-28 13:25:51 +00:00
gimptoolbox-indicator-area.h
gimptoolbox.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
gimptoolbox.h
gimptoolbutton.c app: GimpUIManager not a subclass of GtkUIManager anymore! 2023-04-12 22:07:09 +02:00
gimptoolbutton.h
gimptooleditor.c Issue #8359: GIMP crashes from "open the font selection dialog" button. 2023-02-09 22:22:56 +00:00
gimptooleditor.h
gimptooloptionseditor.c app: GimpUIManager not a subclass of GtkUIManager anymore! 2023-04-12 22:07:09 +02:00
gimptooloptionseditor.h
gimptoolpalette.c Issue #7023: icon size selection on GIMP 2.99. 2022-09-28 21:11:58 +02:00
gimptoolpalette.h
gimptoolpreseteditor.c widgets: Connect GimpToolPresetEditor to icon size changes 2024-07-20 01:55:01 +00:00
gimptoolpreseteditor.h
gimptoolpresetfactoryview.c
gimptoolpresetfactoryview.h
gimptranslationstore.c app: move "System Language" out of GIMP_L10N_LANGS_SIZE. 2024-08-15 20:57:02 +02:00
gimptranslationstore.h app: move "System Language" out of GIMP_L10N_LANGS_SIZE. 2024-08-15 20:57:02 +02:00
gimpuimanager.c Fix Zoom Shortcuts (fixes issue #9797) 2023-09-05 22:35:06 +00:00
gimpuimanager.h app, menus: remove all placeholder code. 2023-07-13 16:53:11 +02:00
gimpundoeditor.c
gimpundoeditor.h
gimpview-popup.c
gimpview-popup.h
gimpview.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpview.h
gimpviewablebox.c app: increase preview size in gimpviewablebox.c 2023-05-24 15:20:03 +02:00
gimpviewablebox.h
gimpviewablebutton.c app: Add GDK_SCROLL_MASK to gimpviewablebutton initialization. 2022-10-24 00:27:13 +02:00
gimpviewablebutton.h
gimpviewabledialog.c widgets: Prevent image name from affecting the dialogue width 2024-06-16 16:12:16 +00:00
gimpviewabledialog.h
gimpviewrenderer-frame.c
gimpviewrenderer-frame.h
gimpviewrenderer-utils.c app: Rename app/core GimpVectors vectors API... 2024-07-13 05:07:57 +00:00
gimpviewrenderer-utils.h
gimpviewrenderer.c libgimpcolor: Port gimp_cairo_checkerboard_create ()... 2024-03-31 01:09:45 +00:00
gimpviewrenderer.h widgets, plug-ins: GeglColor port and fix 2024-03-28 13:51:55 +00:00
gimpviewrendererbrush.c
gimpviewrendererbrush.h
gimpviewrendererbuffer.c
gimpviewrendererbuffer.h
gimpviewrendererdrawable.c
gimpviewrendererdrawable.h
gimpviewrenderergradient.c app: GimpGradient now uses GeglColor. 2024-02-11 23:28:03 +01:00
gimpviewrenderergradient.h
gimpviewrendererimage.c
gimpviewrendererimage.h
gimpviewrendererimagefile.c libgimpthumb, app: Make gimpthumbnail attributes private 2024-08-03 04:25:33 +00:00
gimpviewrendererimagefile.h
gimpviewrendererlayer.c
gimpviewrendererlayer.h
gimpviewrendererpalette.c app, libgimp, pdb, plug-ins: GimpPalette are now GeglColor based. 2024-02-11 23:28:03 +01:00
gimpviewrendererpalette.h
gimpviewrendererpath.c app: Rename app/core GimpVectors vectors API... 2024-07-13 05:07:57 +00:00
gimpviewrendererpath.h app: Rename app/core GimpVectors vectors API... 2024-07-13 05:07:57 +00:00
gimpwidgets-constructors.c
gimpwidgets-constructors.h
gimpwidgets-utils.c app/widgets: Remove GimpRGB from gimpwidgets-utils.c 2024-09-03 03:24:10 +00:00
gimpwidgets-utils.h Issue #11071: Changed detailed_signal from "map" to "realize" to enable opening animations 2024-04-11 14:59:15 +00:00
gimpwindow.c app: big porting of weak pointers to g_set,clear_weak_pointer() 2023-05-22 18:16:09 +02:00
gimpwindow.h app: initial work on moving to GtkApplication. 2022-10-09 16:12:07 +02:00
gimpwindowstrategy.c
gimpwindowstrategy.h
meson.build app, tools: fix build without iso-codes package. 2024-08-17 21:16:00 +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
widgets-types.h app: Rename app/core GimpVectors vectors API... 2024-07-13 05:07:57 +00:00