Commit graph

21726 commits

Author SHA1 Message Date
Martin Nordholts
5e2f39b645 Use new helper functions to decide if the cursor is on a handle (or
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.

svn path=/trunk/; revision=23959
2007-10-26 20:58:08 +00:00
Sven Neumann
967b22fed7 don't pass NULL strings to gimp_message(). Fixes bug #490617.
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.


svn path=/trunk/; revision=23958
2007-10-26 20:03:07 +00:00
Sven Neumann
50b1e190a6 started to add NEWS for 2.4.1
svn path=/trunk/; revision=23957
2007-10-26 19:24:56 +00:00
Sven Neumann
5ec574ba37 Reenabled update of the histogram while doing color corrections (bug
2007-10-26  Sven Neumann  <sven@gimp.org>

	Reenabled update of the histogram while doing color corrections
	(bug 490182):

	* 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.

svn path=/trunk/; revision=23956
2007-10-26 14:42:58 +00:00
Gil Forcada Codinachs
357c783b22 Translated the remaining strings to Catalan thanks to Joaquim Perez
svn path=/trunk/; revision=23955
2007-10-26 10:43:58 +00:00
Michael Natterer
a3dea2cb23 never allocate image->cmap smaller than GIMP_IMAGE_COLORMAP_SIZE. Fixes
2007-10-26  Michael Natterer  <mitch@gimp.org>

	* app/xcf/xcf-load.c (xcf_load_image_props): never allocate
	image->cmap smaller than GIMP_IMAGE_COLORMAP_SIZE.
	Fixes bug #490048.


svn path=/trunk/; revision=23954
2007-10-26 09:48:07 +00:00
Sven Neumann
45361763c9 connect to GimpDrawable::update instead of
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.

svn path=/trunk/; revision=23953
2007-10-26 08:16:25 +00:00
Kevin Cozens
37b875ccdc plug-ins/script-fu/tinyscheme/scheme-private.h Allow a maximum of two
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.

svn path=/trunk/; revision=23952
2007-10-25 20:47:27 +00:00
Martin Nordholts
c40518f33a Aligned static function prototypes.
2007-10-25  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimprectangletool.c: Aligned static function
	prototypes.

svn path=/trunk/; revision=23951
2007-10-25 20:43:51 +00:00
Martin Nordholts
3f1d817eb6 Tiny cosmetic change on the ClampedSide enum definition.
2007-10-25  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimprectangletool.c: Tiny cosmetic change on the
	ClampedSide enum definition.

svn path=/trunk/; revision=23950
2007-10-25 20:28:23 +00:00
Sven Neumann
6850b9043e pass options to gtkdoc-fixref.
2007-10-25  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: pass options to gtkdoc-fixref.

svn path=/trunk/; revision=23949
2007-10-25 15:57:26 +00:00
Priit Laes
03a76c0657 Translation updated by Olle Niit.
2007-10-25  Priit Laes  <plaes@svn.gnome.org>

	* et.po: Translation updated by Olle Niit.

svn path=/trunk/; revision=23948
2007-10-25 15:26:29 +00:00
Sven Neumann
03235e4b23 tools/Makefile.am tools/gimp-remote.[ch] split gimp-remote into common and
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.

svn path=/trunk/; revision=23947
2007-10-25 14:46:27 +00:00
Michael Natterer
07533d3dc1 made all tests consistently use 'test "x$foo" = xbar' instead of 5
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.


svn path=/trunk/; revision=23946
2007-10-25 13:58:54 +00:00
Gil Forcada Codinachs
e04d4ed1b7 Update Catalan translation by Joaquim Perez
svn path=/trunk/; revision=23945
2007-10-25 13:32:55 +00:00
Sven Neumann
509cfbc038 bumped version to 2.4.1 (interface age 1).
2007-10-25  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.4.1 (interface age 1).

svn path=/trunk/; revision=23944
2007-10-25 10:05:01 +00:00
Sven Neumann
f8a56311ce set the procedure name before parsing the image types. Fixes bug #490055.
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.

svn path=/trunk/; revision=23943
2007-10-25 09:59:45 +00:00
Sven Neumann
e9c46d0a9a also commit the ChangeLog
svn path=/trunk/; revision=23942
2007-10-25 07:24:02 +00:00
Sven Neumann
dd292049e0 use INVERT instead of XOR if the xor-color is configured as white.
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.


svn path=/trunk/; revision=23941
2007-10-25 07:22:49 +00:00
Manish Singh
af49ba3737 plug-ins/common/compose.c generate PDB docs from the same source as the
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.

svn path=/trunk/; revision=23940
2007-10-25 03:32:18 +00:00
Žygimantas Beručka
af6766cd47 Updated Lithuanian translation.
svn path=/trunk/; revision=23939
2007-10-24 17:30:51 +00:00
Sven Neumann
91b47291cc fixed German translation.
2007-10-24  Sven Neumann  <sven@gimp.org>

	* de.po: fixed German translation.

svn path=/trunk/; revision=23938
2007-10-24 16:19:35 +00:00
Kevin Cozens
bf9f78ec20 Applied patch from Stanislav Brabec which adds NEWS.pre-2-4,
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.

svn path=/trunk/; revision=23937
2007-10-24 14:50:41 +00:00
Simon Budig
bc2848806e change the PROJ_ROUND macro to do proper rounding. Seems to work well.
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.


svn path=/trunk/; revision=23936
2007-10-23 23:55:53 +00:00
Sven Neumann
d5f62de985 renamed the pre-2.4 ChangeLog
svn path=/trunk/; revision=23935
2007-10-23 23:36:17 +00:00
Sven Neumann
eb9e19cd4f formatting
svn path=/trunk/; revision=23932
2007-10-23 23:11:05 +00:00
Sven Neumann
8fe1bc6002 NEWS and ChangeLog changes for GIMP 2.4
svn path=/trunk/; revision=23931
2007-10-23 23:09:46 +00:00
Sven Neumann
d47610db72 Michael Natterer <mitch@gimp.org>
2007-10-24  Sven Neumann  <sven@gimp.org>
            Michael Natterer  <mitch@gimp.org>

        * Made 2.4.0 release.

svn path=/trunk/; revision=23929
2007-10-23 22:49:42 +00:00
Michael Natterer
02012a2457 move variable to local scope.
2007-10-23  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpdrawable-combine.c: move variable to local scope.

	* app/core/gimp-transform-resize.c: formatting.


svn path=/trunk/; revision=23928
2007-10-23 21:27:19 +00:00
Sven Neumann
54a2298c42 splash screen for GIMP 2.4.
2007-10-23  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: splash screen for GIMP 2.4.

	* authors.xml: added Paul Davey, the artist of the 2.4 splash.

	* AUTHORS: regenerated.


svn path=/trunk/; revision=23927
2007-10-23 19:32:37 +00:00
Sven Neumann
1ed2d6528b fixed handling of the empty selection mask (bug #489410).
2007-10-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/fp.c: fixed handling of the empty selection
	mask (bug #489410).


svn path=/trunk/; revision=23926
2007-10-23 19:15:22 +00:00
Sven Neumann
1d58e18dc5 ooops
svn path=/trunk/; revision=23925
2007-10-23 18:29:16 +00:00
Sven Neumann
ba5334d147 Simplified "Advanced Options" dialog.
2007-10-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/fp.c: Simplified "Advanced Options" dialog.

svn path=/trunk/; revision=23924
2007-10-23 18:26:18 +00:00
Sven Neumann
a4e099e2be made preview windows transient to the plug-in dialog.
2007-10-23  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/fp.c: made preview windows transient to the
	plug-in dialog.


svn path=/trunk/; revision=23923
2007-10-23 17:37:31 +00:00
Michael Natterer
b8e862cbd7 when resizing, don't advance the "data" pointer of regions of contiguous
2007-10-23  Michael Natterer  <mitch@gimp.org>

	* app/base/pixel-region.c (pixel_region_resize): when resizing,
	don't advance the "data" pointer of regions of contiguous data. I
	should have made this change along with my pixel region cleanup of
	2005-09-03 which sanitized pixel regions of contiguous data.
	Fixes bug #489229.

	* libgimp/gimppixelrgn.c (gimp_pixel_rgn_resize): remove the same
	code here (the removed code was dead since this function refuses
	to be called on pixel regions without a drawable).


svn path=/trunk/; revision=23922
2007-10-23 14:15:27 +00:00
Sven Neumann
f50e06a43d formatting.
2007-10-23  Sven Neumann  <sven@gimp.org>

	* app/core/gimpdrawable-combine.c: formatting.

svn path=/trunk/; revision=23921
2007-10-23 11:19:08 +00:00
Raphael Quinet
6a62905846 Added hash value for all known quantization tables in order to detect
2007-10-23  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpegqual.c: Added hash value for all known
	quantization tables in order to detect transposed tables from
	rotated images or bad matches coming from different tables with
	the same sum.

svn path=/trunk/; revision=23920
2007-10-22 23:48:19 +00:00
Djihed Afifi
15c89ef1c7 Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=23919
2007-10-22 22:24:04 +00:00
Sven Neumann
07c3aa3dd7 fixed bogus for-loop.
2007-10-22  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/depthmerge.c (util_convertColorspace): fixed
	bogus for-loop.


svn path=/trunk/; revision=23918
2007-10-22 20:03:43 +00:00
Alexandre Prokoudine
1a8bc568fa Updated Russian translation.
2007-10-22  Alexandre Prokoudine <alexandre.prokoudine@gmail.com>

	* ru.po: Updated Russian translation.


svn path=/trunk/; revision=23917
2007-10-22 19:37:09 +00:00
Alexandre Prokoudine
2325067dd8 Updated Russian translation.
2007-10-22  Alexandre Prokoudine <alexandre.prokoudine@gmail.com>

	* ru.po: Updated Russian translation.


svn path=/trunk/; revision=23916
2007-10-22 19:36:42 +00:00
Alexandre Prokoudine
92ed50fa57 Updated Russian translation.
2007-10-22  Alexandre Prokoudine <alexandre.prokoudine@gmail.com>

	* ru.po: Updated Russian translation.



svn path=/trunk/; revision=23915
2007-10-22 19:36:10 +00:00
Alexandre Prokoudine
037c2a5c1a Updated Russian translation.
2007-10-22  Alexandre Prokoudine <alexandre.prokoudine@gmail.com>

	* ru.po: Updated Russian translation.


svn path=/trunk/; revision=23914
2007-10-22 19:35:25 +00:00
Alexandre Prokoudine
f407629164 Updated Russian translation.
2007-10-22  Alexandre Prokoudine <alexandre.prokoudine@gmail.com>

	* ru.po: Updated Russian translation.


svn path=/trunk/; revision=23913
2007-10-22 19:34:32 +00:00
Alexandre Prokoudine
5797c69a4a Updated Russian translation.
2007-10-22  Alexandre Prokoudine <alexandre.prokoudine@gmail.com>

	* ru.po: Updated Russian translation.


svn path=/trunk/; revision=23912
2007-10-22 19:33:51 +00:00
Simon Budig
eb882876b1 ChangeLog: Fix typo.
2007-10-22  Simon Budig  <simon@gimp.org>

	ChangeLog: Fix typo.


svn path=/trunk/; revision=23911
2007-10-22 19:14:11 +00:00
Sven Neumann
8e880ebb68 changed aspect ratio of the wrap-box used for the "Pressure sensitivity"
2007-10-22  Sven Neumann  <sven@gimp.org>

	* app/tools/gimppaintoptions-gui.c: changed aspect ratio of the
	wrap-box used for the "Pressure sensitivity" controls to make 
them
	fit better into the tool-options.


svn path=/trunk/; revision=23910
2007-10-22 18:27:31 +00:00
Amanpreet Singh Alam
be218f973b updating for Punjabi
svn path=/trunk/; revision=23909
2007-10-22 16:59:16 +00:00
Kevin Cozens
19ba673b2f Allow one to three digits in octal coded characters.
2007-10-22  Kevin Cozens  <kcozens@cvs.gnome.org>

	* plug-ins/script-fu/tinyscheme/scheme.c: Allow one to three
	digits in octal coded characters.

svn path=/trunk/; revision=23908
2007-10-22 16:12:49 +00:00
Amanpreet Singh Alam
fdd1c1fa4c updating for Punjabi
svn path=/trunk/; revision=23907
2007-10-22 15:30:08 +00:00