- 06 May, 2011 3 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 26 Apr, 2011 3 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 08 Apr, 2011 1 commit
-
-
Michael Natterer authored
Applied patch from Christoph Kappel which adds a "gimp-" prefix to all plug-in dialog window roles.
-
- 04 Mar, 2011 1 commit
-
-
Michael Natterer authored
instead of gtk_container_add()'s because otherwise the widget will not expand in GTK+ 3.x
-
- 08 Jan, 2011 1 commit
-
-
Michael Natterer authored
either because we were setting the default value, or because there is already a delay in the callback code like calling gimp_preview_update().
-
- 09 Jul, 2010 1 commit
-
-
Michael Natterer authored
-
- 16 Feb, 2010 1 commit
-
-
Martin Nordholts authored
When NULL is passed as format_name to gimp_export_image(), there is no dialog where the user can make choices. Having the capability GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION in this case in practice means "always merge". So to allow MNG animations, change to just GIMP_EXPORT_CAN_HANDLE_LAYERS. We don't need to offer merging in the export options since MNG is a format explicitly for animation, so if there are enough layers, we'll always export as an animation. Also set a tooltip explaining why the animation options are disabled when they are disabled.
-
- 21 Jul, 2009 1 commit
-
-
Martin Nordholts authored
-
- 20 Jul, 2009 1 commit
-
-
Massimo Valentini authored
'mng_putchunk_plte' and 'mng_putchunk_trns' both copy the array passed in as if it was full size even when it is only partly used. This commit wraps their calls passing the arrays dimensioned correctly. In function 'respin_cmap', when 'find_unused_ia_colour' returns an index suitable for transparency the number of colors in the colormap, the following loop used to access three values beyond the end of the array 'before'. Finally fix a typo in a call to mng_putchunk_text().
-
- 15 Jul, 2009 1 commit
-
-
Michael Natterer authored
-
- 19 Jan, 2009 1 commit
-
-
Michael Natterer authored
2009-01-19 Michael Natterer <mitch@gimp.org> * plug-ins/common/*.c * plug-ins/color-rotate/color-rotate.c * plug-ins/file-bmp/bmp.c * plug-ins/file-faxg3/faxg3.c * plug-ins/file-fits/fits.c * plug-ins/file-fli/fli-gimp.c * plug-ins/file-ico/ico.c * plug-ins/file-jpeg/jpeg.c * plug-ins/file-psd/psd-save.c * plug-ins/file-psd/psd.c * plug-ins/file-sgi/sgi.c * plug-ins/file-uri/uri.c * plug-ins/file-xjt/xjt.c * plug-ins/flame/flame.c * plug-ins/fractal-explorer/fractal-explorer.c * plug-ins/gfig/gfig.c * plug-ins/gimpressionist/gimp.c * plug-ins/gradient-flare/gradient-flare.c * plug-ins/help-browser/help-browser.c * plug-ins/ifs-compose/ifs-compose.c * plug-ins/imagemap/imap_main.c * plug-ins/lighting/lighting-main.c * plug-ins/map-object/map-object-main.c * plug-ins/maze/maze.c * plug-ins/metadata/metadata.c * plug-ins/pagecurl/pagecurl.c * plug-ins/print/print.c * plug-ins/pygimp/gimpfu.py * plug-ins/script-fu/script-fu-script.c * plug-ins/script-fu/script-fu.c * plug-ins/selection-to-path/selection-to-path.c * plug-ins/twain/twain.c * plug-ins/win-snap/winsnap.c: document the "run-mode" parameter as we document enums for core procedures. svn path=/trunk/; revision=27922
-
- 17 Jan, 2009 1 commit
-
-
Michael Natterer authored
2009-01-17 Michael Natterer <mitch@gimp.org> * all files with a GPL header and all COPYING files: Change licence to GPLv3 (and to LGPLv3 for libgimp). Cleaned up some copyright headers and regenerated the parsers in the ImageMap plugin. svn path=/trunk/; revision=27913
-
- 18 Aug, 2008 1 commit
-
-
Sven Neumann authored
2008-08-18 Sven Neumann <sven@gimp.org> * plug-ins/common/file-mng.c * plug-ins/common/file-pcx.c: for the most common errors, pass the error message with the return values instead of calling gimp_message(). * plug-ins/common/file-gif-save.c * plug-ins/common/file-pdf.c * plug-ins/common/file-png.c: minor cleanup. svn path=/trunk/; revision=26638
-
- 11 Aug, 2008 1 commit
-
-
Michael Natterer authored
2008-08-11 Michael Natterer <mitch@gimp.org> * plug-ins/bmp/* * plug-ins/faxg3/* * plug-ins/fits/* * plug-ins/fli/* * plug-ins/ico/* * plug-ins/jpeg/* * plug-ins/psd/* * plug-ins/sgi/* * plug-ins/uri/* * plug-ins/xjt/*: removed these... * plug-ins/file-bmp/* * plug-ins/file-faxg3/* * plug-ins/file-fits/* * plug-ins/file-fli/* * plug-ins/file-ico/* * plug-ins/file-jpeg/* * plug-ins/file-psd/* * plug-ins/file-sgi/* * plug-ins/file-uri/* * plug-ins/file-xjt/*: and moved them here. Changed executable names to "file-foo". * plug-ins/Makefile.am: changed accordingly. * plug-ins/common/*: rename all file plug-ins to file-foo.c. Get rid of the names "poppler" and "postscript" and call them "file-pdf" and "file-ps" because the conflict with standard autofoo targets is gone. * plug-ins/common/plugin-defs.pl: changed accordingly. * plug-ins/common/mkgen.pl: make sure cflags variables are named "PLUG_IN_NAME_CFLAGS" an...
-
- 08 Apr, 2008 1 commit
-
-
Sven Neumann authored
2008-04-08 Sven Neumann <sven@gimp.org> * plug-ins/common/mng.c (myalloc): removed a redundant (and wrong) cast. svn path=/trunk/; revision=25412
-
- 29 Mar, 2008 1 commit
-
-
Mukund Sivaraman authored
2008-03-28 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/sinus.c * plug-ins/common/compose.c * plug-ins/common/screenshot.c * plug-ins/common/mng.c * plug-ins/common/wind.c * plug-ins/common/gif-save.c * plug-ins/common/video.c * plug-ins/common/sphere-designer.c * plug-ins/common/hot.c * plug-ins/common/red-eye-removal.c * plug-ins/common/tile-small.c * plug-ins/common/gbr.c * plug-ins/common/jigsaw.c * plug-ins/common/glob.c * plug-ins/common/despeckle.c * plug-ins/common/noise-randomize.c * plug-ins/common/convolution-matrix.c * plug-ins/common/gif-load.c * plug-ins/common/psd-save.c * plug-ins/common/emboss.c * plug-ins/common/csource.c * plug-ins/common/cml-explorer.c * plug-ins/common/grid.c * plug-ins/common/pcx.c * plug-ins/common/engrave.c * plug-ins/common/curve-bend.c: Cleanups / fixes for issues reported by Sparse. svn path=/trunk/; revision=25295
-
- 26 Mar, 2008 2 commits
-
-
Mukund Sivaraman authored
2008-03-25 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/mng.c: Cleaned up the rest of the plug-in. svn path=/trunk/; revision=25232
-
Mukund Sivaraman authored
2008-03-25 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/mng.c: More code cleanups. svn path=/trunk/; revision=25231
-
- 25 Mar, 2008 2 commits
-
-
Mukund Sivaraman authored
2008-03-25 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/mng.c: More code cleanups. svn path=/trunk/; revision=25230
-
Mukund Sivaraman authored
2008-03-25 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/mng.c: More code cleanups. svn path=/trunk/; revision=25229
-
- 24 Mar, 2008 2 commits
-
-
Mukund Sivaraman authored
2008-03-24 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/mng.c: Code cleanups. svn path=/trunk/; revision=25210
-
Mukund Sivaraman authored
2008-03-24 Mukund Sivaraman <muks@mukund.org> * plug-ins/common/mng.c: * plug-ins/jpeg/jpeg.c: Changed name of author. svn path=/trunk/; revision=25207
-
- 16 Feb, 2007 1 commit
-
-
Sven Neumann authored
2007-02-16 Sven Neumann <sven@gimp.org> * libgimp/gimp.c: let gimp_gamma() return 2.2 and document the fact that this is a fixed value and that all pixel data is in the sRGB colorspace. * plug-ins/common/mng.c: removed check for gimp_gamma() returning 1.0. svn path=/trunk/; revision=21927
-
- 09 Dec, 2006 1 commit
-
-
Sven Neumann authored
2006-12-09 Sven Neumann <sven@gimp.org> * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/antialias.c * plug-ins/common/depthmerge.c * plug-ins/common/mng.c * plug-ins/common/normalize.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/psd.c * plug-ins/common/svg.c * plug-ins/common/tga.c * plug-ins/twain/twain.c * plug-ins/winsnap/winsnap.c: unified copyright notices, got rid of "The GIMP" in a few more places.
-
- 16 May, 2006 1 commit
-
-
Sven Neumann authored
2006-05-16 Sven Neumann <sven@gimp.org> * plug-ins/*/*.c: declared GimpPlugInInfo and GimpParamDef arrays as const.
-
- 09 Sep, 2005 1 commit
-
-
Michael Natterer authored
2005-09-09 Michael Natterer <mitch@gimp.org> * plug-ins/common/aa.c * plug-ins/common/csource.c * plug-ins/common/gbr.c * plug-ins/common/gih.c * plug-ins/common/gtm.c * plug-ins/common/mng.c * plug-ins/common/pat.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/postscript.c * plug-ins/common/psp.c * plug-ins/common/raw.c * plug-ins/common/sunras.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/gfli/gfli.c * plug-ins/jpeg/jpeg-save.c * plug-ins/sgi/sgi.c * plug-ins/winicon/icodialog.c: actually call gimp_window_set_transient() on save dialogs. Really fixes bug #62988.
-
- 02 Sep, 2005 1 commit
-
-
Sven Neumann authored
2005-09-02 Sven Neumann <sven@gimp.org> * plug-ins/bmp/bmpwrite.c * plug-ins/common/aa.c * plug-ins/common/csource.c * plug-ins/common/gbr.c * plug-ins/common/gif.c * plug-ins/common/gih.c * plug-ins/common/gtm.c * plug-ins/common/mail.c * plug-ins/common/mng.c * plug-ins/common/pat.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/postscript.c * plug-ins/common/psp.c * plug-ins/common/raw.c * plug-ins/common/sunras.c * plug-ins/common/svg.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/fits/fits.c * plug-ins/gfli/gfli.c * plug-ins/jpeg/jpeg-save.c * plug-ins/script-fu/script-fu-server.c * plug-ins/sgi/sgi.c * plug-ins/winicon/icodialog.c * plug-ins/xjt/xjt.c: use verbs instead of "OK" in the confirmative dialog button.
-
- 23 Aug, 2005 1 commit
-
-
Sven Neumann authored
2005-08-23 Sven Neumann <sven@gimp.org> * [lots of files]: applied capitalization patches contributed by Stephan Binner. Fixes bug #309657.
-
- 14 Aug, 2005 1 commit
-
-
Michael Natterer authored
2005-08-14 Michael Natterer <mitch@gimp.org> * plug-ins/common/jigsaw.c * plug-ins/common/laplace.c * plug-ins/common/lic.c * plug-ins/common/mail.c * plug-ins/common/mapcolor.c * plug-ins/common/max_rgb.c * plug-ins/common/mblur.c * plug-ins/common/mng.c * plug-ins/common/mosaic.c * plug-ins/common/neon.c * plug-ins/common/newsprint.c * plug-ins/common/nlfilt.c * plug-ins/common/noisify.c * plug-ins/common/normalize.c * plug-ins/common/nova.c * plug-ins/common/oilify.c: canonicalize procedure and parameter names. Misc cleanups.
-
- 03 Aug, 2005 1 commit
-
-
Sven Neumann authored
2005-08-03 Sven Neumann <sven@gimp.org> * libgimpcolor/gimprgb.[ch]: deprecated RGB intensity functions and definitions. These coefficients do not accurately compute luminance for contemporary monitors. Instead the coefficients from the sRGB spec should be used which have now been added. * libgimpcolor/gimpcolor.def: updated. * libgimp/gimpdrawable.c * libgimp/gimppixelfetcher.c * app/base/colorize.c * app/base/levels.c * app/base/temp-buf.c * app/core/gimpdrawable-blend.c * app/core/gimpdrawable-convert.c * app/core/gimpdrawable-desaturate.c * app/core/gimpimage-convert.c * app/core/gimpimage.c * app/gui/splash.c * app/widgets/gimpgradienteditor.c * modules/colorsel_triangle.c * plug-ins/common/aa.c * plug-ins/common/bumpmap.c * plug-ins/common/colorify.c * plug-ins/common/despeckle.c * plug-ins/common/displace.c * plug-ins/common/engrave.c * plug-ins/common/gradmap.c * plug-ins/common/grid.c * plug-ins/common/mng.c * plug-ins/common/newsprint.c * plug-ins/common/png.c * plug-ins/common/whirlpinch.c * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/maze/handy.c * plug-ins/pagecurl/pagecurl.c: use gimp_rgb_luminance() and friends instead of the deprecated intensity functions.
-
- 19 Jul, 2005 1 commit
-
-
Sven Neumann authored
2005-07-19 Sven Neumann <sven@gimp.org> * plug-ins/common/mng.c (mng_save_image): fixed signedness warnings.
-
- 30 Jun, 2005 1 commit
-
-
Sven Neumann authored
2005-06-29 Sven Neumann <sven@gimp.org> * plug-ins/*/*.c: use the canonical form of signal names.
-
- 04 Mar, 2005 1 commit
-
-
Sven Neumann authored
2005-03-04 Sven Neumann <sven@gimp.org> * plug-ins/common/*: ported to gstdio, removed unnecessary includes.
-
- 18 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-18 Sven Neumann <sven@gimp.org> * plug-ins/common/mng.c (mng_save_image): write a DEFI chunk to set the frame offset if the layer offsets are != 0, not only if they are > 0. Fixes bug #166059.
-
- 08 Feb, 2005 1 commit
-
-
Sven Neumann authored
2005-02-08 Sven Neumann <sven@gimp.org> Applied a patch from Patrice Tremblay that makes (almost) all dialogs obey the "gtk-alternative-button-order" setting (bug #166678). Changes too many files to list them all...
-
- 02 Nov, 2004 1 commit
-
-
Michael Natterer authored
2004-11-02 Michael Natterer <mitch@gimp.org> * plug-ins/bmp/bmpread.c * plug-ins/bmp/bmpwrite.c * plug-ins/common/CEL.c * plug-ins/common/animationplay.c * plug-ins/common/animoptimize.c * plug-ins/common/autostretch_hsv.c * plug-ins/common/c_astretch.c * plug-ins/common/ccanalyze.c * plug-ins/common/color_enhance.c * plug-ins/common/film.c * plug-ins/common/gee.c * plug-ins/common/gee_zoom.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/grid.c * plug-ins/common/header.c * plug-ins/common/mng.c * plug-ins/common/normalize.c * plug-ins/common/pcx.c * plug-ins/common/png.c * plug-ins/common/pnm.c * plug-ins/common/postscript.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/raw.c * plug-ins/common/sunras.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/tile.c * plug-ins/common/vinvert.c * plug-ins/common/winclipboard.c * plug-ins/common/winprint.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/common/xwd.c * plug-ins/fits/fits.c * plug-ins/gfli/gfli.c * plug-ins/imagemap/imap_preview.c * plug-ins/print/print.c * plug-ins/pygimp/pygimp-image.c * plug-ins/winicon/main.c: use the new "colormap" functions instead of the deprecated "cmap" ones.
-