- 07 Aug, 2005 7 commits
-
-
Michael Natterer authored
2005-08-07 Michael Natterer <mitch@gimp.org> * app/core/gimplayer.[ch] (gimp_layer_flatten): new function. * app/actions/layers-actions.c * app/actions/layers-commands.[ch] * app/widgets/gimphelp-ids.h * menus/image-menu.xml.in * menus/layers-menu.xml: added "Remove Alpha Channel" action, action callback, help ID and menu items. Fixes bug #309762.
-
Sven Neumann authored
-
Sven Neumann authored
2005-08-07 Sven Neumann <sven@gimp.org> * app/base/siox.c (siox_foreground_extract): micro optimizations.
-
Guilherme de S. Pastore authored
* pt_BR.po: fixed header problems and HIG compliance, by pushing the verbs in the Comment in the .desktop file to the imperative form.
-
Sven Neumann authored
2005-08-07 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: do not restart draw tool unless shell->proximity.
-
Adam Weinberger authored
2005-08-06 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Removed missing files. * en_CA.po: Updated Canadian English translation.
-
Adam Weinberger authored
2005-08-06 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 06 Aug, 2005 19 commits
-
-
Sven Neumann authored
2005-08-07 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c (gimp_foreground_select_tool_draw): show the extents of the working area if the user moves the mouse out of it. Is this useful? * app/tools/gimpforegroundselectoptions.c: removed colons from labels.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselectoptions.c: increased default brush size and upper limit. * app/tools/gimpforegroundselecttool.c: draw a brush outline.
-
Manish Singh authored
2005-08-06 Manish Singh <yosh@gimp.org> * plug-ins/Makefile.am: remove dbbrowser from SUBDIRS.
-
Manish Singh authored
2005-08-06 Manish Singh <yosh@gimp.org> * plug-ins/dbbrowser/plugin-browser.c * plug-ins/dbbrowser/procedure-browser.c: removed these files... * plug-ins/common/plugin-browser.c * plug-ins/common/procedure-browser.c: ...and added them here. * plug-ins/common/mkgen.pl: transform - to _ in makefile variable names, and attach optional CFLAGS to only the plugins that need them. * plug-ins/common/plugin-defs.pl: added plugin-browser and procedure-browser, and changed poppler, svg, and wmf to use the new CFLAGS stuff. * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am: regenerated. * configure.in: remove plug-ins/dbbrowser reference.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/base/siox.[ch]: reordered parameters to match the order of parameters in gimp_drawable_foreground_extract_siox(). * app/core/gimpdrawable-foreground-extract.c: changed accordingly. * app/tools/gimpforegroundselectoptions.[ch]: draw slider value to the right. * app/tools/gimpfreeselecttool.[ch]: added gimp_free_select_tool_select() to calls the virtual select() method. * app/tools/gimpforegroundselecttool.[ch]: queue an idle select if the smoothness or granularity values change in the tool options.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/base/siox.[ch] * app/core/gimpdrawable-foreground-extract.[ch]: expose all parameters of the SIOX algorithm. Provide default values. * app/tools/gimpforegroundselectoptions.[ch]: added properties and user interface for all SIOX parameters. * app/tools/gimpforegroundselecttool.c: changed accordingly. 2005-08-06 Sven Neumann <sven@gimp.org> * plug-ins/benchmark-foreground-extract.py: pass run-mode to PDB calls.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/tools/gimpforegroundselecttool.c: added a statusbar message to encourage the user to draw on the object.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/base/siox.c * app/core/gimpdrawable-foreground-extract.c: moved rectangle intersection into gimp_drawable_foreground_extract().
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/core/gimpscanconvert.[ch]: added gimp_scan_convert_compose(), an alternative to gimp_scan_convert_render() that allows to compose strokes on a drawable. * app/tools/gimpforegroundselecttool.c: use the new function to get rid of temporary channels for applying the strokes. Also fixed calculation of stroke width from display scale.
-
Michael Natterer authored
2005-08-06 Michael Natterer <mitch@gimp.org> * app/widgets/gimpuimanager.c (gimp_ui_manager_ui_popup): applied patch from Robert Ögren that frees the event returned by gtk_get_current_event(). Fixes bug #312017.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-draw.c (gimp_display_shell_draw_pen): * app/tools/gimpforegroundselecttool.c: ccorrectly handle a stroke consisting of just a single point.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimppropwidgets.[ch] * libgimpwidgets/gimpwidgets.def: added gimp_prop_hscale_new(). * app/tools/gimpforegroundselectoptions.c: added a control for the stroke width. * app/tools/gimpforegroundselecttool.c: cancel the tool if the active drawable or the image size changes. * app/widgets/gimpcontrollerlist.c: fixed signedness warning.
-
Sven Neumann authored
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/display/gimpcanvas.c (gimp_canvas_set_custom_gc) do not drop the reference if the same custom GC is being set again. * app/display/gimpdisplayshell-draw.[ch] * app/display/gimpdisplayshell-handlers.c * app/display/gimpdisplayshell.[ch]: added GC and methods to draw on the canvas with a solid pen. * app/tools/gimpforegroundselectoptions.[ch] * app/tools/gimpforegroundselecttool.c: draw using the new pen functions. Scale the stroke width with the display scale.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/core/gimppalette-import.c: * app/paint-funcs/paint-funcs-generic.h * app/paint-funcs/paint-funcs.c: fixed signedness warnings.
-
Kevin Cozens authored
2005-08-05 Kevin Cozens <kcozens@cvs.gnome.org> * plug-ins/script-fu/scripts/test-sphere.scm: Added missing argument in define statement. Fixed spelling errors. * ChangeLog: Corrected my e-mail address.
-
Sven Neumann authored
2005-08-06 Sven Neumann <sven@gimp.org> * app/batch.c: canonicalize hardcoded procedure names. * app/base/siox.[ch] * app/core/gimpdrawable-foreground-extract.[ch] * app/tools/gimpforegroundselecttool.c: restrict the working area to the double of the bounding box of the initial selection.
-
Miloslav Trmac authored
2005-08-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Miloslav Trmac authored
2005-08-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation by Miloslav Trmač.
-
- 05 Aug, 2005 5 commits
-
-
Michael Natterer authored
2005-08-05 Michael Natterer <mitch@gimp.org> * app/plug-in/plug-in-message.c (plug_in_handle_proc_install): canonicalize proc args registered by plug-ins. * plug-ins/script-fu/siod-wrapper.c: removed s/_/-/ for proc args.
-
Manish Singh authored
2005-08-05 Manish Singh <yosh@gimp.org> * tools/pdbgen/pdbgen.pl: store canonical names of proc names and args in the proc structure. * tools/pdbgen/app.pl * tools/pdbgen/lib.pl: use the above. * app/pdb/*_cmds.c: regenerated.
-
Michael Natterer authored
2005-08-05 Michael Natterer <mitch@gimp.org> * app/core/gimpitem.c (gimp_item_parasite_attach): revert previous change. Instead, don't push undos if the item is not attached.
-
Sven Neumann authored
2005-08-05 Sven Neumann <sven@gimp.org> * app/xcf/xcf-load.c (xcf_load_image): disable undo while the image is being loaded. * app/core/gimpitem.c (gimp_item_parasite_attach): don't try to push an undo step if undo is disabled. Gets rid of warnings while loading an XCF file with undoable drawable parasites.
-
Manish Singh authored
2005-08-04 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/pygimp-rgb.c: don't wrap deprecated function gimp_rgb_intensity().
-
- 04 Aug, 2005 4 commits
-
-
Michael Natterer authored
2005-08-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpimagepropview.c: increased spacing between property groups to 12 pixels.
-
Sven Neumann authored
2005-08-04 Sven Neumann <sven@gimp.org> * app/xcf/xcf.c: canonicalize PDB parameter names.
-
Marcel Telka authored
2005-08-04 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Michael Natterer authored
2005-08-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimppaletteview.c: added cursor navigation.
-
- 03 Aug, 2005 5 commits
-
-
Sven Neumann authored
2005-08-03 Sven Neumann <sven@gimp.org> * app/vectors/gimpvectors-compat.[ch] * app/xcf/xcf-load.c * app/xcf/xcf-save.c: fixed signedness warnings.
-
Michael Natterer authored
2005-08-03 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: added the proc browser and view stuff. * libgimp/libgimp.types: added gimp_proc_browser_dialog_get_type. * libgimp/libgimp-docs.sgml: added their sections, added some missing symbols. * libgimp/tmpl/gimpprocbrowserdialog.sgml * libgimp/tmpl/gimpprocview.sgml: new files. * libgimp/tmpl/gimp.sgml * libgimp/tmpl/gimpdrawable.sgml * libgimp/tmpl/gimplayer.sgml: regenerated.
-
Michael Natterer authored
2005-08-03 Michael Natterer <mitch@gimp.org> * libgimpbase/libgimpbase-sections.txt: added GimpForegroundSelectMode stuff and gimp_canonicalize_identifier(). * libgimpbase/tmpl/gimpbaseenums.sgml * libgimpbase/tmpl/gimputils.sgml: regenerated.
-
Michael Natterer authored
2005-08-03 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpbaseenums.h: typo: FOEEGROUND -> FOREGROUND.
-
Michael Natterer authored
2005-08-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpfiledialog.c (gimp_file_dialog_new): canonicalize hardcoded procedure names.
-