Commit Graph

20193 Commits

Author SHA1 Message Date
Sven Neumann ef339861d7 applied slightly modified patch from Aurimas Ju?ka which fixes bug #167260
2007-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/script-fu/scripts/neon-logo.scm: applied slightly
	modified patch from Aurimas Ju?ka which fixes bug #167260 by not
	allowing the selection to shrink too much.


svn path=/trunk/; revision=22263
2007-04-17 15:15:07 +00:00
Michael Natterer e198e7cba3 app/config/gimprc.c app/plug-in/gimppluginmanager.c
2007-04-17  Michael Natterer  <mitch@gimp.org>

	* app/config/gimprc.c
	* app/plug-in/gimppluginmanager.c
	* app/plug-in/gimpplugin.c
	* app/gui/themes.c: don't translate --verbose or g_printerr()
	messages, they are debugging output that often end up in bugzilla
	and should not depend on the locale.


svn path=/trunk/; revision=22262
2007-04-17 14:25:09 +00:00
Michael Natterer 2951fbf1ea applied slightly modified patch from Aurimas Juška which adds an undo
2007-04-17  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/gqbist.c: applied slightly modified patch from
	Aurimas Juška which adds an undo button to go back to the previous
	state. Fixes bug #356662.


svn path=/trunk/; revision=22261
2007-04-17 08:17:43 +00:00
Sven Neumann 2f9570d428 use GTK_CFLAGS and GTK_LIBS.
2007-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/Makefile.am: use GTK_CFLAGS and GTK_LIBS.


svn path=/trunk/; revision=22260
2007-04-17 07:21:06 +00:00
Sven Neumann d26dd21be9 forgot to commit this ChangeLog entry earlier today
svn path=/trunk/; revision=22259
2007-04-16 16:02:24 +00:00
Sven Neumann 4ea83b2c60 documentation fix.
2007-04-16  Sven Neumann  <sven@gimp.org>

	* app/base/pixel-surround.c: documentation fix.


svn path=/trunk/; revision=22258
2007-04-16 15:02:51 +00:00
Sven Neumann 254a95de18 app/app-sections.txt app/app.types removed some stuff that doesn't exist
2007-04-16  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt
	* app/app.types
	* app/app-docs.sgml: removed some stuff that doesn't exist any
	longer and added some new docs.


svn path=/trunk/; revision=22257
2007-04-16 15:02:15 +00:00
Michael Natterer dfd1309b19 app/widgets/Makefile.am app/widgets/widgets-types.h remove
2007-04-16  Michael Natterer  <mitch@gimp.org>

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimpcellrendereraccel.[ch]: remove GimpCellRenererAccel.

	* app/widgets/gimpactionview.c: use GtkCellRendererAccel instead.
	If an action has no label, use its name as label. Always show the
	"Name" column because there are too many actions with confusingly
	similar names.


svn path=/trunk/; revision=22256
2007-04-16 13:43:31 +00:00
Sven Neumann 467581b790 INSTALL configure.in require gtk+ >= 2.10.6.
2007-04-16  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* configure.in
	* app/gui/gui.c (gui_sanity_check): require gtk+ >= 2.10.6.


svn path=/trunk/; revision=22255
2007-04-16 12:39:06 +00:00
Sven Neumann 316db87c4a improved ChangeLog entry
svn path=/trunk/; revision=22254
2007-04-16 06:15:35 +00:00
Sven Neumann 3b844999e5 applied patch from Aurimas Juška that fixes sensitivity of input fields
2007-04-16  Sven Neumann  <sven@gimp.org>

	* plug-ins/Lighting/lighting_ui.c: applied patch from Aurimas
	Juška that fixes sensitivity of input fields related to the 
