2007-10-27 05:07:45 +08:00
|
|
|
2007-10-26 Martin Nordholts <martinn@svn.gnome.org>
|
|
|
|
|
|
|
|
* app/tools/gimprectangletool.c (struct GimpRectangleToolPrivate):
|
|
|
|
Renamed handle_[wh] to corner_handle_[wh] since that are the
|
|
|
|
appropriate names.
|
|
|
|
|
2007-10-27 04:58:08 +08:00
|
|
|
2007-10-26 Martin Nordholts <martinn@svn.gnome.org>
|
|
|
|
|
|
|
|
* app/tools/gimprectangletool.c (gimp_rectangle_tool_oper_update):
|
|
|
|
Use new helper functions to decide if the cursor is on a
|
|
|
|
handle (or outside of the rectangle + handle bounds) to ease the
|
|
|
|
introduction of having handles on the outside of the pending
|
|
|
|
rectangle.
|
|
|
|
(gimp_rectangle_tool_coord_outside)
|
|
|
|
(gimp_rectangle_tool_coord_on_handle): New helper functions.
|
|
|
|
|
2007-10-27 04:03:07 +08:00
|
|
|
2007-10-26 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* app/pdb/gimpprocedure.c (gimp_procedure_validate_args): don't pass
|
|
|
|
NULL strings to gimp_message(). Fixes bug #490617.
|
|
|
|
|
2007-10-26 22:42:58 +08:00
|
|
|
2007-10-26 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
Reenabled update of the histogram while doing color corrections
|
2007-10-27 04:03:07 +08:00
|
|
|
(bug #490182):
|
2007-10-26 22:42:58 +08:00
|
|
|
|
|
|
|
* app/core/gimpviewable.[ch]: added new methods preview_freeze()
|
|
|
|
and preview_thaw().
|
|
|
|
|
|
|
|
* app/core/gimpimagemap.c
|
|
|
|
(gimp_image_map_new): freeze the drawable preview.
|
|
|
|
(gimp_image_map_dispose): thaw the drawable preview.
|
|
|
|
(gimp_image_map_do): update the drawable, not the image.
|
|
|
|
|
|
|
|
* app/tools/gimpimagemaptool.c (gimp_image_map_tool_response): no
|
|
|
|
need to invalidate the drawable preview any longer.
|
|
|
|
|
2007-10-26 17:48:07 +08:00
|
|
|
2007-10-26 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/xcf/xcf-load.c (xcf_load_image_props): never allocate
|
2007-10-26 22:42:58 +08:00
|
|
|
image->cmap smaller than GIMP_IMAGE_COLORMAP_SIZE. Fixes bug #490048.
|
2007-10-26 17:48:07 +08:00
|
|
|
|
2007-10-26 16:16:25 +08:00
|
|
|
2007-10-26 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* app/widgets/gimphistogrameditor.c
|
|
|
|
(gimp_histogram_editor_layer_changed): connect to
|
|
|
|
GimpDrawable::update instead of GimpViewable::invalidate-preview.
|
|
|
|
|
2007-10-26 04:47:27 +08:00
|
|
|
2007-10-25 Kevin Cozens <kcozens@cvs.gnome.org>
|
|
|
|
|
|
|
|
* plug-ins/script-fu/tinyscheme/scheme-private.h
|
|
|
|
* plug-ins/script-fu/tinyscheme/scheme.c:
|
|
|
|
Allow a maximum of two calls to backchar() needed by the "case '.'"
|
|
|
|
part of the switch statement in token(). Fixes bug #490198.
|
|
|
|
|
2007-10-26 04:43:51 +08:00
|
|
|
2007-10-25 Martin Nordholts <martinn@svn.gnome.org>
|
|
|
|
|
|
|
|
* app/tools/gimprectangletool.c: Aligned static function
|
|
|
|
prototypes.
|
|
|
|
|
2007-10-26 04:28:23 +08:00
|
|
|
2007-10-25 Martin Nordholts <martinn@svn.gnome.org>
|
|
|
|
|
|
|
|
* app/tools/gimprectangletool.c: Tiny cosmetic change on the
|
|
|
|
ClampedSide enum definition.
|
|
|
|
|
2007-10-25 22:46:27 +08:00
|
|
|
2007-10-25 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* tools/Makefile.am
|
|
|
|
* tools/gimp-remote.[ch]
|
|
|
|
* tools/gimp-remote-x11.c: split gimp-remote into common and X11
|
|
|
|
specific code.
|
|
|
|
|
2007-10-25 21:58:54 +08:00
|
|
|
2007-10-25 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* configure.in: made all tests consistently use
|
|
|
|
'test "x$foo" = xbar' instead of 5 variants of which some were
|
|
|
|
broken. Spotted by Peter Breitenlohner, fixes bug #490068.
|
|
|
|
|
2007-10-25 18:05:01 +08:00
|
|
|
2007-10-25 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* configure.in: bumped version to 2.4.1 (interface age 1).
|
|
|
|
|
2007-10-25 17:59:45 +08:00
|
|
|
2007-10-25 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* app/plug-in/gimpplugin-message.c (gimp_plug_in_handle_proc_install):
|
|
|
|
set the procedure name before parsing the image types.
|
|
|
|
Fixes bug #490055.
|
|
|
|
|
2007-10-25 15:24:02 +08:00
|
|
|
2007-10-25 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* app/display/gimpcanvas.c (gimp_canvas_gc_new): use INVERT
|
|
|
|
instead of XOR if the xor-color is configured as white.
|
|
|
|
|
2007-10-25 11:32:18 +08:00
|
|
|
2007-10-24 Manish Singh <yosh@gimp.org>
|
|
|
|
|
|
|
|
* plug-ins/common/compose.c
|
|
|
|
* plug-ins/common/decompose.c: generate PDB docs from the same
|
|
|
|
source as the UI.
|
|
|
|
|
2007-10-24 22:50:41 +08:00
|
|
|
2007-10-24 Kevin Cozens <kcozens@cvs.gnome.org>
|
|
|
|
|
|
|
|
* Makefile.am: Applied patch from Stanislav Brabec which adds
|
|
|
|
NEWS.pre-2-4, ChangeLog.pre-2-2 and ChangeLog.pre-2-4 to EXTRA_DIST.
|
|
|
|
Fixes bug #489813.
|
|
|
|
|
2007-10-24 07:55:53 +08:00
|
|
|
2007-10-24 Simon Budig <simon@gimp.org>
|
|
|
|
|
|
|
|
* app/display/gimpdisplayshell.h: change the PROJ_ROUND macro
|
|
|
|
to do proper rounding. Seems to work well.
|
|
|
|
|
2007-10-24 06:49:42 +08:00
|
|
|
2007-10-24 Sven Neumann <sven@gimp.org>
|
2007-10-24 07:11:05 +08:00
|
|
|
Michael Natterer <mitch@gimp.org>
|
2007-10-24 06:49:42 +08:00
|
|
|
|
2007-10-24 07:11:05 +08:00
|
|
|
* Made 2.4.0 release.
|