Commit Graph

19364 Commits

Author SHA1 Message Date
Sven Neumann fb0bd47a22 use g_get_application_name() for the client name; made the name of the
2006-12-10  Sven Neumann  <sven@gimp.org>

	* modules/controller_midi.c (midi_set_device): use
	g_get_application_name() for the client name; made the name of
the
	ALSA port translatable.
2006-12-10 17:09:53 +00:00
Michael Natterer 6be00cbaf9 app/widgets/gimpcolorselectorpalette.[ch]
2006-12-10  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpcolorselectorpalette.[ch]
	* app/widgets/gimpcontrollerinfo.[ch]
	* app/widgets/gimpcontrollerkeyboard.[ch]
	* app/widgets/gimpcontrollerwheel.[ch]: forgot LIBGIMP -> GIMP
2006-12-10 16:38:48 +00:00
Michael Natterer c6ef9aa1fe also scale the brush's spacing (by scaling its x_axis and y_axis).
2006-12-10  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimpbrushcore.c: also scale the brush's spacing (by
	scaling its x_axis and y_axis). Addresses bug #65030.
2006-12-09 23:46:16 +00:00
Michael Natterer 69cc852867 fix whitespace.
2006-12-10  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpbrushpipe.h: fix whitespace.
2006-12-09 23:15:59 +00:00
Kevin Cozens 7ad6a43360 Removed duplicate variable declaration from let block.
2006-12-09  Kevin Cozens  <kcozens@cvs.gnome.org>

	* plug-ins/script-fu/scripts/add-bevel.scm: Removed duplicate
	variable declaration from let block.
2006-12-09 22:49:07 +00:00
Sven Neumann eb399ef161 plug-ins/common/CEL.c plug-ins/common/CML_explorer.c
2006-12-09  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/CEL.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/antialias.c
	* plug-ins/common/depthmerge.c
	* plug-ins/common/mng.c
	* plug-ins/common/normalize.c
	* plug-ins/common/png.c
	* plug-ins/common/pnm.c
	* plug-ins/common/psd.c
	* plug-ins/common/svg.c
	* plug-ins/common/tga.c
	* plug-ins/twain/twain.c
	* plug-ins/winsnap/winsnap.c: unified copyright notices, got rid
of
	"The GIMP" in a few more places.
2006-12-09 22:12:23 +00:00
Michael Natterer afd0b332d9 app/widgets/gimpcolorselectorpalette.[ch]
2006-12-09  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpcolorselectorpalette.[ch]
	* app/widgets/gimpcontrollerinfo.[ch]
	* app/widgets/gimpcontrollerkeyboard.[ch]
	* app/widgets/gimpcontrollerwheel.[ch]: license is GPL, not LGPL.
2006-12-09 21:51:48 +00:00
Sven Neumann 7bd0c05d29 use "GIMP" instead of "The GIMP".
2006-12-09  Sven Neumann  <sven@gimp.org>

	* app/gui/gui.c: use "GIMP" instead of "The GIMP".

	* app/core/gimpimagefile.c (gimp_imagefile_save_thumb): use
"GIMP"
	in the 'Software' tag when writing thumbnails.

	* app/composite/gimp-composite.html: removed outdated document.
2006-12-09 21:49:23 +00:00
Sven Neumann 41237259c9 In all files, changed the standard copyright notice to say "GIMP - The GNU
2006-12-09  Sven Neumann  <sven@gimp.org>

        * In all files, changed the standard copyright notice to say
        "GIMP - The GNU Image Manipulation Program".
2006-12-09 21:33:38 +00:00
Kevin Cozens 04a45e41dc Minor changes to quiet the compiler.
* plug-ins/script-fu/re/re.c: Minor changes to quiet the compiler.

	* plug-ins/script-fu/tinyscheme/CHANGES: Updated to version from
	the 1.38 version of TinyScheme.

	* plug-ins/script-fu/tinyscheme/scheme.c: Added some changes from the
	1.38 version of TinyScheme. Added fix for bug #1589701 (reported on
	SourceForge.net).

	* plug-ins/script-fu/tinyscheme/scheme.h: Added a prototype to quiet
	the compiler. Added one change from the 1.38 version of TinyScheme.
2006-12-07 18:57:10 +00:00
Michael Natterer 6ded475a12 app/core/gimpbrush.c (gimp_brush_class_init) gah, should use the right
2006-12-07  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpbrush.c (gimp_brush_class_init)
	* app/core/gimpbrushgenerated.c (gimp_brush_generated_new): gah,
	should use the right binary for testing. Fixes the new spacing
	property.
2006-12-07 11:53:02 +00:00
Sven Neumann 4fa50e1f86 when creating the user directory, create parent directories if they don't
2006-12-07  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-user-install.c: when creating the user directory,
	create parent directories if they don't exist.
2006-12-07 11:51:17 +00:00
Sven Neumann 370980c479 require bind_textdomain_codeset(). Fixes bug #362983.
2006-12-07  Sven Neumann  <sven@gimp.org>

	* configure.in: require bind_textdomain_codeset(). Fixes bug #362983.
