- 30 Oct, 2004 7 commits
-
-
David Odin authored
* plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-line.c * plug-ins/gfig/gfig-line.h * plug-ins/gfig/gfig-poly.c * plug-ins/gfig/gfig-preview.c * plug-ins/gfig/gfig-star.c * plug-ins/gfig/gfig-style.c * plug-ins/gfig/gfig-style.h: some more cleanups and UI tweaks. Still work in progress. * plug-ins/gfig/pix-data.h: removed this empty, unused file.
-
Sven Neumann authored
2004-10-30 Sven Neumann <sven@gimp.org> * app/config/gimpguiconfig.[ch] * app/config/gimprc-blurbs.h * app/dialogs/preferences-dialog.c * app/tools/gimpmoveoptions.[ch] * app/tools/gimpmovetool.[ch]: reverted changes for bug #156801. Instead added a gimprc option that allows to get the old behaviour back.
-
Sven Neumann authored
-
Sven Neumann authored
2004-10-30 Sven Neumann <sven@gimp.org> * app/tools/gimpmoveoptions.[ch] * app/tools/gimpmovetool.[ch]: applied (cleaned up version of) a patch from Joao S. O. Bueno that adds a tool-option to restore the old Move tool behaviour. Fixes bug #156801.
-
Sven Neumann authored
2004-10-30 Sven Neumann <sven@gimp.org> * plug-ins/common/despeckle.c: applied a patch from Geert Jordaens that improves the Despeckle algorithm. See bug #72862.
-
Kevin Cozens authored
2004-10-29 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/siod-wrapper.c (init_constants): Updated to use convert_string() to change name of constant to Scheme format.
-
Sven Neumann authored
2004-10-30 Sven Neumann <sven@gimp.org> * INSTALL * NEWS * README: updated for 2.2 pre-releases.
-
- 29 Oct, 2004 15 commits
-
-
Sven Neumann authored
2004-10-30 Sven Neumann <sven@gimp.org> * plug-ins/common/grid.c (run): applied patch by Joao S. O. Bueno that implements the opacity parameters the way it is documented. Fixes bug #156750.
-
Sven Neumann authored
2004-10-30 Sven Neumann <sven@gimp.org> * plug-ins/common/glasstile.c: applied patch from Yeti, updated by Kevin Cozens and modified by me. Fixes bug #85261.
-
Øyvind Kolås authored
-
Sven Neumann authored
2004-10-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpuimanager.c (gimp_ui_manager_entry_load) * app/widgets/gimpclipboard.c (gimp_clipboard_init): only be verbose on request. * app/plug-in/plug-in.c (plug_in_close): turned warnings into messages and respect gimp->be_verbose.
-
Kevin Cozens authored
2004-10-29 Kevin Cozens <kcozens@cvs.gimp.org> * tinyscheme/scheme.c: Removed some items from here... * tinyscheme/scheme-private.h ... and added them here so they could be used in the ts-wrapper.c file.
-
Kevin Cozens authored
2004-10-29 Kevin Cozens <kcozens@cvs.gimp.org> * scripts/carve-it.sct: Removed three lines no longer needed. * scripts/contactsheet.sct: Use gimp-drawable-fill instead of gimp-edit-fill. * scripts/hsv-graph.sct: Backed out some changes made during first attempts to get the script working. Fixed text for one toggle. Reformatted the file. * scripts/test-sphere.sct: Added note about use of SF_PALETTE
-
Øyvind Kolås authored
-
Kevin Cozens authored
2004-10-29 Kevin Cozens <kcozens@cvs.gimp.org> * plug-ins/script-fu/scripts/test-sphere.scm: Added notes about use of SF-PALETTE.
-
Sven Neumann authored
-
Sven Neumann authored
2004-10-29 Sven Neumann <sven@gimp.org> * plug-ins/common/jpeg.c: pass the name to filesystem encoding to gimp_image_set_filename(). Fixes bug #153751 for the JPEG plug-in.
-
Sven Neumann authored
2004-10-29 Sven Neumann <sven@gimp.org> * app/file/file-utils.c (file_utils_uri_to_utf8_filename): when the filename cannot be converted to UTF-8, warn and return the URI instead. This is a workaround for the crash described in bug #153751.
-
Michael Natterer authored
2004-10-29 Michael Natterer <mitch@gimp.org> * app/dialogs/dialogs.c (toplevel_entries): added foreign entries for the keyboard shortcut and the controller action dialogs. * app/dialogs/preferences-dialog.c * app/widgets/gimpcontrollereditor.c: register the dialogs with the "toplevel" dialog factory so they remember their size and position.
-
Michael Natterer authored
2004-10-29 Michael Natterer <mitch@gimp.org> * plug-ins/dbbrowser/gimpprocbrowser.c * plug-ins/dbbrowser/plugin-browser.c: don't say "1 Procedures" or "1 Plug-In Interfaces" but use the singular form instead.
-
Michael Natterer authored
2004-10-29 Michael Natterer <mitch@gimp.org> * plug-ins/common/flarefx.c * plug-ins/common/nova.c: changed preview cursors to GDK_CROSSHAIR. * plug-ins/common/iwarp.c * plug-ins/gflare/gflare.c * plug-ins/ifscompose/ifscompose.c: added GDK_CROSSHAIR preview cursors. Not quite perfect for IfsCompose (actually needs tool- and constext-sensitive cursors) but definitely better than before. Fixes bug #90519.
-
Sven Neumann authored
2004-10-29 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/edit.pdb: mention gimp_drawable_fill() in the docs for gimp_edit_fill(). * app/pdb/edit_cmds.c * libgimp/gimpedit_pdb.c: regenerated.
-
- 28 Oct, 2004 18 commits
-
-
David Odin authored
* plug-ins/gfig/gfig.c: typo
-
David Odin authored
* plug-ins/gfig/gfig-arc.c * plug-ins/gfig/gfig-bezier.c * plug-ins/gfig/gfig-bezier.h * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig-dialog.h * plug-ins/gfig/gfig-dobject.c * plug-ins/gfig/gfig-dobject.h * plug-ins/gfig/gfig-ellipse.c * plug-ins/gfig/gfig-grid.c * plug-ins/gfig/gfig-grid.h * plug-ins/gfig/gfig.c: small cleanups
-
Sven Neumann authored
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * libgimp/gimpdrawablecombobox.c * libgimp/gimpimagecombobox.c: changed the API docs to suggest to use gimp_int_combo_box_connect() with these widgets. We don't want more people to be caught by bug #156659.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/common/grid.c: fixed a long-standing cut'n'paste bug which caused the intersection color to be drawn with the wrong shade of gray when drawing on a grayscale drawable.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * app/dialogs/resize-dialog.c: added the offset area back. Still work in progress.
-
Sven Neumann authored
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: only create a "Document not found" error page if the requested URL was a page to load, not a supplementary URL like an image. Fixes bug #138275.
-
Miloslav Trmac authored
2004-10-28 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/bmp/bmp.c * plug-ins/common/CEL.c * plug-ins/common/aa.c * plug-ins/common/compressor.c * plug-ins/common/csource.c * plug-ins/common/dicom.c * plug-ins/common/gbr.c * plug-ins/common/gif.c * plug-ins/common/gifload.c * plug-ins/common/gih.c * plug-ins/common/gtm.c * plug-ins/common/header.c * plug-ins/common/jpeg.c * plug-ins/common/mng.c * plug-ins/common/pat.c * plug-ins/common/pcx.c * plug-ins/common/pix.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/psp.c * plug-ins/common/sunras.c * plug-ins/common/svg.c * plug-ins/common/tga.c * plug-ins/common/tiff.c * plug-ins/common/url.c * plug-ins/common/wmf.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/common/xwd.c * plug-ins/faxg3/faxg3.c * plug-ins/fits/fits.c * plug-ins/gfli/gfli.c * plug-ins/sgi/sgi.c * plug-ins/winicon/main.c * plug-ins/xjt/xjt.c: removed the calls to gimp_plugin_menu_register() from all plug-ins. File plug-ins don't register into a menu any longer.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/common/raw.c (query): do not install an extension for the raw plug-in to avoid confusion with the dcraw formats.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * gimp-tips.xml.in: changed a tip which became incorrect with a recent change. * de.po: updated.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * app/actions/layers-actions.c (layers_actions_update): do not set the "layers-mask-add" action insensitive if there's no alpha channel. * app/actions/layers-commands.c (layers_add_mask_response): add an alpha channel if there isn't one already. Fixes bug #156676.
-
Sven Neumann authored
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): use gimp_int_combo_box_connect() so that the initial selection causes the "changed" callback to be run. Should fix bug #156659.
-
Øyvind Kolås authored
-
Øyvind Kolås authored
-
Philip Lafleur authored
2004-10-27 Philip Lafleur <plafleur@cvs.gnome.org> * app/display/gimpdisplayshell-preview.c: Really fixed all cases of the perspective tool preview breaking with certain orientations by using triangles instead of quads.
-
Philip Lafleur authored
2004-10-27 Philip Lafleur <plafleur@cvs.gnome.org> * app/display/gimpdisplayshell-preview.c: Hopefully fixed all cases of the perspective tool preview breaking with certain orientations.
-