- 28 May, 2005 5 commits
-
-
Manish Singh authored
2005-05-28 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/gimpmodule.c * plug-ins/pygimp/procbrowser.c: use DL_EXPORT for the init functions, maybe this will help Win32 builds. Also some minor cleanups.
-
Manish Singh authored
2005-05-28 Manish Singh <yosh@gimp.org> * libgimp/gimpuitypes.h * libgimp/gimpimagecombobox.[ch]: turn this into a GObject with its own type.
-
Maurits Rijk authored
2005-05-28 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_about.c: use gtk_about_dialog instead of home-brewn stuff. * plug-ins/imagemap/imap_main.c * plug-ins/imagemap/imap_menu.c: minor clean-up.
-
Manish Singh authored
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * (lots of files): Use the canonical form for signal names.
-
- 27 May, 2005 6 commits
-
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * (lots of files): Use the canonical form for signal names.
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * (lots of files): Use the canonical form for signal names in lots of places (but by far not all).
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * app/widgets/gimphistogrameditor.[ch]: connect to "name-changed" of the active drawable and change the name displayed in the editor.
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * app/widgets/gimpeditor.[ch]: added a name label (with properties to show/hide and to set it). * app/widgets/gimpcontainergridview.[ch] * app/widgets/gimphistogrameditor.[ch]: removed the label here and use the functionality now provided by GimpEditor instead. * app/widgets/gimpcontainerpopup.c: changed accordingly.
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * app/core/gimpdata.c: reverted previous change for now.
-
Sven Neumann authored
2005-05-27 Sven Neumann <sven@gimp.org> * app/core/gimpdata.c: mark properties as serializable.
-
- 26 May, 2005 8 commits
-
-
Sven Neumann authored
2005-05-26 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c * plug-ins/helpbrowser/queue.[ch]: store the scroll offset in the history and set it when using the Back and Forward actions. Fixes bug #165022.
-
Francisco Javier F. Serrador authored
2005-05-26 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Adam Weinberger authored
2005-05-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Sven Neumann authored
2005-05-26 Sven Neumann <sven@gimp.org> * app/display/gimpdisplayshell.c (gimp_display_shell_set_highlight): destroy the regions allocated here.
-
Sven Neumann authored
2005-05-26 Sven Neumann <sven@gimp.org> * app/dialogs/channel-options-dialog.c: fixed capitalization, removed trailing whitespace. * app/actions/channels-commands.c (channels_new_channel_response): also set the channel color if creating the channel by duplicating the selection. * app/actions/channels-commands.c * app/actions/qmask-commands.c: added mnemonics.
-
Alexander Shopov authored
2005-05-26 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Victor Dachev, Yavor Doganov, Vladimir Petkov
-
Nate Summers authored
-
Nate Summers authored
* app/dialogs/channel-options-dialog.[ch]: added an "initialize from selection option to the new channel dialog * app/actions/channels-commands.c * app/actions/qmask-commands.c: modified accordingly
-
- 25 May, 2005 9 commits
-
-
Sven Neumann authored
2005-05-26 Sven Neumann <sven@gimp.org> * app/core/gimpdata.c: added more properties.
-
Sven Neumann authored
2005-05-26 Sven Neumann <sven@gimp.org> * app/core/gimpdata.[ch]: added MIME type as a construct property to GimpData. * app/core/gimpbrush-load.c * app/core/gimpbrushgenerated.c * app/core/gimpbrushpipe.c * app/core/gimpgradient-load.c * app/core/gimppalette.c * app/core/gimppattern.c: set the MIME type when loading a data object from file. MIME types needs review and GimpPalette isn't quite done yet... * app/core/gimpdashpattern.c: cosmetics.
-
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 3 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.
-