2006-12-07 11:33:26 +00:00
Sven Neumann e5893265b1 reverted my last change; will have to address this differently.
2006-12-07  Sven Neumann  <sven@gimp.org>

	* app/tools/gimp-tools.c (gimp_tools_save): reverted my last change;
	will have to address this differently.
2006-12-07 09:48:40 +00:00
Gabor Kelemen 694b525712 Translation updated.
2006-12-07  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Translation updated.
2006-12-07 00:13:18 +00:00
Sven Neumann 5cc125827b only write a .presets file if the presets container is not empty.
2006-12-06  Sven Neumann  <sven@gimp.org>

	* app/tools/gimp-tools.c (gimp_tools_save): only write a
.presets
	file if the presets container is not empty.
2006-12-06 20:43:06 +00:00
Sven Neumann 8aa1c19e4d applied patch by Min Sik Kim. Fixes build with Quartz GDK backend (bug
2006-12-06  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/xpm.c: applied patch by Min Sik Kim. Fixes build
	with Quartz GDK backend (bug #382929).
2006-12-06 11:01:37 +00:00
Michael Natterer d5ee3653f0 don't cast the return value of g_value_get_object(), it's a gpointer.
2006-12-06  Michael Natterer  <mitch@gimp.org>

	* libgimpconfig/gimpconfig-utils.c: don't cast the return value of
	g_value_get_object(), it's a gpointer.
2006-12-06 00:09:58 +00:00
Michael Natterer 7515d9b6dc made "spacing" a property.
2006-12-06  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpbrush.c: made "spacing" a property.

	* app/core/gimpbrushgenerated-save.c
	* app/core/gimpbrushgenerated.c
	* app/core/gimpbrushpipe.c: use it. Don't access brush->spacing
	manually, always use accessors.
2006-12-06 00:01:27 +00:00
Sven Neumann 09d0edbaa8 tools/Makefile.am removed this undocumented tool.
2006-12-05  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/rmshm: removed this undocumented tool.
2006-12-05 21:36:39 +00:00
Simon Budig 5e26322578 trivial fix for bug #382445
2006-12-05  Simon Budig  <simon@gimp.org>

	* plug-ins/common/antialias.c: trivial fix for bug #382445
2006-12-05 10:09:06 +00:00
Sven Neumann 95118021b7 even more updates 2006-12-04 15:40:10 +00:00
Sven Neumann 0f679d7b48 removed unused defines.
2006-12-04  Sven Neumann  <sven@gimp.org>

        * app/tools/gimpperspectiveclonetool.h: removed unused defines.
2006-12-04 13:57:27 +00:00
Sven Neumann a594537982 more updates to the internal docs 2006-12-04 13:02:10 +00:00
Jakub Friedl ccaeec7350 Updated Czech translation.
2006-12-04  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.
2006-12-04 12:19:03 +00:00
Sven Neumann adf564e819 app/app-docs.sgml some updates.
2006-12-04  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: some updates.
2006-12-04 11:08:46 +00:00
Sven Neumann 952b35d7bf don't autoscroll with paint tools.
2006-12-03  Sven Neumann  <sven@gimp.org>

	* app/tools/gimppainttool.c (gimp_paint_tool_init): don't
	autoscroll with paint tools.
2006-12-03 19:23:50 +00:00
Francisco Javier F. Serrador 8e432d90d6 Updated Spanish translation.
2006-12-02  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es.po: Updated Spanish translation.
2006-12-02 19:30:46 +00:00
Mukund Sivaraman 36d3ed7d61 added a recipe for debugging plug-ins
2006-12-02  Mukund Sivaraman  <muks@mukund.org>

	* devel-docs/debug-plug-ins.txt: added a recipe for debugging
	plug-ins
2006-12-02 06:19:27 +00:00
Mukund Sivaraman 5a2827330d dropped the required libcurl version to 7.15.1 made uri build on win32 if
2006-12-02  Mukund Sivaraman  <muks@mukund.org>

	* configure.in: dropped the required libcurl version to 7.15.1
	* plug-ins/Makefile.am: made uri build on win32 if libcurl is
	detected
2006-12-02 05:00:38 +00:00
Sven Neumann 1deec1c826 applied patch from Aurimas Juška. Fixes crash when opening layers with
2006-12-01  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/film.c: applied patch from Aurimas Juška.
Fixes
	crash when opening layers with offsets and/or smaller than image
	(bug #364429).
x
2006-12-01 20:42:36 +00:00
Sven Neumann a145c0df25 libgimp/libgimp-sections.txt version symbols moved from libgimp to
2006-11-29  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimpbase/libgimpbase-sections.txt: version symbols moved from
	libgimp to libgimpbase.

	* libgimp/tmpl/gimp.sgml
	* libgimpbase/tmpl/gimpversion.sgml: regenerated.
2006-11-30 17:00:02 +00:00
Sven Neumann 010d9ff7cf removed obsolete parameter from gtk-doc comment.
2006-11-30  Sven Neumann  <sven@gimp.org>

        * app/widgets/gimppropwidgets.c (gimp_prop_color_button_new):
        removed obsolete parameter from gtk-doc comment.
2006-11-30 15:30:25 +00:00
Francisco Javier F. Serrador 900504701d Updated Spanish translation.
2006-11-30  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es.po: Updated Spanish translation.
2006-11-30 10:11:06 +00:00
Michael Natterer fcdd19f6e5 libgimp/gimp.def move around version number symbols here too. Fixes bug
2006-11-30  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.def
	* libgimpbase/gimpbase.def: move around version number symbols
	here too. Fixes bug #380658.
2006-11-30 08:26:47 +00:00
Sven Neumann 29ec4af9e7 use LDFLAGS instead of GTKDOC_LDFLAGS.
2006-11-29  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: use LDFLAGS instead of GTKDOC_LDFLAGS.

	* app/app-docs.sgml
	* app/app-sections.txt: some minor updates.
2006-11-29 15:15:35 +00:00
Michael Natterer 9b9542a610 removed gimp_foo_version variables.
2006-11-28  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimp.[ch]: removed gimp_foo_version variables.

	* libgimpbase/gimpenv.[ch]: added them here.

	* app/sanity.c: added sanity_check_gimp() and abort if the libgimp
	version gimp is compiled with is not exactly the same we encounter
	at runtime.
2006-11-28 11:57:05 +00:00
Manish Singh 473c0c010f plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object
2006-11-28  Manish Singh  <yosh@gimp.org>

        * plug-ins/pygimp/pygimp-api.h
        * plug-ins/pygimp/pygimp.h
        * plug-ins/pygimp/gimpmodule.c: export common object types via
        _PyGimp_API, and remove the PDBFunction_Type hack. Also define
        the common object structures here.

        * plug-ins/pygimp/pygimp.h: remove hack for Python < 2.3, since
        we require Python 2.3 now.

        * plug-ins/pygimp/gimpui.override
        * plug-ins/pygimp/gimpui.py: create and use specialized wrappers
        for get/set_active methods for GimpIntComboBox and derived types.
        Fixes #376102.
2006-11-28 09:46:18 +00:00
Sven Neumann 2acc124280 applied patch from Aurimas Juška that fixes conversion with dithering of
2006-11-27  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimage-convert.c: applied patch from Aurimas Juška
	that fixes conversion with dithering of transparency (bug #358851).
2006-11-27 16:38:58 +00:00
Sven Neumann 2a9a7c5e88 replaced with an image that doesn't show bug #376668.
2006-11-27  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/gimp-chain-button.png: replaced with an
	image that doesn't show bug #376668.
2006-11-27 14:43:08 +00:00
Jakub Friedl 1f638f3b68 Updated Czech translation
2006-11-27  Jakub Friedl <jfriedl@suse.cz>

  * cs.po: Updated Czech translation
2006-11-27 14:12:24 +00:00
Sven Neumann 6a4b5d1588 turned enums into a section 2006-11-27 13:04:58 +00:00
Sven Neumann f74ba3fcf2 added id attributes for the index page.
2006-11-27  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml: added id attributes for the index page.

	* libgimp/libgimp-docs.sgml: merged the GIMP Constants chapter into
	the GIMP Library chapter.
2006-11-27 12:23:52 +00:00
Jakub Friedl ff1ff6ef8d Updated Czech translation.
2006-11-27  Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.
2006-11-27 12:15:05 +00:00
Sven Neumann d77ac40cbf typo.
2006-11-27  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimppropwidgets.c (gimp_prop_color_button_new): typo.
2006-11-27 12:08:57 +00:00
Sven Neumann ac887ead60 updated.
* app/app.types: updated.
2006-11-27 12:05:02 +00:00
Sven Neumann ad8bb62d84 made app-scan link again.
2006-11-27  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): made app-scan link again.
2006-11-27 11:18:19 +00:00
Sven Neumann 39ae3d177a set the warning and error handlers after opening the file. We get two
2006-11-27  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/tiff.c (load_image) (save_image): set the
	warning and error handlers after opening the file. We get two
	errors otherwise.
2006-11-27 10:41:42 +00:00
Sven Neumann 5e43848a7c applied patch from Saul Goode (bug #379611), then cleaned up further.
2006-11-27  Sven Neumann  <sven@gimp.org>

	* app/base/color-balance.c (color_balance_transfer_init): applied
	patch from Saul Goode (bug #379611), then cleaned up further.
2006-11-27 10:07:50 +00:00
Sven Neumann e5be061fc4 libgimpbase/Makefile.am libgimpcolor/Makefile.am pass deprecation guards
2006-11-27  Sven Neumann  <sven@gimp.org>

	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmodule/Makefile.am: pass deprecation guards to gtkdoc-scan.

	* libgimpconfig/libgimpconfig-sections.txt
	* libgimpwidgets/libgimpwidgets-sections.txt: removed unused symbols.
2006-11-27 09:47:23 +00:00