gimp/plug-ins/common
Michael Natterer 0475868147 plug-ins: port file-xmc to GEGL 2014-01-01 23:59:48 +01:00
..
.gitignore plug-ins, pdb: remove the apply-canvas plug-in and add a compat procedure 2014-01-01 19:21:00 +01:00
Makefile.am plug-ins: port file-xmc to GEGL 2014-01-01 23:59:48 +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 plug-ins: the frame image in animation-play is always in RGB. 2013-10-04 23:53:03 +13:00
blinds.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
blur-gauss-selective.c Bug 639920: Gaussian blur can't work on specified selection 2013-01-27 17:04:04 +01:00
blur-gauss.c Bug 639920: Gaussian blur can't work on specified selection 2013-01-27 17:04:04 +01:00
blur.c plugins: hide blur plug-in from menus 2012-05-03 04:34:07 +02:00
border-average.c Bug 719662 - plug-in-borderaverage returns a garbage alpha value 2013-12-01 23:00:24 +01:00
bump-map.c Bug 707354 - Bump Map offsets only go to 1000 regardless of image size 2013-09-03 16:03:16 +02:00
cartoon.c Corrected spelling errors spotted by Ari Pollak (Mostly fixes bug #683694) 2012-09-10 12:22:12 -04:00
checkerboard.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
cml-explorer.c Bug 661313 - "None" string needs differentiation (message context) 2011-11-16 23:13:03 +01:00
color-cube-analyze.c plugins: remove colorcube-analysis from menus 2012-05-06 20:47:40 +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
color-exchange.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
colorify.c plug-ins: hide colorify from the menus, we have the colorize tool 2012-05-03 15:02:34 +02:00
colormap-remap.c plug-ins: port colormap-remap to GEGL 2013-10-31 12:24:40 +01:00
compose.c plugins: Port compose.c to gegl 2013-07-07 16:08:06 +02:00
contrast-normalize.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
contrast-retinex.c contrast-retinex: Delete redundant assignment and move variable to local block 2011-10-06 19:39:59 +05:30
convolution-matrix.c convolution-matrix: Remove dead code and variable 2011-10-06 09:06:27 +05:30
crop-zealous.c Bug 692939 - Zealous crop does nothing 2013-03-26 23:38:25 +01:00
curve-bend.c Bug 684330 - Rectangle tool's "fixed size" option is off-by-one 2013-02-13 00:08:39 +01:00
decompose.c fix typo in message 2013-09-26 13:25:37 +02:00
deinterlace.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
depth-merge.c depth-merge: Delete redundant assignment 2011-10-06 09:11:53 +05:30
despeckle.c despeckle: Rename variables for better clarity 2011-10-08 08:19:57 +05:30
destripe.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
diffraction.c plugins: remove diffraction pattern from menus 2012-05-08 21:07:25 +02:00
displace.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
edge-dog.c Replaced old Difference of Gaussians, Laplace and Sobel filters with new GEGL operations 2012-05-13 06:41:19 +04:00
edge-neon.c plug-ins: fix memory leak in edge-neon 2013-01-11 21:02:00 -05:00
edge-sobel.c Corrected spelling errors spotted by Ari Pollak (Mostly fixes bug #683694) 2012-09-10 12:22:12 -04:00
edge.c edge: Delete dead variables and assignments 2011-10-06 19:21:14 +05:30
emboss.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
engrave.c engrave: Fix condition as average[] is initialized based on num_channels 2011-10-13 10:20:46 +05:30
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: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-csource.c plug-ins: port file-csource to GIO 2013-11-29 00:05:38 +01: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: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-gbr.c plug-ins: use the same compat loading code in file-gih and file-gbr 2013-11-17 14:52:27 +01:00
file-gegl.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-gif-load.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
file-gif-save.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-gih.c plug-ins: use the same compat loading code in file-gih and file-gbr 2013-11-17 14:52:27 +01:00
file-glob.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
file-header.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-html-table.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
file-jp2-load.c libgimp,plug-ins: split metadata loading into prepare() and finish() 2013-10-27 15:22:35 +01:00
file-mng.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-pat.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-pcx.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-pdf-load.c plug-ins: use g_thread_new(), g_thread_create() is deprecated 2012-11-21 01:47:11 +01:00
file-pdf-save.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
file-pix.c plug-ins: port file-pix to GIO 2013-11-17 18:18:18 +01:00
file-png.c plug-ins: save the metadata of the original image in file-png-save 2013-11-21 21:46:34 +01:00
file-pnm.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-ps.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-psp.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-raw-data.c plug-ins: rename file-raw to file-raw-data 2013-09-01 20:02:56 +02:00
file-sunras.c plug-ins: port file-sunras to GEGL, and globally apply some coding style 2014-01-01 22:28:08 +01:00
file-svg.c Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
file-tga.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-tiff-load.c plug-ins: add G_GNUC_PRINTF() to the tiff warning/error functions 2014-01-01 19:54:20 +01:00
file-tiff-save.c plug-ins: add G_GNUC_PRINTF() to the tiff warning/error functions 2014-01-01 19:54:20 +01:00
file-wmf.c plug-ins: port file-wmf to GEGL 2013-08-30 23:11:48 +02:00
file-xbm.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-xmc.c plug-ins: port file-xmc to GEGL 2014-01-01 23:59:48 +01:00
file-xpm.c plug-ins: pass the format's name again in calls to gimp_export_image() 2013-11-10 00:18:48 +01:00
file-xwd.c file-xwd: sanity check # of colors and map entries (CVE-2013-1978) 2013-12-04 10:59:46 +01:00
film.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
filter-pack.c plugins: remove filter-pack from menus 2012-05-06 21:16:40 +02:00
fractal-trace.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
gimprc.common plug-ins, pdb: remove the apply-canvas plug-in and add a compat procedure 2014-01-01 19:21:00 +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 plugins: port gradient-map.c to gegl and improve it 2013-07-21 18:06:24 +02:00
grid.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
guillotine.c Fix some memleaks 2011-08-18 13:37:35 -04:00
hot.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
illusion.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
iwarp.c iwarp: Delete dead variables and assignments 2011-10-10 10:01:30 +05:30
jigsaw.c jigsaw: Remove dead assignments (and variables) 2011-10-04 14:18:43 +05:30
lcms.c lcms: avoid dereferencing null pointers 2013-11-07 12:20:33 +01:00
lens-apply.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
lens-flare.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
mail.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
max-rgb.c plugins: remove max-rgb from menus 2012-05-06 21:06:12 +02:00
metadata.c Global EXIF -> Exif string change (official spelling) 2013-10-29 22:48:46 +01:00
mkgen.pl plug-ins: allow non-optional extra libs in plug-ins/common 2013-10-19 18:30:29 +02:00
newsprint.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
nl-filter.c nl-filt: Remove inline from functions 2011-10-08 18:19:25 +05:30
noise-rgb.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00
noise-solid.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
nova.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
oilify.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
photocopy.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
plugin-browser.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
plugin-defs.pl plug-ins: port file-xmc to GEGL 2014-01-01 23:59:48 +01:00
procedure-browser.c Bug 645456 - Inconsistent window (role) naming scheme 2011-04-08 20:31:34 +02:00
qbist.c qbist: Delete dead variable and assignment 2011-10-11 09:57:55 +05:30
ripple.c Replaced old Ripple and Lens Distortion filters with new GEGL operations 2012-05-13 06:15:24 +04:00
rotate.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
sample-colorize.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
screenshot.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
sharpen.c plugins: hide sharpen from menus 2012-05-03 04:34:07 +02:00
sinus.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
smooth-palette.c plugins: remove smooth-palette from menus 2012-05-08 21:07:25 +02:00
softglow.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
sparkle.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
sphere-designer.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
tile-glass.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
tile-paper.c plugins: remove paper tile from menus 2012-05-06 21:42:39 +02:00
tile-small.c plugins: hide tile-small from menus 2012-05-03 04:34:08 +02:00
tile.c tile: Delete dead variables and assignments 2011-10-08 18:15:40 +05:30
unit-editor.c unit-editor: Drop dead variable and assignment 2011-10-11 10:16:49 +05:30
unsharp-mask.c Bug 695418 - Unsharp mask crashes for large radii 2013-04-08 18:53:01 +02:00
value-propagate.c value-propogate: Rearrange operands 2012-09-06 07:29:54 +05:30
van-gogh-lic.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
video.c plug-ins: use gtk_box_new() 2011-09-30 12:18:24 +02:00
warp.c plugins: remove warp plug-in from menus 2012-05-06 21:44:43 +02:00
web-browser.c web-browser: Drop dead variable and assignment 2011-10-11 10:15:35 +05:30
web-page.c Remove all calls to g_type_init(), it's deprecated 2013-05-25 22:44:20 +02:00
wind.c Rename colour and greyscale to color and grayscale respectively 2013-06-06 23:26:16 +02:00