- 21 May, 2005 3 commits
-
-
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 15 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.
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgetsenums.h * libgimpwidgets/gimpwidgetstypes.h: moved enums to a new file and register the GimpColorAreaType enum with the type system. * libgimpwidgets/gimpwidgets.def: updated. * libgimpwidgets/gimpcolorarea.c: added an object property.
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorbutton.c: started to add object properties.
-
Manish Singh authored
2005-05-20 Manish Singh <yosh@gimp.org> * plug-ins/uri/uri-backend-wget.c (uri_backend_load_image): Fix ytpo in wget command line so it actually works.
-
Marco Ciampa authored
-
Michael Natterer authored
2005-05-20 Michael Natterer <mitch@gimp.org> * app/core/gimpdashpattern.c: don't include "libgimpbase/gimpbase.h"
-
Marco Ciampa authored
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorbutton.c (gimp_color_button_clicked): made the color selection dialog transient to the window that contains the color button.
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * POTFILES.in: updated.
-
Marco Ciampa authored
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * app/widgets/gimpcoloreditor.c: moved the color picker button out of the row of notebook switching buttons next to the hex entry.
-
Sven Neumann authored
2005-05-20 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorselection.c: put the hex entry above the color history again. * libgimpwidgets/gimpcolorscales.c: do not allocate row spacing for the alpha row if it isn't visible.
-
Manish Singh authored
2005-05-19 Manish Singh <yosh@gimp.org> * plug-ins/jpeg/jpeg-save.c (save_image): don't do pointer arithmetic with void *. Fixes bug #304701.
-
- 19 May, 2005 6 commits
-
-
Manish Singh authored
2005-05-19 Manish Singh <yosh@gimp.org> * app/config/test-config.c: Add casts to G_OBJECT() for gimp_config_diff().
-
Adam Weinberger authored
2005-05-19 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpcolorscales.c: removed the hex entry from the GimpColorScales widget. * libgimpwidgets/gimpcolorselection.c: added it here instead. * app/widgets/gimpcoloreditor.[ch]: and here, next to the FG/BG editor.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/core/gimpstrokeoptions.[ch]: renamed property "miter" to "miter-limit" and added a description to be used as a tooltip in the stroke editor. * app/core/gimpdrawable-stroke.c * app/widgets/gimpstrokeeditor.c: changed accordingly.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/core/gimpstrokeoptions.[ch] * app/widgets/gimpdasheditor.c * app/widgets/gimpstrokeeditor.c: small change to the internal API to reduce code and conversion between GArray and GValueArray.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/core/gimpdashpattern.[ch] * app/widgets/gimpdasheditor.c: moved more code out of GimpDashEditor to gimpdashpattern.c. Fixed bug in last commit.
-
- 18 May, 2005 16 commits
-
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/core/gimpdashpattern.[ch] * app/widgets/gimpdasheditor.c: moved code out of GimpDashEditor to gimpdashpattern.c.
-
Michael Natterer authored
2005-05-19 Michael Natterer <mitch@gimp.org> * POTFILES.in: added libgimpwidgets/gimpbrowser.c
-
Michael Natterer authored
2005-05-19 Michael Natterer <mitch@gimp.org> * POTFILES.in: removed plug-ins/dbbrowser/gimpbrowser.c again.
-
Michael Natterer authored
2005-05-19 Michael Natterer <mitch@gimp.org> * plug-ins/dbbrowser/Makefile.am * plug-ins/dbbrowser/gimpbrowser.[ch]: removed again... * libgimpwidgets/Makefile.am * libgimpwidgets/gimpwidgetstypes.h * libgimpwidgets/gimpwidgets.h * libgimpwidgets/gimpwidgetsmarshal.list * libgimpwidgets/gimpwidgets.def * libgimpwidgets/gimpbrowser.[ch]: ...and added here. * plug-ins/dbbrowser/gimpprocbrowser.c * plug-ins/dbbrowser/plugin-browser.c: changed accordingly. * plug-ins/dbbrowser/gimpprocbrowser.c: fixed searching by help.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/widgets/gimpdasheditor.c: use code from gimpdashpattern.c instead of duplicating it.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/core/gimpdashpattern.[ch] * app/core/gimpstrokeoptions.c: moved more code to the new files.
-
Sven Neumann authored
2005-05-19 Sven Neumann <sven@gimp.org> * app/core/Makefile.am * app/core/gimpdashpattern.[ch]: new files with coode split out of gimpstrokeoptions.c. * app/core/gimpstrokeoptions.c: use gimp_dash_pattern_from_preset().
-
Michael Natterer authored
2005-05-19 Michael Natterer <mitch@gimp.org> * tools/test-clipboard.c: don't allow copy and paste at the same time, fixed exit codes.
-
Michael Natterer authored
2005-05-19 Michael Natterer <mitch@gimp.org> * POTFILES.in: added plug-ins/dbbrowser/gimpbrowser.c
-
Michael Natterer authored
2005-05-19 Michael Natterer <mitch@gimp.org> * plug-ins/dbbrowser/Makefile.am * plug-ins/dbbrowser/gimpprocbox.[ch]: removed. * plug-ins/dbbrowser/gimpbrowser.[ch]: new widget derived from GtkHPaned. Contains lots of common code from the procedure and plug-in browsers. * plug-ins/dbbrowser/gimpprocbrowser.c * plug-ins/dbbrowser/plugin-browser.c: use a GimpBrowser, lots of cleanups. * plug-ins/dbbrowser/gimpprocbrowser.c: support all possible search types. Addresses bug #301201.
-
Francisco Javier F. Serrador authored
2005-05-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Sven Neumann authored
2005-05-18 Sven Neumann <sven@gimp.org> * app/actions/file-commands.c (file_open_dialog_show): set the file dialogs transient for the parent window (display or toolbox).
-
Sven Neumann authored
2005-05-18 Sven Neumann <sven@gimp.org> * app/core/gimpimage-snap.c: fix compilation on IRIX (bug #304685).
-
Sven Neumann authored
2005-05-18 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-appearance.c * app/display/gimpdisplayshell.c: removed the 2px border and replaced it with a 1px spacing in the main vbox. Makes the screen edges active when working in fullscreen mode (bug #165774).
-
Sven Neumann authored
2005-05-18 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell-callbacks.c * app/display/gimpdisplayshell.c: hack around with gtk+ widget styles to get rid of the menubar padding in fullscreen mode.
-
Michael Natterer authored
2005-05-18 Michael Natterer <mitch@gimp.org> * tools/test-clipboard.c: implemented pasting. s/mime-type/target/g because that's what it is.
-