Commit graph

17302 commits

Author SHA1 Message Date
2 3d9837eb59 remove extra semicolon; fix for bug #330882 from Jens Granseuer.
2006-02-12  <weskaggs@primate.ucdavis.edu>

	* app/core/gimplayer.c: remove extra semicolon; fix for
	bug #330882 from Jens Granseuer.
2006-02-12 16:07:39 +00:00
Nickolay V. Shmyrev 7bc950c30e Updated Russin translation by
Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
2006-02-12 10:32:20 +00:00
Funda Wang ad56011992 Updated gimp-plugins zh_CN translation. 2006-02-11 08:52:46 +00:00
Sven Neumann cece7d2f4f bumped version to 2.3.8.
2006-02-09  Sven Neumann  <sven@gimp.org>

        * configure.in: bumped version to 2.3.8.
2006-02-09 11:12:53 +00:00
Sven Neumann c561552fde Made 2.3.7 release. 2006-02-08 17:40:31 +00:00
Roman Joost 781f46a690 splash screen for a new release
2006-02-08  Roman Joost	<romanofski@gimp.org>

	* data/images/gimp-splash.png: splash screen for a new release
2006-02-08 17:11:23 +00:00
Sven Neumann 6bfd90acae register menu branches for the web-browser script.
2006-02-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/script-fu.c: register menu branches for the
	web-browser script.
2006-02-08 15:01:56 +00:00
Sven Neumann 342c78d7a1 string review.
2006-02-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/web-browser.scm: string review.
2006-02-08 10:10:52 +00:00
Sven Neumann b694dbb47b updated german translation.
2006-02-08  Sven Neumann  <sven@gimp.org>

	* de.po: updated german translation.
2006-02-08 10:00:14 +00:00
Roman Joost 941742fd6f fixed little typo in URL to http://docs.gimp.org, which was spotted by
2006-02-08  Roman Joost	<romanofski@gimp.org>

	* de.po: fixed little typo in URL to http://docs.gimp.org, which
	was spotted by Matthias Hembrock
2006-02-08 08:17:50 +00:00
Sven Neumann 034a4284d1 use canonical property names.
2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpimagemaptool.c: use canonical property names.
2006-02-07 20:04:08 +00:00
Sven Neumann 11c0aa9c0b plug-ins/common/raw.c plug-ins/gfig/gfig-dialog.c
2006-02-07  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/raw.c
	* plug-ins/gfig/gfig-dialog.c
	* plug-ins/helpbrowser/dialog.c
	* plug-ins/imagemap/imap_browse.c
	* plug-ins/print/gimp_main_window.c: use canonical signal names.
2006-02-07 17:22:06 +00:00
Sven Neumann ef1c9dc840 removed unused import 2006-02-07 15:54:10 +00:00
Sven Neumann ce2a6cffd9 added missing include, removed now unused define 2006-02-07 15:52:53 +00:00
Sven Neumann 39c5fcbea9 libgimp/gimpdrawablepreview.[ch] reduced code duplication by exporting two
2006-02-07  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpdrawablepreview.[ch]
	* libgimp/gimpzoompreview.c: reduced code duplication by exporting
	two GimpDrawablePreview functions for internal use.
2006-02-07 15:36:17 +00:00
Sven Neumann cf4de2eef1 fixed includes 2006-02-07 12:47:50 +00:00
Sven Neumann 10bc4df305 fixed check that suppresses the redraw for motion events that don't cause
2006-02-07  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpscrolledpreview.c
	(gimp_scrolled_preview_area_event): fixed check that suppresses
	the redraw for motion events that don't cause the preview to scroll.
2006-02-07 12:34:07 +00:00
Sven Neumann 810cbb26fa minor update.
2006-02-07  Sven Neumann  <sven@gimp.org>

	* de.po: minor update.
2006-02-07 12:06:41 +00:00
Sven Neumann d6762ee166 applied a patch from Dennis Bjorklund that prevents a possible division by
2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangletool.c: applied a patch from Dennis
	Bjorklund that prevents a possible division by zero and fixes the
	calculation of the center point.
2006-02-07 11:38:17 +00:00
Sven Neumann 1e019a57ff app/core/gimp-gui.c use GIMP_ACRONYM.
2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-gui.c
	* app/widgets/gimptoolbox.c: use GIMP_ACRONYM.
