Gimp/plug-ins
Jehan 90f8cb54eb plug-ins: fix crash of qbist when loading files.
Contents of these arrays are assumed to be limited to a specific range.
While it did work sometimes (because a further processing would randomly
regenerate some of the indexes and correctly limit the range), it often
crashed.

This commit fixes the crash, but I am not sure this plug-in is working
exactly as expected regarding data load/save. It feels like you would
expect to always get the same patterns with a same source data. Yet
there is further randomization going on.

Oppositely when saving data, and re-loading it later, I would expect
once again to get back the exact same patterns I had when saving the
data. So it would be a way to save the result of randomization (as
chances to get back a pattern one liked are slim by definition when it's
created randomly).

Right now, it doesn't behave at all like this. Files are only used as
some kind of random seed, not as a way to save/load patterns. I feel
this was not the purpose of the file handling here.

(cherry picked from commit 7fb696206e)
2021-03-28 03:19:24 +02:00
..
common plug-ins: fix crash of qbist when loading files. 2021-03-28 03:19:24 +02:00
file-bmp plug-ins: allow loading of BMP images with incorrect BI_BITFIELDS compression. 2021-01-07 18:12:55 -05:00
file-dds plug-ins: set blue channel of BC5 dds images to 0 instead of 255. 2021-01-05 22:48:56 -05:00
file-exr plug-ins: cleanup, copyright headers, formatting in the openexr-wrapper 2019-06-26 16:58:14 +02:00
file-faxg3 plug-ins: fix cherry picking of commit fb38e42 2021-03-05 15:16:27 -05:00
file-fits Missing mnemonics on several file dialogs 2019-09-05 12:46:14 +00:00
file-fli Missing mnemonics on several file dialogs 2019-09-05 12:46:14 +00:00
file-ico plug-ins: install plug-ins in subfolder. 2018-08-16 13:25:51 +02:00
file-jpeg plug-ins: Let the user know if we fail to save image metadata in file-jpeg. 2020-10-15 15:28:01 -04:00
file-psd plug-ins: fix #6279 Error loading PSD file: Unexpected end of file. 2021-01-17 16:13:24 -05:00
file-raw plug-ins: update darktable lua script to API change in darktable master 2021-02-15 18:19:11 +01:00
file-sgi Issue #4627 - memory corruption when open crafted sgi 2020-02-17 17:01:37 +02:00
file-tiff plug-ins, TIFF: Oops, forgot to save formatting fixes before committing. 2021-03-04 15:25:47 -05:00
file-webp plug-ins: WebP: save_dialog() before gimp_export() 2019-12-21 10:20:33 +01:00
flame plug-ins: port flame to GEGL, 8-bit only 2019-06-28 12:38:35 +02:00
fractal-explorer Missing mnemonics on several dialogs 2019-09-05 12:44:17 +00:00
gfig plug-ins: fix a type warning. 2020-10-26 20:18:24 +01:00
gimpressionist Misc typo fixes in plug-ins/ 2020-09-08 23:22:57 +00:00
gradient-flare Use g_ascii_dtostr() instead of g_ascii_formatd() 2019-07-30 16:00:06 +02:00
help Undo some (unnecessary) changes. 2019-01-25 21:10:45 +01:00
help-browser plug-ins: install plug-ins in subfolder. 2018-08-16 13:25:51 +02:00
ifs-compose plug-ins: and in ifs-compose too... 2019-07-30 18:38:35 +02:00
imagemap Issue #3949 - Image Map plug-in selects wrong areas 2020-05-02 20:17:54 +02:00
lighting plug-ins: port lighting to GEGL 2019-07-10 12:21:30 +02:00
map-object Issue #4331 - Bevel Reflect Logo script crashes in 2.10.14 2019-12-28 17:57:54 +01:00
metadata plug-ins: fix incorrect saving of Iptc.Application2.Caption in metadata-editor. 2021-03-24 13:02:12 -04:00
pagecurl Issue #4392: Gimp Segmentation Fault triggered by Glib GParamSpec... 2019-12-24 01:34:29 +01:00
print Issue #4008 - Ellipsis missing in File -> Page Setup 2019-10-05 12:26:45 +02:00
pygimp Typo - Put a blank after the fullstop. 2020-09-09 07:59:53 +00:00
screenshot Issue #5066: Create From Screenshot Crash. 2021-01-02 19:08:15 +01:00
script-fu Misc typo fixes in plug-ins/ 2020-09-08 23:22:57 +00:00
selection-to-path Misc typo fixes in plug-ins/ 2020-09-08 23:22:57 +00:00
twain plug-ins: in twain, unify 8- and 16-bit data transfer 2020-06-04 22:01:42 +03:00
ui GeoTIFF tags support added to file-tiff plugin. 2020-11-03 07:41:01 +00:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am file-dds: add original source code of the DDS plug-in 2019-01-02 18:54:52 +01:00