Gimp/plug-ins/common
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
..
.gitignore Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
align-layers.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
animation-optimize.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
animation-play.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
blinds.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
blur.c plugins: hide blur plug-in from menus 2012-05-03 04:34:07 +02:00
border-average.c Bug 761170: Warnings building with clang 2017-07-15 21:05:56 +02:00
cartoon.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
checkerboard.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
cml-explorer.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
color-cube-analyze.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
color-enhance.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
colorify.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
colormap-remap.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
compose.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
contrast-normalize.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
contrast-retinex.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
crop-zealous.c Bug 791901 - GeglBuffers leaked with Zealous Crop. 2017-12-24 00:39:02 +01:00
curve-bend.c Bug 784836 - Context conflict on "Lower" in po-plug-ins. 2017-07-18 12:56:32 +02:00
decompose.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
depth-merge.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
despeckle.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
destripe.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
edge-dog.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
edge-neon.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
emboss.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
file-aa.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-cel.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-compressor.c Bug 776516 - Saving over existing GZ or BZ2 compressed files... 2017-01-03 15:11:45 +01:00
file-csource.c plug-ins: in file-csource, add RLE support for RGB565 2017-07-07 04:32:51 -04:00
file-desktop-link.c Bug 645456 - Inconsistent window (role) naming scheme 2011-04-08 20:31:34 +02:00
file-dicom.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-gbr.c Bug 789612 - Prevent heap overflow in GBR parser 2018-01-01 17:15:38 +01:00
file-gegl.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-gif-load.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-gif-save.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
file-gih.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-glob.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
file-header.c plug-ins: pedantic function reordering in file-header.c 2015-10-17 23:28:45 +02:00
file-html-table.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
file-jp2-load.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-mng.c Bug 555777 - Export to MNG animation fails 2017-06-04 12:30:24 +02:00
file-pat.c gbr/pat: Fix out of boundary read on illegal names 2017-12-21 22:09:54 +01:00
file-pcx.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-pdf-load.c plug-ins: use a domain on g_set_error(). 2017-09-26 23:48:52 +02:00
file-pdf-save.c plug-ins: s/GimpPluginPrintError/GimpPluginPDFError/ 2017-12-10 05:35:36 +01:00
file-pix.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-png.c Bug 637413 - Saving indexed png with transparency removes one unused color from the colormap 2017-12-31 21:56:54 +01:00
file-pnm.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-ps.c plug-ins: the file-ps plug-in won't take care about PDF import anymore. 2017-12-13 20:35:41 +01:00
file-psp.c plug-ins: properly propagate GError. 2017-12-21 21:47:25 +01:00
file-raw-data.c plug-ins: auto-detect HGT variants. 2017-12-10 22:50:36 +01:00
file-sunras.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-svg.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-tga.c plug-ins: some minor coding style fix. 2017-12-20 15:12:10 +01:00
file-wmf.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-xbm.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-xmc.c Bug 792266 - Increase maximum size of x11 cursor during export. 2018-01-07 15:16:28 +01:00
file-xpm.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
file-xwd.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
film.c plug-ins: set GimpColorConfig on some color buttons, more to do... 2017-12-31 13:57:41 +01:00
filter-pack.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
fractal-trace.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
gimprc.common Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
goat-exercise.c plug-ins: fix my name/email in the goat exercise 2017-12-25 22:35:23 +01:00
gradient-map.c Use the new GeglAccessMode enum instead of the old values 2014-07-02 02:00:35 +02:00
grid.c plug-ins: set GimpColorConfig on some color buttons, more to do... 2017-12-31 13:57:41 +01:00
guillotine.c Fix some memleaks 2011-08-18 13:37:35 -04:00
hot.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
jigsaw.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
mail.c Bug 761170: Warnings building with clang 2017-07-15 21:05:56 +02:00
Makefile.am Bug 791397 - Gimp import multi page PDF only imports first page. 2017-12-13 20:16:24 +01:00
max-rgb.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
mkgen.pl pdb: (try 3) move PDB generation and sources to toplevel/pdb 2017-12-17 14:16:08 -05:00
newsprint.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
nl-filter.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
oilify.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
photocopy.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
plugin-browser.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
plugin-defs.pl Bug 769820 - Cannot enter Iptc information when no metadata is available... 2017-07-07 18:11:39 +02:00
procedure-browser.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
qbist.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
ripple.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
sample-colorize.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
sharpen.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
smooth-palette.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
softglow.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
sparkle.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
sphere-designer.c Bug 750180 - Fix different ways of writing Plug-in Plug-In Plugin. 2017-03-21 17:52:22 +01:00
tile-small.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
tile.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
unit-editor.c Deprecate stock items for good and change all icon defines to GIMP_ICON_* 2017-03-05 16:01:59 +01:00
unsharp-mask.c Mark legacy plug-ins/scripts as such in menu 2017-12-27 02:40:27 +03:00
van-gogh-lic.c plug-ins: get rid of icons in dialog buttons (use labels not stock IDs) 2017-02-12 16:18:54 +01:00
warp.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00
wavelet-decompose.c Bug 786844 - Wavelet decompose plugin changes image slightly 2017-10-29 11:27:35 -04:00
web-browser.c Bug 767830 - Help browser does not launch on OS X 2016-09-06 20:51:47 +02:00
web-page.c Move the new "default_new_layer_mode" APIs to the image... 2017-08-21 20:18:00 +02:00