- 01 Jun, 2005 1 commit
-
-
Adam Weinberger authored
2005-06-01 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
- 31 May, 2005 14 commits
-
-
William Skaggs authored
* app/tools/gimpbrightnesscontrasttool.[ch]: Allow tool to be operating by clicking and dragging inside the image, as described in bug #165330.
-
Maurits Rijk authored
2005-05-31 Maurits Rijk <m.rijk@chello.nl> * plug-ins/common/CEL.c * plug-ins/common/gbr.c * plug-ins/common/gee.c * plug-ins/common/hot.c * plug-ins/common/pat.c * plug-ins/common/pcx.c * plug-ins/common/spheredesigner.c * plug-ins/common/tiler.c * plug-ins/common/zealouscrop.c: GPL license added for plug-ins without any license. If any of the authors objects we will probably have to remove the plug-in.
-
Maurits Rijk authored
-
Maurits Rijk authored
2005-05-31 Maurits Rijk <m.rijk@chello.nl> * plug-ins/gfig/gfig-dobject.c: plug memory leak: Fixes #305990
-
Maurits Rijk authored
2005-05-31 Maurits Rijk <m.rijk@chello.nl> * plug-ins/imagemap/imap_selection.c: plug memory leak. Fixes #305995.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
2005-05-31 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c (select_window_x11): use XGrabKey() to grab the Escape key instead of doing a full keyboard grab.
-
Sven Neumann authored
2005-05-31 Sven Neumann <sven@gimp.org> * app/widgets/gimpaction.c (gimp_action_set_proxy): added missing cast.
-
Sven Neumann authored
2005-05-31 Sven Neumann <sven@gimp.org> * app/core/gimpprojection-construct.c: code cleanup.
-
Michael Natterer authored
2005-05-31 Michael Natterer <mitch@gimp.org> * app/display/gimpstatusbar.c (gimp_statusbar_init): enable ellipsation on the progressbar. Fixes initial display width calculation for long statusbar strings.
-
Michael Natterer authored
2005-05-31 Michael Natterer <mitch@gimp.org> * app/widgets/gimpaction.c (gimp_action_set_proxy): re-enabled tooltips on the "Open Recent" menu items, using an evil but documented heuristic.
-
Sven Neumann authored
2005-05-31 Sven Neumann <sven@gimp.org> * libgimpwidgets/gimpenumwidgets.c (gimp_enum_stock_box_set_child_padding): don't leak the return value of gtk_container_get_children (bug #305994, spotted by Ted Kremenek). * app/config/gimprc-serialize.c (gimp_rc_serialize_properties_diff): don't leak the GList in the unlikely case of an error (bug #305992, spotted by Ted Kremenek).
-
Sven Neumann authored
2005-05-31 Sven Neumann <sven@gimp.org> * app/core/gimppalette-import.c: applied patch from Joao S. O. Bueno Calligaris that adds support for loading PSP color palette files (bug #305956).
-
- 30 May, 2005 1 commit
-
-
Sven Neumann authored
2005-05-30 Sven Neumann <sven@gimp.org> * plug-ins/common/screenshot.c: capitalization and mnemonics.
-
- 29 May, 2005 2 commits
-
-
Sven Neumann authored
2005-05-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpdnd.c (gimp_dnd_get_color_icon): pass GIMP_COLOR_AREA_CHECKS_SMALL instead of TRUE for the type of the GimpColorArea. * app/widgets/gimpcoloreditor.c: added a "context" property. * libgimpwidgets/gimpcolorarea.c (gimp_color_area_set_color): always use gimp_rgba_distance(), regardless of the area's type.
-
Sven Neumann authored
2005-05-29 Sven Neumann <sven@gimp.org> * libgimp/libgimp-docs.sgml * libgimp/libgimp-sections.txt * libgimp/libgimp.types * libgimp/tmpl/gimpimagecombobox.sgml * libgimp/tmpl/gimpvectors.sgml: updated.
-
- 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 3 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.
-