- 09 Sep, 2005 5 commits
-
-
Tor Lillqvist authored
2005-09-09 Tor Lillqvist <tml@novell.com> * gimptool-win32.c.in (get_prefix, maybe_append_exe): Practice what I preach and use g_ascii_strcasecmp() instead of g_strcasecmp().
-
Sven Neumann authored
2005-09-09 Sven Neumann <sven@gimp.org> * plug-ins/print/print.c (printrc_load): use g_ascii_strcasecmp() instead of strcasecmp().
-
Michael Natterer authored
2005-09-09 Michael Natterer <mitch@gimp.org> * configure.in: Removed 'hi' again until all po files are there.
-
Amanpreet Singh Alam authored
-
Rajesh Ranjan authored
-
- 08 Sep, 2005 4 commits
-
-
Michael Natterer authored
2005-09-08 Michael Natterer <mitch@gimp.org> * app/core/gimplayer-floating-sel.c (floating_sel_boundary): if the floating selection has no alpha, manually create BoundSegs of its outline instead of calling boundary_find() (which creates a boundary of the last channel). Fixes bug #145373. * app/widgets/gimplayertreeview.c (gimp_layer_tree_view_floating_selection_changed): update all layer names' text attributes, not only for layers with alpha. Fixes layer name display when making a new layer out of a floating selection without alpha.
-
Michael Natterer authored
2005-09-08 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcontainergridview.c * app/widgets/gimpcontainertreeview.c: allow to popup the context menu from the views' empty area. Fixes bug #314719.
-
Clytie Siddall authored
-
Vincent van Adrighem authored
2005-09-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
- 07 Sep, 2005 8 commits
-
-
Inaki Larranaga authored
2005-09-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
-
Iñaki Larrañaga Murgoitio authored
-
Inaki Larranaga authored
2005-09-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
-
Amanpreet Singh Alam authored
-
Inaki Larranaga authored
2005-09-07 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
-
Michael Natterer authored
2005-09-07 Michael Natterer <mitch@gimp.org> * app/core/gimpchannel-combine.c (gimp_channel_combine_ellipse): use gimp_rectangle_intersect() instead of just looking at the passed in w,h to figure whether nothing needs to be done. While the algorithm does nicely with an entirely out-of-image ellipse, the channel's bounds were set to a rectangle of zero width or height, which caused subsequent calls to gimp_channel_bounds() to return broken bounds. Fixes bug #315417. (gimp_channel_combine_rect) (gimp_channel_combine_mask): use gimp_rectangle_intersect() here too instead of the usual unclear CLAMPing on x1,y1,x2,y2.
-
Ankitkumar Rameshchandra Patel authored
-
Sven Neumann authored
2005-09-07 Sven Neumann <sven@gimp.org> * app/widgets/gimperrordialog.[ch]: don't set a window icon, the dialog should be transient anyway. * app/dialogs/dialogs-constructors.c: changed accordingly.
-
- 06 Sep, 2005 4 commits
-
-
Adam Weinberger authored
2005-09-06 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Marcel Telka authored
2005-09-06 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
William Skaggs authored
* app/paint-funcs/paint-funcs-generic.h (blend_pixels): change variables from unsigned to signed -- fixes problem described in comment 17 of bug #163721.
-
Sven Neumann authored
2005-09-06 Sven Neumann <sven@gimp.org> * app/dialogs/stroke-dialog.c (stroke_dialog_new): use gtk_object_sink() to destroy a floating widget.
-
- 05 Sep, 2005 12 commits
-
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> * plug-ins: Call gimp_window_set_transient_for_default_display() for most plug-in dialogs. Not yet done are load and save dialogs and dialogs created from language bindings.
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt: added new functions. * libgimp/tmpl/gimpdisplay.sgml * libgimp/tmpl/gimpedit.sgml * libgimp/tmpl/gimpui.sgml: regenerated.
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> Address bug #307971: * app/core/gimp-gui.[ch] * app/display/gimpdisplay.[ch] * app/gui/gui-vtable.c * tools/pdbgen/pdb/display.pdb: added PDB function to obtain a window handle on an image display. * app/pdb/display_cmds.c * app/pdb/internal_procs.c * libgimp/gimpdisplay_pdb.[ch]: regenerated. * libgimp/gimpui.[ch]: added functions to set a GtkWindow transient to an image display. * plug-ins/common/gauss.c: use the new function exemplarily. * libgimp/gimp.def * libgimp/gimpui.def: updated.
-
Marcel Telka authored
2005-09-05 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation.
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> * app/actions/edit-actions.c * app/menus/menus.c * app/widgets/gimpundoeditor.c * menus/Makefile.am * menus/undo-editor-menu.xml: added menu for undo editor.
-
Michael Natterer authored
2005-09-05 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/edit.pdb: applied patch from David Gowers which adds "gimp-edit-named-delete". Addresses bug #315130. Added "gimp-edit-named-rename" additionally. * libgimp/gimp.def: changed accordingly. * app/pdb/edit_cmds.c * app/pdb/internal_procs.c * libgimp/gimpedit_pdb.[ch]: regenerated.
-
Michael Natterer authored
2005-09-05 Michael Natterer <mitch@gimp.org> * app/core/gimp-edit.c: don't let named cut/copy affect the global buffer. Fixes bug #315225. Also make "Global Buffer" translatable.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> * app/core/gimp.[ch] * app/core/gimpimage-new.c: removed the confusing and redundant feature of having the New Image dialog default to the size of the global buffer. Please use Paste as New instead. Fixes bug #315106.
-
Sven Neumann authored
2005-09-05 Sven Neumann <sven@gimp.org> * app/tools/gimprectangletool.c: terminate variable argument list. Fixes bug #315255.
-
Ankitkumar Rameshchandra Patel authored
-
Michael Natterer authored
2005-09-05 Michael Natterer <mitch@gimp.org> * app/actions/edit-actions.c * app/actions/edit-commands.[ch] * menus/image-menu.xml.in: applied modified patch from David Gowers which adds an "edit-named-copy-visible" actions and its menu item. Addresses bug #315130.
-
- 04 Sep, 2005 7 commits
-
-
Karine Delvare authored
2005-09-04 Karine Delvare <kdelvare@nerim.net> * app/tools/gimprectangleoptions.c: evil => GIMP_MAX_IMAGE_SIZE.
-
Priit Laes authored
2005-09-04 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by "Last-Translator: Olle Niit\n".
-
Priit Laes authored
2005-09-04 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by "Last-Translator: Olle Niit olle@paalalinn.com\n".
-
Priit Laes authored
2005-09-04 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Olle Niit.
-
Francisco Javier F. Serrador authored
2005-09-04 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Added Spanish translation.
-
Karine Delvare authored
2005-09-04 Karine Delvare <kdelvare@nerim.net> * app/tools/gimprectangletool.c: stay within image boundaries.
-
Michael Natterer authored
2005-09-04 Michael Natterer <mitch@gimp.org> * POTFILES.in: added app/core/gimp-contexts.c
-