Gimp/plug-ins
Jehan 0484ce83af Bug 792266 - Increase maximum size of x11 cursor during export.
We were basing our max export size on a macro value defined in
libXCursor code: MAX_BITMAP_CURSOR_SIZE. This macro is still defined in
libXCursor and still has the same value (64), yet it is unsure how far
or even where this is enforced since it seems we can get at least 96px
cursors in GNOME/X11.

As a consequence, this commit:
- still warns when cursor size is over this value, with more explicit
  text, yet does not change the cursor size anymore! So it is now
  possible to export bigger cursors, but you still get a warning.
- only changes the cursor size for the existing more-than-8-digits test
  and I add a warning when it does so (we should never modify an image
  silently!).
- adds the size 96 as not triggering the warning about GNOME Settings
  since it definitely looks like this size is valid there (according to
  my own empirical tests). Also since 96 is higher than the libXCursor
  current MAX macro value, this really raises the question to where this
  max is enforced and whether we should not just drop the first warning.

Note that it breaks a bit the string freeze since I modify one string
and adds one. Sorry for this!
2018-01-07 15:16:28 +01:00
..
common Bug 792266 - Increase maximum size of x11 cursor during export. 2018-01-07 15:16:28 +01:00
file-bmp Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-exr Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-faxg3 Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-fits Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-fli plug-ins: clean the rest of the file-fli plug-in. 2017-12-22 18:08:19 +01:00
file-ico Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-jpeg Bug 776994 - Gimp fails to open corrupted JPG image 2018-01-01 22:37:30 +01:00
file-psd Bug 765651: file-psd-load.exe crashes importing file 2018-01-06 12:44:28 +01:00
file-raw plug-ins: some cleaup in file-raw, mostly formatting 2018-01-05 15:31:57 +01:00
file-sgi Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-tiff Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-webp Bug 791514 - Cannot export to webp file. 2017-12-22 19:25:11 +01:00
flame Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
fractal-explorer Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
gfig Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
gimpressionist plug-ins: aaargh! Forgot to remove "paintbrush.pgm" from the Makefile. 2017-12-26 19:52:19 +01:00
gradient-flare Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
help plug-ins: minor tab cleanup. 2017-02-01 04:53:31 +01:00
help-browser Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
ifs-compose Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
imagemap app, plug-ins: clean out trailing whitespaces in source code. 2017-06-17 04:47:53 +02:00
lighting Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
map-object Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
metadata Mark user-visible messages for translation 2017-09-28 03:59:44 +03:00
pagecurl Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
print Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
pygimp Bug 761140: importing gimpui module causes plugin query failure 2018-01-06 12:12:16 +01:00
screenshot plug-ins: add a SCREENSHOT_CAN_SHOOT_WINDOW capability. 2017-12-16 21:54:49 +01:00
script-fu Bug 663576 - make -C plug-ins/script-fu check-for-deprecated-procedures-in-script-fu... 2018-01-01 14:25:03 +01:00
selection-to-path plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
twain plug-ins: twain: fix layer mode name 2017-01-14 16:33:47 +01:00
ui Fix typo and make the label consistent with the other one 2017-07-29 10:29:51 +03:00
.gitignore
Makefile.am plug-ins: merge file-rawtherapee/ into file-raw/ 2017-07-24 20:58:25 +02:00