gimp/app/paint
Sven Neumann b37c8bcf0a app/core/Makefile.am added GIMP_ERROR as general error domain.
2008-11-12  Sven Neumann  <sven@gimp.org>

	* app/core/Makefile.am
	* app/core/gimperror.[ch]: added GIMP_ERROR as general error 
domain.

	* app/core/gimpchannel.c
	* app/core/gimpdrawable-bucket-fill.c
	* app/core/gimpimage-convert.c
	* app/core/gimpimage-merge.c
	* app/core/gimpimage.c
	* app/core/gimplayer-floating-sel.c
	* app/core/gimplayer.c
	* app/core/gimplayermask.c
	* app/core/gimpselection.c
	* app/core/gimptooloptions.c
	* app/paint/gimpbrushcore.c
	* app/paint/gimpclone.c
	* app/paint/gimpheal.c
	* app/paint/gimppaintcore-stroke.c
	* app/paint/gimpperspectiveclone.c
	* app/paint/gimpsourcecore.c
	* app/tools/gimpblendtool.c
	* app/tools/gimpbrightnesscontrasttool.c
	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimpcolorizetool.c
	* app/tools/gimpcurvestool.c
	* app/tools/gimpdesaturatetool.c
	* app/tools/gimpgegltool.c
	* app/tools/gimphuesaturationtool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpposterizetool.c
	* app/tools/gimpthresholdtool.c
	* app/vectors/gimpvectors-import.c: use GIMP_ERROR as error 
domain
	instead of 0, which is not accepted by g_set_error_literal().

	* app/gui/session.c
	* app/menus/menus.c
	* app/vectors/gimpvectors-export.c
	* app/widgets/gimpdevices.c: use G_FILE_ERROR as error domain 
for
	file errors.


svn path=/trunk/; revision=27628
2008-11-12 10:56:06 +00:00
..
Makefile.am use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
gimp-paint.c use the tool-info identifier as the name of the tool-options object. 2007-07-17 10:04:06 +00:00
gimp-paint.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpairbrush.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpairbrush.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpairbrushoptions.c removed trailing whitespace. 2008-06-04 13:24:25 +00:00
gimpairbrushoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpbrushcore-kernels.h fixed rounding so that all brush kernels are created with a constant sum 2004-12-31 16:20:51 +00:00
gimpbrushcore.c app/core/Makefile.am added GIMP_ERROR as general error domain. 2008-11-12 10:56:06 +00:00
gimpbrushcore.h Applied slightly modified and fixed patch from Alexia Death which adds a 2008-05-22 16:38:57 +00:00
gimpclone.c app/core/Makefile.am added GIMP_ERROR as general error domain. 2008-11-12 10:56:06 +00:00
gimpclone.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpcloneoptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpcloneoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpconvolve.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpconvolve.h instead of just copying the border pixels, convolute the full region and 2007-05-05 19:18:25 +00:00
gimpconvolveoptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpconvolveoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpdodgeburn.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
gimpdodgeburn.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpdodgeburnoptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpdodgeburnoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimperaser.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimperaser.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimperaseroptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimperaseroptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpheal.c app/core/Makefile.am added GIMP_ERROR as general error domain. 2008-11-12 10:56:06 +00:00
gimpheal.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpink-blob.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpink-blob.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimpink.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
gimpink.h app/core/core-types.h app/display/gimpdisplayshell-callbacks.c 2008-01-14 20:34:37 +00:00
gimpinkoptions.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpinkoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpinkundo.c app/core/core-types.h app/display/gimpdisplayshell-callbacks.c 2008-01-14 20:34:37 +00:00
gimpinkundo.h app/core/core-types.h app/display/gimpdisplayshell-callbacks.c 2008-01-14 20:34:37 +00:00
gimppaintbrush.c Rename the convenient channel offset defines from FOO_PIX to FOO as this 2008-10-19 13:47:09 +00:00
gimppaintbrush.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimppaintcore-stroke.c app/core/Makefile.am added GIMP_ERROR as general error domain. 2008-11-12 10:56:06 +00:00
gimppaintcore-stroke.h More merging from SOC 2006's vector layer branch: 2008-10-25 11:59:03 +00:00
gimppaintcore.c add optional parameter "PixelRegion *destPR" to 2008-11-08 19:52:18 +00:00
gimppaintcore.h More merging from SOC 2006's vector layer branch: 2008-10-25 11:59:03 +00:00
gimppaintcoreundo.c app/paint/gimppaintcore-undo.[ch] removed... 2007-02-03 18:48:00 +00:00
gimppaintcoreundo.h app/paint/gimppaintcore-undo.[ch] removed... 2007-02-03 18:48:00 +00:00
gimppaintoptions.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimppaintoptions.h formatting. 2008-10-25 09:18:49 +00:00
gimppencil.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppencil.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimppenciloptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppenciloptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpperspectiveclone.c app/core/Makefile.am added GIMP_ERROR as general error domain. 2008-11-12 10:56:06 +00:00
gimpperspectiveclone.h make gimp_perspective_clone_get_matrix() static and add 2008-08-20 09:49:40 +00:00
gimpperspectivecloneoptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpperspectivecloneoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpsmudge.c renamed gimp_item_width() to gimp_item_get_width() and gimp_item_height() 2008-11-03 00:09:01 +00:00
gimpsmudge.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpsmudgeoptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpsmudgeoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpsourcecore.c app/core/Makefile.am added GIMP_ERROR as general error domain. 2008-11-12 10:56:06 +00:00
gimpsourcecore.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
gimpsourceoptions.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpsourceoptions.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00
paint-enums.c use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
paint-enums.h changed "Modify Perspective Plane" to "Modify Perspective". 2007-10-16 15:02:16 +00:00
paint-types.h app/paint/paint-types.h move opaque typedefs of object instances to 2007-02-08 22:58:22 +00:00