- 25 May, 2005 7 commits
-
-
Nathan Summers authored
2005-05-25 Nathan Summers <rock@gimp.org> * app/sanity.c (sanity_check_filename_encoding): made the G_FILENAME_ENCODING not or incorrectly set error message more idiomatic.
-
Sven Neumann authored
2005-05-25 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpoffsetarea.c (gimp_offset_area_expose_event): correctly handle very small target sizes.
-
Sven Neumann authored
2005-05-25 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: updated.
-
Sven Neumann authored
2005-05-25 Sven Neumann <sven@gimp.org> * app/widgets/gimpclipboard.[ch]: fixed gtk-doc comments.
-
Michael Natterer authored
2005-05-25 Michael Natterer <mitch@gimp.org> * app/core/gimpviewable.[ch]: added virtual function GimpViewable::get_size() and public API gimp_viewable_get_size() which return width and height and a boolean indicating if the viewable has a size at all. Added default implementation of GimpViewable::get_popup_size() using the new get_size() API. * app/core/gimpbrush.c * app/core/gimpbuffer.c * app/core/gimpdrawable.c * app/core/gimpimage.c * app/core/gimppattern.c: implement GimpViewable::get_size(). * app/core/gimpbrush.c * app/core/gimppattern.c: removed GimpViewable::get_popup_size() implementations, the default one is good enough. * app/core/gimpbrushpipe.c (gimp_brush_pipe_get_popup_size): redirect to gimp_viewable_get_size() instead of duplicating its return values. * app/widgets/gimpcontainertreeview.c * app/widgets/gimpview.c: allow pixbuf dragging out of any viewable that has a size. * app/widgets/gimpdrawabletreeview.c: removed pixbuf dragging code here. * app/widgets/gimpdnd.c: set gimp busy around encoding/decoding pixbufs into/from GtkSelectionData, because it can be a time consuming operation.
-
Michael Natterer authored
2005-05-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox-dnd.c (gimp_toolbox_drop_pixbuf): fixed type of the dropped layer.
-
Sven Neumann authored
2005-05-25 Sven Neumann <sven@gimp.org> * app/widgets/gimpdockable.c: ellipsize the dockable title if it is too wide. * app/widgets/gimpstrokeeditor.c: added mnemonic for the presets combo.
-
- 24 May, 2005 9 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
2005-05-25 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox-dnd.c: implemented dropping of pixbufs. Bail out early from all callbacks if gimp->busy is TRUE.
-
Michael Natterer authored
2005-05-25 Michael Natterer <mitch@gimp.org> * tools/test-clipboard.c: added --store option which tries to store a file in the clipboard manager, improved error reporting.
-
Sven Neumann authored
2005-05-24 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorselect.c: only set a horizontal size request on the vertical color bar.
-
Sven Neumann authored
2005-05-24 Sven Neumann <sven@gimp.org> * de.po: updated german translation.
-
Sven Neumann authored
2005-05-24 Sven Neumann <sven@gimp.org> * Makefile.am (tips_POFILES) added et.po (Estonian).
-
Priit Laes authored
2005-05-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by "Last-Translator: Olle Niit\n".
-
Priit Laes authored
2005-05-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by "Last-Translator: Olle Niit olle@paalalinn.com\n".
-
Priit Laes authored
2005-05-24 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Olle Niit.
-
- 23 May, 2005 7 commits
-
-
Sven Neumann authored
2005-05-24 Sven Neumann <sven@gimp.org> * libgimpconfig/gimpcolorconfig.c (gimp_color_config_set_property): plugged a small memleak.
-
Sven Neumann authored
2005-05-23 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c * plug-ins/gfig/gfig.c: initialize GimpRGB and GFigContext structs before using them.
-
Adam Weinberger authored
2005-05-23 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-23 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c (select_window_x11): also grab the keyboard and allow to cancel the operation using the Escape key.
-
Sven Neumann authored
2005-05-23 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c: always apply the selected delay.
-
Sven Neumann authored
2005-05-23 Sven Neumann <neumann@jpk.com> * app/widgets/gimpcellrendererdashes.[ch]: we don't actually need to keep a pointer to the dashes array. (gimp_cell_renderer_dashes_render): respect horizontal padding. * app/widgets/gimpstrokeeditor.c: added 2 pixels horizontal padding for the dashes cell-renderer.
-
- 22 May, 2005 9 commits
-
-
Michael Schumacher authored
2005-05-23 Michael Schumacher <schumaml@cvs.gnome.org> * plug-ins/helpbrowser/Makefile.am: added the missing -mwindows for OS_WIN32
-
Tor Lillqvist authored
2005-05-23 Tor Lillqvist <tml@novell.com> * gimptool-win32.c.in (get_prefix): Don't crash if gimp.exe isn't found in PATH either.
-
Michael Natterer authored
2005-05-22 Michael Natterer <mitch@gimp.org> * POTFILES.in: added libgimpwidgets/gimpwidgetsenums.c
-
Michael Natterer authored
2005-05-22 Michael Natterer <mitch@gimp.org> * libgimpwidgets/Makefile.am: changed gimpwidgetsenums.c rule to include the bits for "desc" and "help" support. * libgimpwidgets/gimpwidgetsenums.h: added "desc" and "help" strings for the GimpColorSelectorChannel enum. * libgimpwidgets/gimpwidgetsenums.c: added to CVS because it contains translatable strings now. * libgimpwidgets/gimpwidgets.def: changed accordingly. * libgimpwidgets/gimpcolorscales.c * libgimpwidgets/gimpcolorselect.c: removed duplicated arrays of strings here and get them from the type system.
-
Michael Natterer authored
2005-05-22 Michael Natterer <mitch@gimp.org> * libgimpwidgets/Makefile.am: changed gimpwidgetsenums.c rule to include the bits for "desc" and "help" support. * libgimpwidgets/gimpwidgetsenums.h: added "desc" and "help" strings for the GimpColorSelectorChannel enum. * libgimpwidgets/gimpwidgetsenums.c: added to CVS because it contains translatable strings now. * libgimpwidgets/gimpcolorscales.c * libgimpwidgets/gimpcolorselect.c: removed duplicated arrays of strings here and get them from the type system.
-
Sven Neumann authored
2005-05-22 Sven Neumann <sven@gimp.org> * tools/gimp-mkenums (parse_trigraph): use quotewords() from Text::ParseWords to split the trigraph. This function correctly deals with commas inside quotes. * app/core/core-enums.[ch]: tweaked descriptions in the GimpDashPreset enum.
-
Sven Neumann authored
2005-05-22 Sven Neumann <sven@gimp.org> * app/core/gimpdashpattern.c: minor cleanup. * app/widgets/gimpcellrendererdashes.c: don't draw a background, draw the dash pattern twice, use the correct widget state.
-
Manish Singh authored
2005-05-21 Manish Singh <yosh@gimp.org> * plug-ins/metadata/metadata.c (run): don't do pointer arithmetic with void *. Fixes bug #305005.
-
Michael Natterer authored
2005-05-22 Michael Natterer <mitch@gimp.org> * tools/test-clipboard.c: added --selection-type option which allows operating on any of PRIMARY, SECONDARY and CLIPBOARD.
-
- 21 May, 2005 6 commits
-
-
Sven Neumann authored
2005-05-21 Sven Neumann <sven@gimp.org> * app/core/gimpdashpattern.[ch]: added utility functions to copy and to free a dash pattern. * app/widgets/Makefile.am * app/widgets/widgets-types.h * app/widgets/gimpcellrendererdashes.[ch]: added a simple cell renderer to visualize a dash pattern. * app/widgets/gimpstrokeeditor.c: show previews of the dash presets in the combo-box.
-
Michael Natterer authored
2005-05-21 Michael Natterer <mitch@gimp.org> * tools/test-clipboard.c (main): NULL terminate the options array.
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-21 Sven Neumann <sven@gimp.org> Allow to paste a new image using Ctrl-V (bug 169477): * menus/toolbox-menu.xml.in: added an accelerator for "edit-paste". * app/actions/edit-actions.c: keep "edit-paste" always enabled, even if no image is present. * app/actions/edit-commands.c (edit_paste_cmd_callback): forward to "edit-paste-as-new" if we are being called from the toolbox.
-
Sven Neumann authored
2005-05-21 Sven Neumann <sven@gimp.org> * app/widgets/gimpuimanager.c: improved reporting of errors while parsing the menu definitions.
-
Sven Neumann authored
2005-05-21 Sven Neumann <sven@gimp.org> * app/dialogs/convert-dialog.c: * libgimp/gimpexport.c (export_convert_indexed): changed default dithering to GIMP_NO_DITHER (bug #303063).
-
- 20 May, 2005 2 commits
-
-
Sven Neumann authored
2005-05-21 Sven Neumann <sven@gimp.org> * libgimpwidgets/libgimpwidgets-docs.sgml * libgimpwidgets/libgimpwidgets-sections.txt * libgimpwidgets/tmpl/gimpcolorarea.sgml * libgimpwidgets/tmpl/gimpcolorbutton.sgml: updated. * libgimpwidgets/tmpl/gimpbrowser.sgml: new file. * tools/widgets.c: added GimpBrowser, changed widget packing.
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorarea.c * libgimpwidgets/gimpcolorbutton.c: more object properties.
-