- 16 Aug, 2005 9 commits
-
-
Michael Natterer authored
2005-08-17 Michael Natterer <mitch@gimp.org> * app/actions/layers-actions.c * app/actions/plug-in-actions.c * app/actions/image-actions.c: moved all color menu actions to image-actions.c because that's the place where we collect menu actions of menus that don't have its own foo-actions.c file. Renamed them all to "colors-foo-menu". * menus/image-menu.xml.in: changed accordingly.
-
Akkana Peck authored
* app/actions/image-actions.c * app/actions/plug-in-actions.c: Fix formatting.
-
Akkana Peck authored
* menus/image-menu.xml.in * app/actions/image-actions.c * app/actions/plug-in-actions.c * plug-ins/common/compose.c * plug-ins/common/decompose.c * plug-ins/common/vinvert.c: Remove erroneous extra *compose entries, and move *compose into a Components submenu (re IRC discussion); move Value Invert to near Invert (suggested by mitch)
-
Francisco Javier F. Serrador authored
2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-08-16 Sven Neumann <sven@gimp.org> * app/widgets/gimpcontainerview.[ch]: added utility function gimp_container_view_install_properties() to reduce code duplication in classes implementing this interface. * app/widgets/gimpcontainerbox.c * app/widgets/gimpcontainercombobox.c * app/widgets/gimpcontainerentry.c: changed accordingly.
-
Sven Neumann authored
2005-08-16 Sven Neumann <sven@gimp.org> * configure.in * plug-ins/uri/Makefile.am: redid the libgnomeui and gnome-vfs checks so that pkg-config combines the compiler and linker flags instead of concatenating them in the Makefile.
-
Adam Weinberger authored
2005-08-16 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Akkana Peck authored
* app/actions/image-actions.c * app/tools/gimpaligntool.c * menus/image-menu.xml.in * plug-ins/common/AlienMap2.c * plug-ins/common/autostretch_hsv.c * plug-ins/common/borderaverage.c * plug-ins/common/c_astretch.c * plug-ins/common/ccanalyze.c * plug-ins/common/channel_mixer.c * plug-ins/common/color_enhance.c * plug-ins/common/colorify.c * plug-ins/common/colortoalpha.c * plug-ins/common/compose.c * plug-ins/common/decompose.c * plug-ins/common/exchange.c * plug-ins/common/fp.c * plug-ins/common/gradmap.c * plug-ins/common/hot.c * plug-ins/common/mapcolor.c * plug-ins/common/max_rgb.c * plug-ins/common/normalize.c * plug-ins/common/retinex.c * plug-ins/common/sample_colorize.c * plug-ins/common/semiflatten.c * plug-ins/common/smooth_palette.c * plug-ins/common/vinvert.c * plug-ins/rcm/rcm.c * plug-ins/script-fu/scripts/hsv-graph.scm: Move all color-related functions from the Image and Filters menus to a new toplevel Colors menu (as discussed in bug 116145).
-
Sven Neumann authored
2005-08-16 Sven Neumann <sven@gimp.org> * configure.in: define G_DISABLE_DEPRECATED unless glib >= 2.9.0. * app/core/gimpscanconvert.c: added missing include. * app/text/gimp-fonts.c * libgimp/gimp.c * libgimpwidgets/gimpcolornotebook.c * plug-ins/helpbrowser/dialog.c: fixed signedness warnings. * plug-ins/bmp/bmpread.c (ReadBMP): initialize variable.
-
- 15 Aug, 2005 16 commits
-
-
Manish Singh authored
-
Manish Singh authored
2005-08-15 Manish Singh <yosh@gimp.org> * configure.in: fix reversed libgnomeui conditional test for the AC_DEFINE.
-
Michael Natterer authored
2005-08-16 Michael Natterer <mitch@gimp.org> * plug-ins/common/tga.c * plug-ins/common/threshold_alpha.c * plug-ins/common/tiff.c * plug-ins/common/tile.c * plug-ins/common/tileit.c * plug-ins/common/tiler.c * plug-ins/common/uniteditor.c * plug-ins/common/unsharp.c * plug-ins/common/video.c * plug-ins/common/vinvert.c * plug-ins/common/vpropagate.c * plug-ins/common/warp.c * plug-ins/common/waves.c * plug-ins/common/webbrowser.c * plug-ins/common/whirlpinch.c * plug-ins/common/wind.c * plug-ins/common/winprint.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/common/xwd.c * plug-ins/common/zealouscrop.c: canonicalize procedure and parameter names. Misc cleanups.
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * configure.in: check for libgnomeui-2.0. Added version requirements (>= 2.10.0) for libgnomeui and gnome-vfs. * plug-ins/uri/Makefile.am * plug-ins/uri/uri-backend-gnomevfs.c: if libgnomeui is available, call gnome_authentication_manager_init() so the URI plug-in can access sites that require authentication. (this needs more hacking so packagers can build both versions of the uri plug-in at the same time, since they will want to make the libgnomeui dependency optional)
-
Manish Singh authored
-
Jens Seidel authored
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * plug-ins/common/randomize.c * plug-ins/common/raw.c * plug-ins/common/retinex.c * plug-ins/common/ripple.c * plug-ins/common/rotate.c * plug-ins/common/sample_colorize.c * plug-ins/common/scatter_hsv.c * plug-ins/common/screenshot.c * plug-ins/common/sel_gauss.c * plug-ins/common/semiflatten.c * plug-ins/common/sharpen.c * plug-ins/common/shift.c * plug-ins/common/sinus.c * plug-ins/common/smooth_palette.c * plug-ins/common/snoise.c * plug-ins/common/sobel.c * plug-ins/common/softglow.c * plug-ins/common/sparkle.c * plug-ins/common/spheredesigner.c * plug-ins/common/spread.c * plug-ins/common/struc.c * plug-ins/common/sunras.c * plug-ins/common/svg.c: canonicalize procedure and parameter names. Misc cleanups.
-
Manish Singh authored
2005-08-15 Manish Singh <yosh@gimp.org> * plug-ins/common/sample_colorize.c (smp_constrain): add an extra user data arg, so we fit the GimpDrawableConstraintFunc type.
-
Karine Delvare authored
2005-08-15 Karine Delvare <kdelvare@nerim.net> * app/tools/gimprectangletool.[ch] * app/tools/gimprectangleoptions.[ch]: transform into an interface. * app/tools/gimpcroptool.[ch] * app/tools/gimpnewrectselecttool.[ch]: use the rectangletool interface. * app/tools/gimpcropoptions.[ch] * app/tools/gimpnewrectselectoptions.[ch]: use the rectangleoptions interface. * app/tools/Makefile.am: added gimpnewrectselectionoptions.[ch]
-
Sven Neumann authored
2005-08-15 Sven Neumann <sven@gimp.org> * plug-ins/rcm/rcm_callback.c * plug-ins/rcm/rcm_dialog.c * plug-ins/rcm/rcm_misc.[ch]: redraw the previews if their size changes. Fixes bug #172284.
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * plug-ins/common/CML_explorer.c * plug-ins/common/cartoon.c * plug-ins/common/channel_mixer.c * plug-ins/common/colorify.c * plug-ins/common/compose.c * plug-ins/common/csource.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfli/gfli.c * plug-ins/pagecurl/pagecurl.c * plug-ins/rcm/rcm_dialog.c * plug-ins/sgi/sgi.c: fix indentation.
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * plug-ins/common/papertile.c * plug-ins/common/pat.c * plug-ins/common/pcx.c * plug-ins/common/photocopy.c * plug-ins/common/pix.c * plug-ins/common/pixelize.c * plug-ins/common/plasma.c * plug-ins/common/plugin-browser.c * plug-ins/common/png.c * plug-ins/common/polar.c * plug-ins/common/procedure-browser.c * plug-ins/common/psd.c * plug-ins/common/psd_save.c * plug-ins/common/psp.c: canonicalize procedure and parameter names. Misc cleanups.
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * plug-ins/common/poppler.c: make sure the opened image has a filename that cannot be saved (ok, we don't have a PDF save plug-in, but PS does the same and this way it's consistent). * plug-ins/common/poppler.c * plug-ins/common/postscript.c: canonicalize procedure and parameter names.
-
Michael Natterer authored
2005-08-15 Michael Natterer <mitch@gimp.org> * plug-ins/common/postscript.c: applied patch from Felix Riemann that adds page counting and a page selector widget to the load dialog. Fixed some minor issues in the patch and added code that names layers and images after the document's pages. Disable undo on all created images and set them clean before returning them. Addresses bug #138495.
-
Sven Neumann authored
2005-08-15 Sven Neumann <sven@gimp.org> * plug-ins/common/psd_save.c: fixed signedness issue.
-
Adam Weinberger authored
2005-08-14 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 14 Aug, 2005 2 commits
-
-
Clytie Siddall authored
-
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.
-
- 13 Aug, 2005 10 commits
-
-
Manish Singh authored
-
Manish Singh authored
2005-08-13 Manish Singh <yosh@gimp.org> * app/core/gimpimage-preview.c (gimp_image_get_new_preview): if the offsets of the layer are such that they are just on the border of the image, detect that and bail instead of trying to make a sub-preview with a 0 dimension.
-
Michael Natterer authored
2005-08-14 Michael Natterer <mitch@gimp.org> * plug-ins/common/gauss.c * plug-ins/common/gbr.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/gih.c * plug-ins/common/glasstile.c * plug-ins/common/glob.c * plug-ins/common/gqbist.c * plug-ins/common/gradmap.c * plug-ins/common/grid.c * plug-ins/common/gtm.c * plug-ins/common/guillotine.c * plug-ins/common/header.c * plug-ins/common/hot.c * plug-ins/common/illusion.c * plug-ins/common/iwarp.c: canonicalize procedure and parameter names. Misc cleanups.
-
Michael Natterer authored
2005-08-13 Michael Natterer <mitch@gimp.org> * plug-ins/common/decompose.c * plug-ins/common/deinterlace.c * plug-ins/common/despeckle.c * plug-ins/common/destripe.c * plug-ins/common/dicom.c * plug-ins/common/diffraction.c * plug-ins/common/displace.c * plug-ins/common/dog.c * plug-ins/common/edge.c * plug-ins/common/emboss.c * plug-ins/common/engrave.c * plug-ins/common/exchange.c * plug-ins/common/film.c * plug-ins/common/flarefx.c * plug-ins/common/fp.c * plug-ins/common/fractaltrace.c: canonicalize procedure and parameter names. Misc cleanups.
-
Marco Ciampa authored
-
David Odin authored
* plug-ins/common/threshold_alpha.c: added a preview, and some minor cleanups.
-
Marco Ciampa authored
-
Michael Natterer authored
2005-08-13 Michael Natterer <mitch@gimp.org> * plug-ins/common/AlienMap2.c * plug-ins/common/CEL.c * plug-ins/common/CML_explorer.c * plug-ins/common/aa.c * plug-ins/common/align_layers.c * plug-ins/common/animationplay.c * plug-ins/common/apply_lens.c * plug-ins/common/autocrop.c * plug-ins/common/autostretch_hsv.c * plug-ins/common/blinds.c * plug-ins/common/blur.c * plug-ins/common/borderaverage.c * plug-ins/common/bumpmap.c * plug-ins/common/c_astretch.c * plug-ins/common/cartoon.c * plug-ins/common/ccanalyze.c * plug-ins/common/channel_mixer.c * plug-ins/common/checkerboard.c * plug-ins/common/color_enhance.c * plug-ins/common/colorify.c * plug-ins/common/colortoalpha.c * plug-ins/common/compose.c * plug-ins/common/compressor.c * plug-ins/common/convmatrix.c * plug-ins/common/csource.c * plug-ins/common/cubism.c * plug-ins/common/curve_bend.c: canonicalize procedure and parameter names. Misc cleanups.
-
Adam Weinberger authored
2005-08-13 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
David Odin authored
* plug-ins/common/checkerboard.c: added a preview, and some minor cleanups.
-
- 12 Aug, 2005 3 commits
-
-
David Odin authored
* plug-ins/common/sample_colorize.c: shut up a Gtk-Critical Warning that happened after reopening the filter, but only when a gradient had been selected on the previous invocation.
-
David Odin authored
* plug-ins/common/sample_colorize.c: preliminary clean-ups.
-
Michael Natterer authored
2005-08-12 Michael Natterer <mitch@gimp.org> * plug-ins/bmp/bmp.c * plug-ins/faxg3/faxg3.c * plug-ins/fits/fits.c * plug-ins/flame/flame.c * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig.[ch] * plug-ins/gflare/gflare.c * plug-ins/gfli/gfli.c * plug-ins/help/help.c * plug-ins/helpbrowser/helpbrowser.c * plug-ins/ifscompose/ifscompose.c * plug-ins/jpeg/jpeg-save.c * plug-ins/jpeg/jpeg.[ch] * plug-ins/maze/maze.[ch] * plug-ins/maze/maze_face.c * plug-ins/pagecurl/pagecurl.c * plug-ins/rcm/rcm.[ch] * plug-ins/rcm/rcm_dialog.c * plug-ins/sel2path/sel2path.c * plug-ins/sgi/sgi.c * plug-ins/uri/uri.c * plug-ins/xjt/xjt.c: canonicalize procedure and parameter names. #define them instead of repeating the same string several times. Minor cleanups.
-