Jehan
bf79896db1
plug-ins: port (hopefully) missing Win32 screenshot code.
...
Seems I missed this part. Hopefully this is good now. This is untested,
not even a build test.
2019-08-26 16:50:25 +02:00
Michael Natterer
6e96490012
plug-ins: port file-aa to GimpPlugIn and libgimp objects
2019-08-25 19:53:02 +02:00
Michael Natterer
0ee329bd44
plug-ins: port file-gegl to GimpPlugIn and libgimp objects
2019-08-25 18:15:04 +02:00
Michael Natterer
5dd8add77a
plug-ins: port file-fli to GimpPlugIn and libgimp objects
2019-08-25 16:05:41 +02:00
Michael Natterer
bc1e611bf0
plug-ins: port file-sunras to GimpPlugIn and libgimp objects
2019-08-25 15:12:48 +02:00
Jehan
13ea5caec2
plug-ins: port file-openraster to Python 3 + new API.
...
Apart from porting, only code logics change is the whole
encode()/decode() code because it created a string vs bytes mess and the
zipfile API apparently didn't like to deal with bytes, even though the
docs say otherwise.
It's hard to test on my UTF-8 system, so please anyone working with
non-UTF-8 paths, we welcome reports if ORA load/save does not work
properly.
Other than this, load, save and load_thumb were all tested and working
properly so far.
2019-08-25 12:01:41 +02:00
Michael Natterer
7bc4e6eb6b
plug-ins: port file-jp2-load to GimpPlugIn and libgimp objects
2019-08-24 20:55:54 +02:00
Michael Natterer
72df7883ef
plug-ins: port file-dicom to GimpPlugIn and libgimp objects
2019-08-24 20:15:35 +02:00
Michael Natterer
8265cb8f9d
plug-ins: port file-psp to GimpPlugIn and libgimp objects, untested
2019-08-24 19:52:36 +02:00
Michael Natterer
cd4fbb6213
plug-ins: port file-pcx to GimpPlunIn and libgimp objects
2019-08-24 19:27:46 +02:00
Michael Natterer
7f65383ad4
plug-ins: port file-xpm to GimpPlugIn and to libgimp objects
2019-08-24 18:56:03 +02:00
Michael Natterer
0ae833b0e0
plug-ins: port file-tga to GimpPlugIn and libgimp objects
2019-08-24 18:34:53 +02:00
Michael Natterer
9847072978
plug-ins: port file-faxg3 to GimpPlugIn and libgimp objects
...
No idea if this works, I didn't find an example image.
2019-08-24 18:08:31 +02:00
Michael Natterer
e6322e319c
plug-ins: port file-fits to GimpPlugIn and libgimp objects
2019-08-24 17:49:58 +02:00
Michael Natterer
71d56d8e6f
plug-ins: port file-bmp to GimpPlugIn and libgimp objects
2019-08-24 17:26:00 +02:00
Michael Natterer
2fd17029f4
plug-ins: port file-cel to GimpPlugIn and libgimp objects
2019-08-24 17:04:38 +02:00
Michael Natterer
44ebcee901
plug-ins: port file-xwd to GimpPlugIn and libgimp objects
2019-08-24 16:46:40 +02:00
Michael Natterer
d7fb408267
plug-ins: port file-gif-save to GimpPlugIn and libgimp objects
2019-08-24 15:57:54 +02:00
Michael Natterer
ed041bff39
plug-ins: port file-html-table to GimpPlugIn and libgimp objects
2019-08-24 13:53:16 +02:00
Michael Natterer
5428cc60b0
plug-ins: port file-header to GimpPlugIn and libgmp objects
2019-08-24 13:41:48 +02:00
Michael Natterer
037e8a6e49
plug-ins: port file-csource to GimpPlugIn and libgimp objects
2019-08-24 13:33:54 +02:00
Michael Natterer
55049488dc
plug-ins: port file-pnm to GimpPlugIn and libgimp objects
2019-08-24 13:18:49 +02:00
Michael Natterer
ee5a93f368
plug-ins: port file-raw-data to GimpPlugIn and libgmp objects
2019-08-24 12:33:18 +02:00
Michael Natterer
3636541b42
plug-ins: port file-webp to GimpPlugIn and libgimp objects
2019-08-24 11:45:01 +02:00
Michael Natterer
9f3bc2bd7a
plug-ins: port file-xbm to GimpPlugIn and libgimp objects
2019-08-24 10:58:34 +02:00
Michael Natterer
e1c2150f64
plug-ins: port file-heif to GimpPlugIn and libgimp objects
2019-08-24 10:23:01 +02:00
Michael Natterer
23197cfa9b
plug-ins: port file-pix to GimpPlugIn and libgimp objects
2019-08-24 03:02:13 +02:00
Michael Natterer
3bef94d56f
plug-ins: port file-jpeg to GimpPlugIn and to libgimp objects
2019-08-24 02:33:45 +02:00
Jehan
e8bbf42eba
Issue #3841 : double mnemonics.
...
I kept the 'i' as 'f' was already used for another widget.
2019-08-23 01:26:53 +02:00
Jehan
4942acbc46
plug-ins: animation-play ported to new GimpImage/Drawable objects.
2019-08-23 00:56:41 +02:00
Jehan
753434369b
plug-ins: port file-svg to libgimp objects.
2019-08-23 00:36:57 +02:00
Jehan
858ab51f44
plug-ins: port file-gif-load to new libgimp objects.
2019-08-22 23:41:36 +02:00
Jehan
5e87258067
plug-ins: plugin-browser and procedure-browser don't need porting.
2019-08-22 23:30:19 +02:00
Jehan
f9582f1a2f
plug-ins: port file-pdf-load to libgimp objects.
2019-08-22 23:23:23 +02:00
Jehan
2211e4eb0e
plug-ins: port file-wmf to libgimp objects.
2019-08-22 23:11:03 +02:00
Jehan
54dab3285d
plug-ins: update/fix the 3 non-C goat-exercise.
...
The JS and Python 3 had to be ported to the new GimpImageProcedure API.
The Lua one was still using the old ID API hence was broken. Also not
sure why run_mode enum has become a string in Lua with the new
GimpImageProcedure API (probably some automatic conversion happening
during the C to Lua binding?), but well… it works like that, so what.
Sync also the late changes from the C goat exercise, like for instance
not returning an error when selection is empty as well as keeping the
order of calls to be the same across the 4 supported demo scripts.
2019-08-22 23:02:06 +02:00
Jehan
883fbd7b65
plug-ins: fixing automake warnings about source in subdirectories.
...
This fixes:
> warning: source file 'images/imagemap-icon-images.c' is in a subdirectory,
> but option 'subdir-objects' is disabled
And similar warnings.
2019-08-22 22:36:50 +02:00
Michael Natterer
e1fe044779
plug-ins: minor follow-up to the icon include fix two commits below
2019-08-22 21:17:14 +02:00
Michael Natterer
e146e4747a
plug-ins: port file-xmc to GimpPlugIn and new API objects
2019-08-22 21:13:21 +02:00
Félix Piédallu
211e5f51a5
plug-ins: do not #include c autogenerated sources
2019-08-22 18:45:31 +02:00
Jehan
2d0584dc91
plug-ins: port file-psd to GimpImage/GimpDrawable.
2019-08-22 15:54:37 +02:00
Jehan
6e68f18685
plug-ins: port file-ps to GimpImage/GimpDrawable.
2019-08-22 15:54:37 +02:00
Jehan
bbf90b3ba5
plug-ins: port film to GimpImage/GimpDrawable.
2019-08-22 15:54:37 +02:00
Jehan
3e06295adf
plug-ins: port pagecurl to GimpImage/GimpDrawable.
2019-08-22 15:54:37 +02:00
Jehan
00e750776a
plug-ins: port print to GimpImage/GimpDrawable/etc.
2019-08-22 15:54:36 +02:00
Jehan
962e8b995e
plug-ins: port gfig to GimpImage|Drawable.
2019-08-22 15:54:36 +02:00
Jehan
7838c7f2b2
plug-ins: port fractal-explorer to GimpImage|Drawable.
2019-08-22 15:54:36 +02:00
Jehan
6db115e475
plug-ins: unit-editor does not need GimpImage porting.
...
It doesn't use any image/drawable, whatever.
2019-08-22 15:54:36 +02:00
Jehan
e6b141ffe4
plug-ins: port file-tiff to GimpImage|Drawable|Vectors, etc.
2019-08-22 15:54:36 +02:00
Jehan
adc4f8e589
plug-ins: port mail to GimpImage/GimpDrawable.
2019-08-22 15:54:36 +02:00