Gimp/plug-ins/python
Alx Sa 6be4e7029a plug-ins: Use combobox in histogram-export
Currently, we can not use Gimp.Choice as a parameter type for
Python plug-ins. This means that we're using a string instead for
the "output-format" parameter, which creates a textbox in the GUI.

This patch manually creates a GimpStringComboBox in the GUI and
syncs it with the "output-format" string parameter. Once Gimp.Choice
can be used in Python, we should be able to swap this out without
impacting plug-in developers (since it would also take in a string)
2024-06-06 04:54:05 +00:00
..
python-console plug-ins: Fix Save button in Python Console 2024-02-12 21:49:28 +00:00
tests plug-ins, ci: add basic support for junit reports for... 2024-05-04 19:06:38 +00:00
colorxhtml.py plug-ins: Remove n_drawables parameter 2024-05-03 15:22:39 +00:00
file-openraster.py plug-ins: Remove n_drawables parameter 2024-05-03 15:22:39 +00:00
foggify.py plug-ins: Fix Foggify color property 2024-02-25 20:14:13 +00:00
gradients-save-as-css.py plug-ins: Fix Palette and Gradient functions 2024-03-21 13:06:39 +00:00
histogram-export.py plug-ins: Use combobox in histogram-export 2024-06-06 04:54:05 +00:00
meson.build plug-ins: add file-plug-in testing framework 2024-04-26 12:28:47 -04:00
palette-offset.py plug-ins: Fix GeglColor port of palette-offset 2024-04-18 04:02:48 +00:00
palette-sort.py plug-ins: Fix palette_sort after GeglColorPort 2024-04-18 15:42:27 +00:00
palette-to-gradient.py plug-ins: Fix Palette and Gradient functions 2024-03-21 13:06:39 +00:00
pygimp.interp.in build/windows, data, extensions, plug-ins: Fix Build omissions 2024-01-02 10:49:31 +00:00
python-eval.py plug-ins: import Babl and Gegl modules in python-eval plug-in. 2024-02-28 22:55:58 +01:00
spyro-plus.py python: fix translation of Spyrograph dropdowns 2024-04-15 23:19:02 +00:00
test-dialog.py app: GUI: Delete root menu "Test", move its item to Demos 2024-04-22 16:06:38 -04:00