2006-02-07 11:07:47 +00:00
Sven Neumann ab184971a3 use GIMP_NAME.
2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/main.c (gimp_show_version): use GIMP_NAME.
2006-02-07 10:54:31 +00:00
Sven Neumann 5d162ab7d1 s/This program/GIMP/g
2006-02-07  Sven Neumann  <sven@gimp.org>

	* app/about.h (GIMP_LICENSE): s/This program/GIMP/g
2006-02-07 10:47:15 +00:00
Sven Neumann abc31b2d81 added const qualifier.
2006-02-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/helpbrowser/dialog.c: added const qualifier.
2006-02-06 12:57:04 +00:00
Sven Neumann 08102c827c news update for 2.3.7 2006-02-06 11:27:37 +00:00
Sven Neumann 539ff359a4 connect-after to "realize" and "size-allocate" signals of the preview area
2006-02-06  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppreview.c: connect-after to "realize" and
	"size-allocate" signals of the preview area and call the
	set-cursor method from the callback.

	* libgimpwidgets/gimpscrolledpreview.c: no need to explicitely set
	the cursor now that the virtual method is used correctly.

	* libgimp/gimpzoompreview.c: implement set-cursor and set the move
	cursor in accordance with the zoom factor.
2006-02-06 11:07:48 +00:00
Alexander Shopov a81454bb2e Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com>
2006-02-06  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Victor Dachev <vdachev@gmail.com>
2006-02-06 09:10:31 +00:00
David Odin 573b3096b5 length should at least be 1, or the zoom mode will produce garbage.
* plug-ins/common/mblur.c: length should at least be 1, or the zoom
  mode will produce garbage. length==0 is useless in other modes.
  (reported by daelstorm on freenode/#gimp)
2006-02-06 08:06:31 +00:00
Clytie Siddall bab76e327a vi.po: Updated Vietnamese translation. 2006-02-06 04:23:23 +00:00
jaycox a93b458a2a plug-ins/common/ripple.c: Fixed bug #308750 (antialiasing).
plug-ins/common/ripple.c: Fixed bug #308750 (antialiasing).
2006-02-04 06:01:59 +00:00
Carol Spears 41fd7e880e i forgot to put the bug number on it. 2006-02-04 05:40:16 +00:00
Carol Spears 81f0d1230c app/tools/gimprectangletool.c: Applied patch from Joao S. O. Bueno Calligaris
that corrects status bar coordinate display
2006-02-04 05:37:20 +00:00
David Odin ab405344f9 untabbified and some other small style-related fixes.
* plug-ins/common/pnm.c: untabbified and some other small
  style-related fixes.
2006-02-04 01:02:25 +00:00
Karine Delvare 41b9f5af52 aspect ratio should be width / height.
2006-02-03  Karine Delvare  <kdelvare@nerim.net>

	* app/tools/gimprectangletool.c: aspect ratio should be width /
	height.
2006-02-03 19:29:11 +00:00
Clytie Siddall df7d2af897 vi.po: Updated Vietnamese translation. 2006-02-03 07:47:36 +00:00
Matt Wilson 7509e1a0a1 file_{gz,bz2}_save takes 5 parameters, not 4. Correct the nparams check in
2006-02-01  Matt Wilson  <msw@gimp.org>

	* plug-ins/common/compressor.c (run): file_{gz,bz2}_save takes 5
	parameters, not 4.  Correct the nparams check in non-interactive
	mode.
2006-02-02 04:40:20 +00:00
Sven Neumann 1d5bbe2f79 renamed to "Unoptimize".
2006-02-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/animoptimize.c: renamed to "Unoptimize".

	* plug-ins/common/polar.c: renamed to "Polar Coordinates" and some
	other string changes.
2006-02-01 21:40:52 +00:00
Sven Neumann 8fa8854bac renamed to "Polar Coordinates" and some other string changes.
2006-02-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/polar.c: renamed to "Polar Coordinates" and some
	other string changes.
2006-02-01 21:36:47 +00:00
Sven Neumann 455ba690dc plug-ins/imagemap/imap_about.c plug-ins/imagemap/imap_file.c
2006-02-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/imagemap/imap_about.c
	* plug-ins/imagemap/imap_file.c
	* plug-ins/imagemap/imap_main.c
	* plug-ins/imagemap/imap_menu.c
	* plug-ins/imagemap/imap_preferences.c: renamed to "Image Map" and
	unified spelling.
2006-02-01 21:00:29 +00:00
Michael Schumacher 51c9cdd381 applying a patch by Joao S. O. Bueno Calligaris which implements
2006-01-31  Michael Schumacher  <schumaml@cvs.gnome.org>

	* app/core/gimpbrushpipe.c: applying a patch by Joao S. O. Bueno
	Calligaris which implements PIPE_SELECT_VELOCITY for brush
	pipes. Fixes bug #150227.
2006-01-31 20:20:51 +00:00
Sven Neumann 21ff206f9c manually add the icons to the color picker buttons instead of abusing the
2006-01-31  Sven Neumann  <sven@gimp.org>

	* app/tools/gimplevelstool.c (gimp_levels_tool_color_picker_new):
	manually add the icons to the color picker buttons instead of
	abusing the stock-id property. Fixes bug #325745.
2006-01-31 15:04:37 +00:00
Michael Natterer 45c9e43fa1 s/head -1/head -n 1/ (spotted by brix).
2006-01-31  Michael Natterer  <mitch@gimp.org>

	* autogen.sh: s/head -1/head -n 1/ (spotted by brix).
2006-01-31 09:35:51 +00:00
Akkana Peck ff9c90ac37 don't report yes for xjt if on Windows.
* configure.in: don't report yes for xjt if on Windows.
2006-01-31 02:12:45 +00:00
Michael Schumacher 8fa7568565 use the closest corner of the current pixel as origin. Fixes bug #329000.
2006-01-30  Michael Schumacher  <schumaml@cvs.gnome.org>

	* app/tools/gimpmeasuretool.c: use the closest corner of the
	current pixel as origin. Fixes bug #329000.
2006-01-30 20:12:19 +00:00
Sven Neumann 2d80597fe9 As Mitch pointed out, these are not static strings. Reverted my previous
changes to the modules directory.
2006-01-30 16:58:42 +00:00
Sven Neumann 7b24dd8e36 moved GIMP_PARAM defines from here ...
2006-01-30  Sven Neumann  <sven@gimp.org>

	* app/config/config-types.h: moved GIMP_PARAM defines from here ...

	* libgimpbase/gimpparam.h: ... to this new files.

	* libgimpbase/Makefile.am
	* libgimpbase/gimpbasetypes.h: include the new header file.

	* libgimp/gimpfontselectbutton.c
	* libgimpconfig/gimpcolorconfig.c
	* libgimpthumb/gimpthumbnail.c
	* libgimpwidgets/gimpcellrenderercolor.c
	* libgimpwidgets/gimpcellrenderertoggle.c
	* libgimpwidgets/gimpcolorarea.c
	* libgimpwidgets/gimpcolorbutton.c
	* libgimpwidgets/gimpcolordisplay.c
	* libgimpwidgets/gimpcontroller.c
	* libgimpwidgets/gimpdialog.c
	* libgimpwidgets/gimpenumcombobox.c
	* libgimpwidgets/gimpintcombobox.c
	* libgimpwidgets/gimppageselector.c
	* libgimpwidgets/gimppreview.c
	* libgimpwidgets/gimppreviewarea.c
	* libgimpwidgets/gimpzoommodel.c
	* modules/cdisplay_colorblind.c
	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/cdisplay_lcms.c
	* modules/cdisplay_proof.c
	* modules/controller_linux_input.c
	* modules/controller_midi.c: use the GIMP_PARAM defines to avoid
	unnecessary string allocations.
2006-01-30 16:10:56 +00:00
Clytie Siddall 904e8ac7cf vi.po: Updated Vietnamese translation. 2006-01-30 11:32:44 +00:00
Michael Natterer b11f281643 make autoconf check more robust and the generic "Tool old" error message
2006-01-29  Michael Natterer  <mitch@gimp.org>

	* autogen.sh: make autoconf check more robust and the generic
	"Tool old" error message more verbose.
2006-01-29 20:31:39 +00:00
Akkana Peck a77d6ed624 Print a table of features enabled/disabled at the end (as discussed in bug
* configure.in: Print a table of features enabled/disabled
        at the end (as discussed in bug 303383c11 and c13).
2006-01-29 20:17:31 +00:00
Roman Joost 0392774036 adds eight bookmarks to the user manual (Basics, Dialogs and Docks,
2006-01-29  Roman Joost	 <romanofski@gimp.org>

	* plug-ins/script-fu/scripts/web-browser.scm: adds eight
	bookmarks to the user manual (Basics, Dialogs and Docks, Drawing
	Simple Objects, Fileformats, Photography, Preparing for the Web,
	Using Paths). It also adds a new link to http://docs.gimp.org.
2006-01-29 10:01:10 +00:00
Clytie Siddall 7e3f1dc5de vi.po: Updated Vietnamese translation. 2006-01-28 03:31:00 +00:00