Gimp/app/actions
Bruno Lopes 0530069052 app: Convert color_type to signed int so make the check meaningful
This fixes a GNU Clang warning:

warning: result of comparison of unsigned enum expression >= 0 is always true
2026-03-28 19:51:25 -03:00
..
actions-types.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
actions.c app: optimize the detection of filters with aux input. 2025-09-03 18:38:16 +02:00
actions.h app: optimize the detection of filters with aux input. 2025-09-03 18:38:16 +02:00
brush-editor-actions.c
brush-editor-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
brushes-actions.c
brushes-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
buffers-actions.c
buffers-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
buffers-commands.c Issue #8900 and #9923: reimplementing GimpUnit as a proper class. 2024-08-02 10:46:38 +02:00
buffers-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
channels-actions.c actions: move top and bottom item check code 2024-07-18 17:57:17 +00:00
channels-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
channels-commands.c Issue #11808: The RGBA channels cannot be duplicated anymore or used with… 2024-09-15 17:14:37 +02:00
channels-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
colormap-actions.c app: work with a GimpPalette rather than a colormap. 2024-02-11 23:28:03 +01:00
colormap-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
colormap-commands.c app: work with a GimpPalette rather than a colormap. 2024-02-11 23:28:03 +01:00
colormap-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
context-actions.c app: move the tool swapping code to tool manager and action to tools-action. 2025-10-31 13:54:59 +01:00
context-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
context-commands.c app: move the tool swapping code to tool manager and action to tools-action. 2025-10-31 13:54:59 +01:00
context-commands.h app: move the tool swapping code to tool manager and action to tools-action. 2025-10-31 13:54:59 +01:00
cursor-info-actions.c
cursor-info-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
cursor-info-commands.c
cursor-info-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dashboard-actions.c
dashboard-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dashboard-commands.c actions: Add timestamp to default performance log filename 2025-01-31 03:46:41 +00:00
dashboard-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
data-commands.c app: rename gimp_data_factory_view_get_children_type() to _get_child_type() 2025-07-18 08:19:13 +02:00
data-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
data-editor-commands.c
data-editor-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
debug-actions.c
debug-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
debug-commands.c
debug-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dialogs-actions.c Issue #11869: use a custom AppMenu for macOS 2025-09-26 11:43:47 +00:00
dialogs-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dialogs-commands.c
dialogs-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dock-actions.c
dock-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dock-commands.c
dock-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dockable-actions.c actions: Hide Preview Size dockable option if not needed 2024-04-13 01:43:31 +00:00
dockable-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dockable-commands.c
dockable-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
documents-actions.c widgets, actions: Allow multi-select in Document History 2025-10-29 14:40:19 +00:00
documents-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
documents-commands.c actions: Fix deleting single items in Doc. History 2025-11-20 14:53:31 +00:00
documents-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
drawable-actions.c actions: Use layer for lock check when mask is active 2025-07-30 03:36:38 +00:00
drawable-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
drawable-commands.c
drawable-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dynamics-actions.c
dynamics-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
dynamics-editor-actions.c
dynamics-editor-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
edit-actions.c app: add help ids for Paste as floating data (in place)... 2024-11-01 17:25:27 -04:00
edit-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
edit-commands.c app: rename app/vectors/ to app/path/ 2025-07-07 15:44:15 +02:00
edit-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
error-console-actions.c
error-console-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
error-console-commands.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
error-console-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
file-actions.c actions, file: Don't require selected layers for export 2025-11-19 22:18:29 +00:00
file-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
file-commands.c actions, file: Don't require selected layers for export 2025-11-19 22:18:29 +00:00
file-commands.h app, menus, pdb: new file-open-as-link-layers action. 2025-08-27 11:34:04 +02:00
filters-actions.c app, libgimp*, pdb, themes: Fix description typos 2025-09-24 16:50:15 +00:00
filters-actions.h app: Separate GEGL op blacklist based on filter actions 2025-08-03 21:38:28 +00:00
filters-commands.c Issue #12576: crash when applying filter from history after an edit. 2024-12-18 13:53:52 +01:00
filters-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
fonts-actions.c
fonts-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gimpgeglprocedure.c Issue #12825: generate a help ID for any operation with "gimp:menu-path" key. 2025-02-21 22:53:37 +01:00
gimpgeglprocedure.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gradient-editor-actions.c actions: Load menu colors for Gradient Editor 2024-10-26 03:10:22 +00:00
gradient-editor-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gradient-editor-commands.c app: Convert color_type to signed int so make the check meaningful 2026-03-28 19:51:25 -03:00
gradient-editor-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gradients-actions.c
gradients-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
gradients-commands.c app, libgimpwidgets, plug-ins: add tooltip arg to gimp_help_connect(). 2024-08-24 23:29:39 +02:00
gradients-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
help-actions.c
help-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
help-commands.c
help-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
image-actions.c app: better help ids for soft-proofing related Image commands 2025-02-06 11:45:34 -05:00
image-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
image-commands.c Issue #8900 and #9923: reimplementing GimpUnit as a proper class. 2024-08-02 10:46:38 +02:00
image-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
images-actions.c
images-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
images-commands.c actions: Remove image from container after deletion 2025-11-05 05:44:30 +00:00
images-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
items-actions.c Issue #15242: Multi Window mode creates extra 'lock' actions. 2026-03-06 16:27:14 +01:00
items-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
items-commands.c
items-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
layers-actions.c Issue #15491: "layers-mask-apply" insensitive on rasterizable items. 2025-12-14 17:54:03 +01:00
layers-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
layers-commands.c Issue #15491: "layers-mask-apply" insensitive on rasterizable items. 2025-12-14 17:54:03 +01:00
layers-commands.h app, menus: rename layers-retrieve to layers-revert-rasterize. 2025-10-13 18:00:10 +02:00
meson.build Declare gexiv2 dependency on many targets (due to gimpmetadata.h) 2025-10-03 18:31:53 -03:00
mypaint-brushes-actions.c
mypaint-brushes-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
palette-editor-actions.c app, libgimp*, plug-ins: GimpColorButton now space-invaded. 2024-02-11 23:28:03 +01:00
palette-editor-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
palette-editor-commands.c actions: Select next palette entry after deletion 2025-06-19 18:57:08 +00:00
palette-editor-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
palettes-actions.c
palettes-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
palettes-commands.c app: make GimpContainerView behave like a normal widget 2025-08-01 10:02:37 +02:00
palettes-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
paths-actions.c app: add help ids for vector layer commands 2025-08-28 13:17:16 -04:00
paths-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
paths-commands.c actions: Fix "Merge Visible Path" behavior for vector layers 2025-11-09 18:33:43 +00:00
paths-commands.h vectors: Implement vector layers from GSoC 2006 2025-08-17 02:20:19 +00:00
patterns-actions.c
patterns-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
plug-in-actions.c app: fix plug-in procedure sensitivity with no image types set. 2025-02-14 19:52:39 +01:00
plug-in-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
plug-in-commands.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
plug-in-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
procedure-commands.c actions: Fix missing argument length check 2025-06-04 13:52:55 +00:00
procedure-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
quick-mask-actions.c app, libgimp*, plug-ins: GimpColorButton now space-invaded. 2024-02-11 23:28:03 +01:00
quick-mask-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
quick-mask-commands.c app, libgimp, pdb, plug-ins: move more code to GeglColor. 2024-02-11 23:28:02 +01:00
quick-mask-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
sample-points-actions.c
sample-points-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
sample-points-commands.c
sample-points-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
select-actions.c
select-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
select-commands.c app: lower the upper limit for feather selection 2024-08-18 17:40:02 +00:00
select-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
templates-actions.c
templates-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
templates-commands.c app, pdb: rename gimp_container_get_children_type() to get_child_type() 2025-07-18 08:19:13 +02:00
templates-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
text-editor-actions.c Issue #12021: Text editor Open and Clear buttons disabled and without icons. 2024-09-11 15:24:20 +02:00
text-editor-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
text-editor-commands.c
text-editor-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
text-tool-actions.c tools: implement restore option for on-canvas text editor ... 2025-10-31 15:39:10 +01:00
text-tool-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
text-tool-commands.c tools: add icon to restore on-canvas text editor position 2025-10-31 15:39:10 +01:00
text-tool-commands.h tools: implement restore option for on-canvas text editor ... 2025-10-31 15:39:10 +01:00
tool-options-actions.c
tool-options-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-options-commands.c
tool-options-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-path-actions.c app, menus: rename the vector-toolpath menu stuff to tool-path 2025-07-07 16:32:20 +02:00
tool-path-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-path-commands.c app, menus: rename the vector-toolpath menu stuff to tool-path 2025-07-07 16:32:20 +02:00
tool-path-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-preset-editor-actions.c
tool-preset-editor-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-preset-editor-commands.c
tool-preset-editor-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-presets-actions.c
tool-presets-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tool-presets-commands.c
tool-presets-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tools-actions.c app: move the tool swapping code to tool manager and action to tools-action. 2025-10-31 13:54:59 +01:00
tools-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
tools-commands.c Issue #15206: do not initialize transform tools when swapping tools… 2025-11-08 11:26:04 +01:00
tools-commands.h app: move the tool swapping code to tool manager and action to tools-action. 2025-10-31 13:54:59 +01:00
view-actions.c Issue #15260: allow translation of percent sign. 2025-11-09 17:34:10 +01:00
view-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
view-commands.c app, pdb: a lot of vectors -> path renaming 2025-07-07 13:18:02 +02:00
view-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
window-actions.c
window-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
window-commands.c
window-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
windows-actions.c app: add "gint old_index" argument to GimpContainer::reorder() 2025-08-08 17:02:32 +02:00
windows-actions.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00
windows-commands.c
windows-commands.h app, pdb, libgimp: use "#pragma once" instead of: 2025-07-13 03:21:37 +02:00