Gimp/plug-ins/common
João S. O. Bueno 207e904d7a Bug 765685: Disambiguates octal-escaped output in c-source image output
Fixes the plug-in output to render decimal digit
characters as octal escaped, so they can't be acidentally
combined in preceding escaped sequences. (i.e. the sequence
of values '255, 49'  is now rendered as '\377\049' instead of
 '\3771')

Thanks Steve Baker for noticing and reporting the issue.
2016-04-27 23:46:19 -03:00
..
.gitignore configure.ac, plug-ins: make libtiff a hard dependency 2015-12-02 12:33:31 +01:00
align-layers.c Bug 683713 - Align visible layers does not work when layers ... 2013-03-30 15:33:47 +01:00
animation-optimize.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
animation-play.c Bug 747389 - Adjust maximum zoom for animation-play plugin up slightly 2015-04-27 23:28:59 -04:00
blinds.c plug-ins: use the new drawable_ID-based GimpAspectPreview API 2015-09-17 00:28:09 +02:00
blur.c plugins: hide blur plug-in from menus 2012-05-03 04:34:07 +02:00
border-average.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2015-10-10 17:07:31 +02:00
cartoon.c plug-ins: use the new drawable_ID-based GimpDrawablePreview API 2015-09-15 00:50:16 +02:00
checkerboard.c plug-ins: use the new drawable_ID-based GimpDrawablePreview API 2015-09-15 00:50:16 +02:00
cml-explorer.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
color-cube-analyze.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2015-10-10 17:16:48 +02:00
color-enhance.c various plug-in parameter cleanups that have piled up on my disk: some 2009-04-11 16:57:42 +00:00
colorify.c plug-ins: use the new drawable_ID-based GimpZoomPreview API 2015-09-14 22:16:21 +02:00
colormap-remap.c Use the new GeglAccessMode enum instead of the old values 2014-07-02 02:00:35 +02:00
compose.c plug-ins: formatting cleanup in compose/decompose 2015-11-24 23:56:54 +01:00
contrast-normalize.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
contrast-retinex.c plug-ins: use the new drawable_ID-based GimpZoomPreview API 2015-09-14 22:16:21 +02:00
crop-zealous.c follow gegl api changes from commit af5361ca8d, with an abyss policy argument 2015-05-25 01:27:31 +02:00
curve-bend.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
decompose.c plug-ins: formatting cleanup in compose/decompose 2015-11-24 23:56:54 +01:00
depth-merge.c depth-merge: Delete redundant assignment 2011-10-06 09:11:53 +05:30
despeckle.c plug-ins: use the new drawable_ID-based GimpDrawablePreview API 2015-09-15 00:50:16 +02:00
destripe.c plug-ins: use the new drawable_ID-based GimpDrawablePreview API 2015-09-15 00:50:16 +02:00
edge-dog.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-18 21:02:32 +01:00
edge-neon.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
emboss.c fix missing semicolon in emboss 2016-04-18 12:45:08 +01: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 plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-compressor.c file-compressor: Fix xz's mime magic 2015-01-22 20:50:06 +05:30
file-csource.c Bug 765685: Disambiguates octal-escaped output in c-source image output 2016-04-27 23:46:19 -03:00
file-desktop-link.c Bug 645456 - Inconsistent window (role) naming scheme 2011-04-08 20:31:34 +02:00
file-dicom.c plug-ins: start the progress before opening files for loading/saving 2014-07-23 21:37:13 +02:00
file-gbr.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-gegl.c plug-ins: add new plug-in file-darktable 2016-04-19 00:21:15 +01:00
file-gif-load.c file-gif-load: Fix proto (Bug #737375) 2014-09-26 09:01:47 +05:30
file-gif-save.c plug-ins: port file-gif-save to GIO 2016-04-14 18:49:30 +01:00
file-gih.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-glob.c
file-header.c plug-ins: pedantic function reordering in file-header.c 2015-10-17 23:28:45 +02:00
file-html-table.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-jp2-load.c plug-ins: use the GimpColorProfile API instead of the "icc-profile" parasite 2015-08-20 11:15:26 +02:00
file-mng.c plug-ins: more gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-22 23:01:31 +02:00
file-pat.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-pcx.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-pdf-load.c plug-ins: more gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-22 23:01:31 +02:00
file-pdf-save.c Bug 756030 - file-pdf-save-multi PDB API is mis-specified 2015-10-08 18:39:20 +02:00
file-pix.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-png.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-pnm.c plug-ins: Don't leak the gegl buffer in pnm loader 2016-04-19 01:20:28 +01:00
file-ps.c Bug 763766 - Suggest changing "Postscript" to "PostScript" 2016-03-19 22:45:16 +01:00
file-psp.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-raw-data.c Bug 761573 - Problem with Raw Image Loader plugin 2016-02-12 00:36:11 +01:00
file-sunras.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-svg.c plug-ins: more gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-22 23:01:31 +02:00
file-tga.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-wmf.c plug-ins: start the progress before opening files for loading/saving 2014-07-23 21:37:13 +02:00
file-xbm.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-xmc.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
file-xpm.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
file-xwd.c plug-ins: various s/save/export/ replacement on visible strings. 2016-02-16 02:35:43 +01:00
film.c libgimpbase, *: rename GimpFillType values: GIMP_FOO_FILL -> GIMP_FILL_FOO 2014-06-03 01:11:32 +02:00
filter-pack.c plugins: remove filter-pack from menus 2012-05-06 21:16:40 +02:00
fractal-trace.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
gimprc.common configure.ac, plug-ins: make libtiff a hard dependency 2015-12-02 12:33:31 +01:00
goat-exercise.c plug-ins: cleanup in the recently GEGL-ported plug-ins 2012-11-27 20:58:05 +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 Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
guillotine.c Fix some memleaks 2011-08-18 13:37:35 -04:00
hot.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
jigsaw.c plug-ins: use the new drawable_ID-based GimpAspectPreview API 2015-09-17 00:28:09 +02:00
mail.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
Makefile.am Bug 758915 - port Tile to gegl 2016-02-16 18:56:09 +01:00
max-rgb.c plug-ins: use the new drawable_ID-based GimpZoomPreview API 2015-09-14 22:16:21 +02:00
metadata.c plug-ins: use the image's name for the metadata dialog's title 2015-05-02 16:31:36 -04:00
mkgen.pl plug-ins: allow non-optional extra libs in plug-ins/common 2013-10-19 18:30:29 +02:00
newsprint.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
nl-filter.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
oilify.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
photocopy.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2015-10-10 17:13:10 +02:00
plugin-browser.c libgimpbase, *: add enum value GIMP_ICON_TYPE_ICON_NAME 2014-05-11 23:56:30 +02:00
plugin-defs.pl Bug 758915 - port Tile to gegl 2016-02-16 18:56:09 +01:00
procedure-browser.c Bug 645456 - Inconsistent window (role) naming scheme 2011-04-08 20:31:34 +02:00
qbist.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
ripple.c plug-ins: use the new drawable_ID-based GimpDrawablePreview API 2015-09-15 00:50:16 +02:00
sample-colorize.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
sharpen.c Bug 757773 - Filters->Edge Detect->Neon... crashes 2015-11-08 14:15:44 +01:00
smooth-palette.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
softglow.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-17 21:42:49 +01:00
sparkle.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-18 21:02:32 +01:00
sphere-designer.c plug-ins: add back some menu entries for plugins 2016-04-18 21:06:16 +01:00
tile-small.c plugins: hide tile-small from menus 2012-05-03 04:34:08 +02:00
tile.c Bug 758915 - port Tile to gegl 2016-02-16 18:56:09 +01:00
unit-editor.c plug-ins: more gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-22 23:01:31 +02:00
unsharp-mask.c plug-ins: fix error from manual patch applying (height instead of width) 2016-04-20 01:34:09 +01:00
van-gogh-lic.c Bug 155733 - need to check return values of gimp_drawable_mask_bounds() 2016-04-18 21:02:32 +01:00
warp.c libgimpbase, *: rename GimpFillType values: GIMP_FOO_FILL -> GIMP_FILL_FOO 2014-06-03 01:11:32 +02:00
web-browser.c web-browser: Drop dead variable and assignment 2011-10-11 10:15:35 +05:30
web-page.c plug-ins: more gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-22 23:01:31 +02:00