Gimp/plug-ins
Jehan 2e0d9504ed app, libgimp, plug-ins: move our code to use only non-deprecated code.
- Though GimpDrawableChooser itself is deprecated, make it call the
  new items popup API, which will work just as well.
- gimp_procedure_dialog_get_widget() will now return a GimpItemChooser
  widget by default. I did hesitate if for API behavior stability, it
  should not still return a GimpDrawableChooser, but considered that if
  someone set G_TYPE_NONE, they want our "best choice" and are not
  considering tweaking it. If someone wants to make sure this function
  always returns a specific widget type, they should specify said type.
  So I also added a note in the function docs related to this
  assumption.
- Van Gogh plug-in must now use the GimpItemChooser API to set the item
  to show. Also I am specifying the widget type, even though it is now
  the new default, because of the previous point. Since we tweak further
  the widget with its API, let's specify so that any further defaults
  update doesn't break this code.
- Adding some pragma to ignore warnings on the few pieces of code where
  we have to call deprecated functions (because inside other deprecated
  functions themselves).
- gui_pdb_dialog_*() API should just always create GimpItemSelect
  dialogs now. Also I ref rather than peek the class, because even if
  the class has not been instanciated yet (a case I ran into), we still
  want to obtain the class structure.
2025-11-17 12:47:20 +01:00
..
common app, libgimp, plug-ins: move our code to use only non-deprecated code. 2025-11-17 12:47:20 +01:00
file-bmp build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
file-dds plug-ins: crash on exporting dds with invalid number of mipmaps 2025-11-05 09:28:54 -05:00
file-exr plug-ins: Check for lowercase OpenEXR channels 2025-11-11 12:06:51 +00:00
file-faxg3 build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
file-fits plug-ins: Fix bug with RGB FITS export 2025-07-19 23:36:20 +00:00
file-fli build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
file-icns plug-ins: Fix ZDI-CAN-27684 2025-09-03 13:41:10 +00:00
file-ico plug-ins: fix memory cleanup. 2025-10-31 00:32:04 +01:00
file-jpeg plug-ins: align with __attribute__ keyword. 2025-09-15 19:36:29 +02:00
file-psd plug-ins: Remove metadata on J2K and PSB export 2025-08-31 13:22:28 +00:00
file-raw build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
file-sgi build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
file-tiff Issue #12816: fix custom procedure config parasite. 2025-10-24 02:24:53 +02:00
file-webp build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
filter-browser plug-ins/filter-browser: Correctly start/stop GMainLoop 2025-11-11 12:03:03 +02:00
flame plug-ins: Port from GimpScaleEntry to GimpSpinScale 2025-11-06 05:06:09 +02:00
fractal-explorer plug-ins: Fix Title Case usages 2025-11-10 13:02:05 +01:00
gfig plug-ins: fix polar grid slider in gfig 2025-11-12 03:15:33 +00:00
gimpressionist plug-ins: Change gimpressionist Size Map dialog text... 2025-10-12 12:53:03 -04:00
gradient-flare plug-ins: Fix crash when removing flares in Gradient Flare 2025-10-17 21:58:15 +00:00
help Declare gexiv2 dependency on many targets (due to gimpmetadata.h) 2025-10-03 18:31:53 -03:00
help-browser build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
ifs-compose build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
imagemap plug-ins: Add option to close via ESC key 2025-11-06 07:33:06 +00:00
lighting plug-ins: Port from GimpScaleEntry to GimpSpinScale 2025-11-06 05:06:09 +02:00
map-object plug-ins: Fix Title Case usages 2025-11-10 13:02:05 +01:00
metadata plug-ins: Use GtkListBox in metadata viewer 2025-07-11 21:44:09 +00:00
pagecurl build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
print plug-ins: Allow for more specific print settings with portals 2025-08-30 15:41:49 +00:00
python plug-ins: Fix Title Case usages 2025-11-10 13:02:05 +01:00
screenshot Revert "plug-ins: Convert screenshot dropdowns to radios" 2025-06-13 16:50:12 +00:00
script-fu app, build, plug-ins: Run interpreters conditionally on Windows console 2025-11-09 15:56:32 -03:00
selection-to-path plug-ins: Port from GimpScaleEntry to GimpSpinScale 2025-11-06 05:06:09 +02:00
twain build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
generate_associations.py build, plug-ins: Generate *associations.list automatically at build-time 2025-05-30 19:23:41 -03:00
generate_mime_ext.py meson, desktop, plug-ins: Generate MIMEtypes var dynamically 2025-06-13 13:47:19 -03:00
meson.build plug-ins: Add GEGL filter API browser 2025-08-03 21:38:28 +00:00