light
	type (bug #359833).


svn path=/trunk/; revision=22252
2007-04-16 06:12:09 +00:00
Djihed Afifi bc7d889dfb Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=22250
2007-04-15 13:38:52 +00:00
Michael Natterer f2acde4c60 app/base/base-types.h remove redundant and inconsistently used MaskBuf
2007-04-13  Michael Natterer  <mitch@gimp.org>

	* app/base/base-types.h
	* app/base/temp-buf.[ch]: remove redundant and inconsistently used
	MaskBuf type and API.

	* app/core/gimpbrush-scale.c
	* app/paint/gimpbrushcore.[ch]: use TempBuf and its API instead.
	This also optimizes away a useless memset() on brush scaling,
	we completely fill each of the created buffers anyway.


svn path=/trunk/; revision=22249
2007-04-13 14:04:37 +00:00
Alexander Shopov 5543191b0a Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com>
2007-04-13  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Victor Dachev <vdachev@gmail.com>

svn path=/trunk/; revision=22248
2007-04-13 04:56:08 +00:00
Alexander Shopov 19aa6b2c0d Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com>
2007-04-13  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Victor Dachev <vdachev@gmail.com>

svn path=/trunk/; revision=22247
2007-04-13 04:53:54 +00:00
Alexander Shopov 8a2d776fb1 Updated Bulgarian translation by Victor Dachev <vdachev@gmail.com>
2007-04-13  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Victor Dachev <vdachev@gmail.com>

svn path=/trunk/; revision=22246
2007-04-13 04:53:15 +00:00
Sven Neumann 0fad8d5cfc fixed wrong ChangeLog entry
svn path=/trunk/; revision=22245
2007-04-12 20:08:14 +00:00
Sven Neumann 9870749e1a implement GimpTool::key_press and delegate to the rectangle tool or the
2007-04-12  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangleselecttool.c: implement
	GimpTool::key_press and delegate to the rectangle tool or the 
edit
	selection tool. This resurrects positioning of floating 
selections
	with the cursor keys.


svn path=/trunk/; revision=22244
2007-04-12 20:07:38 +00:00
Sven Neumann 4f6c5c7a24 added a note that calling this function may cause data loss.
2007-04-12  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/display.pdb (display_delete): added a note that
	calling this function may cause data loss.

	* app/pdb/display_cmds.c
	* libgimp/gimpdisplay_pdb.c: regenerated.


svn path=/trunk/; revision=22243
2007-04-12 16:32:20 +00:00
Raphael Quinet 7a1cdb8bfe made the parser more tolerant and accept XMP blocks that are not using the
2007-04-12  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/metadata/xmp-parse.c: made the parser more tolerant and
	accept XMP blocks that are not using the namespace prefixes
	recommended by the XMP specification.

svn path=/trunk/; revision=22242
2007-04-12 16:17:01 +00:00
Sven Neumann 65f2809545 if a plug-in or script registered with a DISPLAY argument after the
2007-04-12  Sven Neumann  <sven@gimp.org>

	* app/actions/plug-in-commands.c: if a plug-in or script
	registered with a DISPLAY argument after the run-mode argument,
	then pass the ID of the active display to the script, optionally
	followed by image and drawable IDs.

	* plug-ins/script-fu/scheme-wrapper.c
	* plug-ins/script-fu/script-fu-enums.h
	* plug-ins/script-fu/script-fu-interface.c
	* plug-ins/script-fu/script-fu-scripts.c
	* plug-ins/script-fu/script-fu-types.h: added SF-DISPLAY parameter.

svn path=/trunk/; revision=22241
2007-04-12 15:56:57 +00:00
Sven Neumann 328181185a updated copyright header.
2007-04-12  Sven Neumann  <sven@gimp.org>

	* plug-ins/sel2path/*.[ch]: updated copyright header.


svn path=/trunk/; revision=22240
2007-04-12 15:17:30 +00:00
Sven Neumann 866514572c plug-ins/common/channel_mixer.c get rid of compiler warnings about
2007-04-12  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/channel_mixer.c
	* plug-ins/gfig/gfig-style.c: get rid of compiler warnings about
	dereferencing type-punned pointers.

svn path=/trunk/; revision=22239
2007-04-12 15:12:13 +00:00
Sven Neumann c68c91c94d app/tools/gimplevelstool.c app/tools/gimpcurvestool.c app/xcf/xcf-save.c
2007-04-12  Sven Neumann  <sven@gimp.org>

	* app/tools/gimplevelstool.c
	* app/tools/gimpcurvestool.c
	* app/xcf/xcf-save.c
	* app/xcf/xcf-load.c
	* app/widgets/gimppaletteeditor.c
	* app/widgets/gimpcolormapeditor.c
	* app/widgets/gimpcolorframe.c: get rid of compiler warnings about
	dereferencing type-punned pointers.


svn path=/trunk/; revision=22238
2007-04-12 14:48:04 +00:00
Sven Neumann fb095cf281 don't redefine the GimpParasite struct, just use it.
2007-04-12  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimpprotocol.[ch] (struct _GPParam): don't redefine
	the GimpParasite struct, just use it.

	* libgimp/gimp.c: include gimpparasite.h.

	* libgimp/gimpitemcombobox.c (gimp_item_combo_box_new): initialize
	combo_box_type to suppress a compiler warning.

	* libgimpwidgets/gimpmemsizeentry.c (gimp_memsize_entry_new):
	avoid dereferencing a type-punned pointer.


svn path=/trunk/; revision=22237
2007-04-12 14:32:44 +00:00
Jakub Steiner 98af3d8c0e themes/Default/images/stock-display-filter-contrast-24.svg
2007-04-11  Jakub Steiner <jimmac@ximian.com>

* themes/Default/images/stock-display-filter-contrast-24.svg
* themes/Default/images/stock-display-filter-colorblind-24.svg
* themes/Default/images/stock-display-filter-contrast-24.png
* themes/Default/images/stock-display-filter-colorblind-24.png
* themes/Default/images/stock-display-filter-contrast-16.svg
* themes/Default/images/stock-display-filter-colorblind-16.svg
* themes/Default/images/stock-display-filter-lcms-24.svg
* themes/Default/images/stock-display-filter-contrast-16.png
* themes/Default/images/stock-display-filter-colorblind-16.png
* themes/Default/images/stock-display-filter-lcms-24.png
* themes/Default/images/stock-display-filter-lcms-16.svg
* themes/Default/images/stock-display-filter-gamma-24.svg
* themes/Default/images/stock-display-filter-lcms-16.png
* themes/Default/images/stock-display-filter-gamma-24.png
* themes/Default/images/stock-display-filter-gamma-16.svg
* themes/Default/images/stock-display-filter-gamma-16.png: how
I have gone to LGM with a straight face without finishing

svn path=/trunk/; revision=22236
2007-04-11 19:49:31 +00:00
Sven Neumann e765017cb5 document the new options (and some not so new ones).
2007-04-11  Sven Neumann  <sven@gimp.org>

	* INSTALL: document the new options (and some not so new ones).


svn path=/trunk/; revision=22235
2007-04-11 16:01:45 +00:00
Sven Neumann 82bcef803e applied patch from Hanno Boeck that adds more configure options (bug
2007-04-11  Sven Neumann  <sven@gimp.org>

	* configure.in: applied patch from Hanno Boeck that adds more
	configure options (bug #425267).


svn path=/trunk/; revision=22234
2007-04-11 11:36:29 +00:00
Sven Neumann 7fd724e2da applied patch from Aurimas Juška to fix bug #428556.
2007-04-11  Sven Neumann  <sven@gimp.org>

	* plug-ins/ifscompose/ifscompose_utils.c (ifs_render): applied
	patch from Aurimas Juška to fix bug #428556.


svn path=/trunk/; revision=22233
2007-04-11 11:23:39 +00:00
Sven Neumann fdaf1a86c3 applied patch from bug #425532.
2007-04-11  Sven Neumann  <sven@gimp.org>

	* de.po: applied patch from bug #425532.


svn path=/trunk/; revision=22232
2007-04-11 10:05:08 +00:00
Mukund Sivaraman bc5843031b Fixes a bug (#428493) where gimp_statusbar_push_temp() expects vaargs and
2007-04-11  Mukund Sivaraman  <muks@mukund.org>

        * app/display/gimpstatusbar.c: Fixes a bug (#428493) where
          gimp_statusbar_push_temp() expects vaargs and
          gimp_statusbar_progress_message() directly passes a message
          to it as the format string.. in this case the message
          contains % (in the filename) and no arguments.


svn path=/trunk/; revision=22231
2007-04-11 09:42:51 +00:00
Jakub Friedl 20fca4a586 Updated Czech translation.
2007-04-10  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.



svn path=/trunk/; revision=22230
2007-04-10 18:02:00 +00:00
Jakub Friedl b6b1e82e55 Updated the Czech translation
2007-04-10 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22229
2007-04-10 14:05:03 +00:00
Sven Neumann 6e55bf275e fix for bug #330532.
2007-04-10  Sven Neumann  <sven@gimp.org>

	* sv.po: fix for bug #330532.


svn path=/trunk/; revision=22228
2007-04-10 08:56:58 +00:00
Sven Neumann 7aca269a28 bug #392051.
2007-04-10  Sven Neumann  <sven@gimp.org>

	* de.po: bug #392051.

svn path=/trunk/; revision=22226
2007-04-10 08:50:39 +00:00
Michael Natterer 7cb18110b1 app/paint/gimpperspectiveclone.c #include "libgimpmath/gimpmath.h"
2007-04-09  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimpperspectiveclone.c
	* app/paint/gimppaintoptions.c: #include "libgimpmath/gimpmath.h"


svn path=/trunk/; revision=22225
2007-04-09 11:54:44 +00:00
Jakub Friedl bacf87a3c7 Fixed a Czech string.
2007-04-06  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Fixed a Czech string.


svn path=/trunk/; revision=22224
2007-04-06 14:58:36 +00:00
Jakub Friedl 3b1911d50b Updated Czech translation.
2007-04-06  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22223
2007-04-06 14:15:15 +00:00
Jakub Friedl 959d0afd3a Updated Czech translation.
2007-04-06  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22222
2007-04-06 13:49:09 +00:00
Jakub Friedl 38b5313dd2 Updated Czech translation.
2007-04-05  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22221
2007-04-06 13:41:27 +00:00
Jakub Friedl 6ccf0f8253 Updated Czech translation.
2007-04-05  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.


svn path=/trunk/; revision=22220
2007-04-06 13:21:22 +00:00
Jakub Friedl 9fd0d0ee23 Updated the Czech translation
2007-04-06 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22219
2007-04-06 13:08:34 +00:00
Djihed Afifi 2170965d9b Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=22218
2007-04-05 18:53:10 +00:00
Jakub Friedl 3cccaffcdc Updated the Czech translation
2007-04-05 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22217
2007-04-05 12:16:53 +00:00
Jakub Friedl 47778edca7 Updated the Czech translation
2007-04-03 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation



svn path=/trunk/; revision=22216
2007-04-03 11:00:31 +00:00
Jakub Friedl 7a5acef18f Updated Czech Translation.
2007-04-02  Jakub Friedl <jfriedl@suse.cz>

  * cs.po: Updated Czech Translation.



svn path=/trunk/; revision=22215
2007-04-02 16:26:58 +00:00
Jakub Friedl 5bb1ff130b Updated the Czech translation
2007-04-02 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated the Czech translation


svn path=/trunk/; revision=22214
2007-04-02 08:46:36 +00:00
Michael Natterer c6733ac891 app/base/Makefile.am removed these files.
2007-04-01  Michael Natterer  <mitch@gimp.org>

	* app/base/Makefile.am
	* app/base/brush-scale.[ch]: removed these files.

	* app/core/Makefile.am
	* app/core/gimpbrush-scale.[ch]: added the functions here as
	static utility functions. Also move the default implementations of
	GimpBrush::scale_size(), ::scale_mask() and ::scale_pixmap() here,
	including their utility functions.

	* app/core/gimpbrush.c: remove all scale stuff and
	include "gimpbrush-scale.h" instead.

	(gimp_brush_get_new_preview): use GimpBrush's scale functions
	instead of the now private ones. Cleanup.

	(gimp_brush_scale_mask)
	(gimp_brush_scale_pixmap): return a copy of the buf for
	scale == 1.0.


svn path=/trunk/; revision=22213
2007-04-01 13:38:22 +00:00
Michael Schumacher a802571303 some file load plug-ins did call gimp_quit() in their load functions. This
2007-03-31  Michael Schumacher  <schumaml@cvs.gnome.org>

	* plug-ins/common/svg.c: 
	* plug-ins/common/tiff.c: 
	* plug-ins/common/wmf.c: 
	* plug-ins/jpeg/jpeg-load.c: some file load plug-ins did call
	gimp_quit() in their load functions. This aborts the plug-in
	instead of returning a GIMP_PDB_EXECUTION_ERROR. The run()
	function in each plug-in was already prepared to do this on
	errors.

svn path=/trunk/; revision=22212
2007-03-31 21:20:51 +00:00
Michael Natterer 00be2f5f8c use SQR(x) instead of x*x.
2007-03-31  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpdrawable-blend.c: use SQR(x) instead of x*x.


svn path=/trunk/; revision=22211
2007-03-31 16:45:19 +00:00