- 03 Jun, 2005 6 commits
-
-
Manish Singh authored
2005-06-03 Manish Singh <yosh@gimp.org> * configure.in: require python 2.2.1, so True and False are always there. Check for pygtk codegen stuff, we'll be using that in the future. * plug-ins/pygimp/plug-ins/*.py: Use True and False instead of TRUE and FALSE.
-
William Skaggs authored
* app/core/gimpitem-align.c * app/core/gimpitem-align.h (gimp_item_align): remove push_undo arg, useless as pointed out by mitch. * app/tools/gimpaligntool.c: changed correspondingly.
-
Michael Natterer authored
2005-06-04 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolorframe.[ch]: added API to show a number in front of the color area. * app/widgets/gimpsamplepointeditor.c: use the new API to put the sample points' numbers there.
-
William Skaggs authored
* app/core/gimpitem-align.[ch]: newly created to hold code for gimp_item_align(). * app/core/Makefile.am: add new files * app/core/gimpitem.[ch]: remove code from here. * app/tools/gimpaligntool.c: fix includes and remove unneeded includes.
-
Michael Natterer authored
2005-06-03 Michael Natterer <mitch@gimp.org> * app/widgets/gimpcolorframe.c (gimp_color_frame_init): pack the color area and the labels into different vboxes to make the widget compact again.
-
William Skaggs authored
* gimp/app/tools/Makefile.am * gimp/app/tools/gimp-tools.c * gimp/app/tools/gimpalignoptions.c * gimp/app/tools/gimpalignoptions.h * gimp/app/tools/gimpaligntool.c * gimp/app/tools/gimpaligntool.h: Add new tool for aligning layers etc, as described in bug #147437. * gimp/app/core/gimpitem.c * gimp/app/core/gimpitem.h (gimp_item_align): add function required by new tool. * gimp/app/core/core-enums.c * gimp/app/core/core-enums.h: add enum for alignment types. * gimp/themes/Default/images/stock-hcenter-24.png * gimp/themes/Default/images/stock-vcenter-24.png * gimp/libgimpwidgets/gimpstock.c * gimp/libgimpwidgets/gimpstock.h * gimp/themes/Default/images/Makefile.am * gimp/themes/Default/images/makefile.msc: add two stock symbols, modeled on the gravity symbols.
-
- 02 Jun, 2005 3 commits
-
-
William Skaggs authored
* app/tools/gimprectangletool.c (gimp_rectangle_tool_motion): Don't change function before creating new rectangle; cause of problem identified by Karine Delvare.
-
William Skaggs authored
* plug-ins/common/screenshot.c: trap errors when running XGrabKey, to prevent bail-out on BadAccess error as reported by Jean-Luc Coulon on developers list; solution suggested by Simon Budig.
-
Raphael Quinet authored
2005-06-02 Raphael Quinet <raphael@gimp.org> * data/images/gimp-splash.png: New splash. A twist on the original PixelPusher concept by jimmac.
-
- 01 Jun, 2005 5 commits
-
-
Hendrik Brandt authored
2005-06-02 Hendrik Brandt <heb@gnome-de.org> * po*/de.po: Updated German translation.
-
Kevin Cozens authored
2005-06-01 Kevin Cozens <kcozens@cvs.gimp.org> * scripts/tiny-fu-set-cmap.sct: Use 'gimp-image-set-colormap' instead of deprecated call 'gimp-image-set-cmap'. Spotted by Joao S. O. Bueno.
-
William Skaggs authored
* app/widgets/gimpcolorframe.[ch]: add a color area, to make sample points dialog show a swatch of color for each point.
-
Simon Budig authored
2005-06-01 Simon Budig <simon@gimp.org> * app/vectors/gimpvectors.c: cosmetic change: Make the stroke IDs start from 1. * tools/pdbgen/pdb/vectors.pdb: Two more wrappers: vectors_stroke_remove and vectors_stroke_interpolate. Undo still unsolved. * app/pdb/internal_procs.c * app/pdb/vectors_cmds.c * libgimp/gimpvectors_pdb.[ch]: regenerated.
-
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 4 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.
-