gimp/app/plug-in
Sven Neumann c61f677536 use the GIMP_PLUG_IN_ERROR domain.
2008-11-12  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-icc-profile.c: use the GIMP_PLUG_IN_ERROR
	domain.


svn path=/trunk/; revision=27627
2008-11-12 10:25:43 +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
gimpenvirontable.c Added missing include. 2007-05-30 11:49:14 +00:00
gimpenvirontable.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpinterpreterdb.c Fixes for some Sparse reported issues in app/ 2008-03-28 23:18:19 +00:00
gimpinterpreterdb.h added a function that returns all file extensions registered in the 2007-04-18 13:21:20 +00:00
gimpplugin-cleanup.c Add GEGL_CFLAGS and #includes as if gimpdrawable.h and gimpimage.h had a 2008-10-09 20:24:04 +00:00
gimpplugin-cleanup.h Move the shadow tiles from the image to the drawable. Fixes bug #100469. 2008-04-21 17:20:51 +00:00
gimpplugin-context.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-context.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-message.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
gimpplugin-message.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimpplugin-progress.c app/core/gimpimagefile.c formatting. 2008-10-22 06:00:06 +00:00
gimpplugin-progress.h Fix stuck progress bars (bug #393832): 2007-03-15 23:39:32 +00:00
gimpplugin.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
gimpplugin.h app/plug-in/gimpplugin.[ch] (struct GimpPlugIn) move the error_handler 2008-08-19 08:24:48 +00:00
gimpplugindebug.c made the "args" parameter const. 2008-09-05 15:46:00 +00:00
gimpplugindebug.h made the "args" parameter const. 2008-09-05 15:46:00 +00:00
gimpplugindef.c app/base/temp-buf.c app/base/tile-manager.c accept NULL in all 2007-11-16 18:19:30 +00:00
gimpplugindef.h app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00
gimppluginerror.c renamed files: 2007-08-11 19:36:08 +00:00
gimppluginerror.h app/pdb/gimppdberror.h added generic error codes. 2008-11-12 10:06:07 +00:00
gimppluginmanager-call.c app/plug-in/gimppluginprocedure.c don't just free the return values when 2008-08-21 16:27:06 +00:00
gimppluginmanager-call.h If a procedure call fails, pass a string describing the error as the 2008-08-16 13:57:57 +00:00
gimppluginmanager-data.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimppluginmanager-data.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-file.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h removed... 2007-02-19 01:16:05 +00:00
gimppluginmanager-file.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-help-domain.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimppluginmanager-help-domain.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-history.c In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-history.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-locale-domain.c app/actions/data-commands.c app/base/boundary.c app/base/gimphistogram.c 2007-05-22 10:43:48 +00:00
gimppluginmanager-locale-domain.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-menu-branch.c add "File/New" submenu and an "Acquire" placeholder inside it. Removed 2008-04-09 10:48:01 +00:00
gimppluginmanager-menu-branch.h added accessor for the list of menu branches. 2007-12-20 21:48:18 +00:00
gimppluginmanager-query.c app/core/gimpcontainer-filter.c app/pdb/gimppdb-query.c replace usage of 2007-11-01 08:15:38 +00:00
gimppluginmanager-query.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimppluginmanager-restore.c bumped minimum required version of GLib to 2.18.0. 2008-11-04 12:33:09 +00:00
gimppluginmanager-restore.h app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved 2007-04-18 15:06:05 +00:00
gimppluginmanager.c app/base/temp-buf.c app/base/tile-manager.c accept NULL in all 2007-11-16 18:19:30 +00:00
gimppluginmanager.h app/plug-in/Makefile.am app/plug-in/gimppluginmanager.[ch] moved 2007-04-18 15:06:05 +00:00
gimppluginprocedure.c app/pdb/gimppdberror.h added generic error codes. 2008-11-12 10:06:07 +00:00
gimppluginprocedure.h app/plug-in/gimppluginprocedure.[ch] moved error handling for asynchronous 2008-08-21 18:09:41 +00:00
gimppluginprocframe.c set proc_frame->procedure to NULL *after* calling gimp_plug_in_cleanup(). 2008-10-23 17:13:19 +00:00
gimppluginprocframe.h app/plug-in/gimpplugin.[ch] (struct GimpPlugIn) move the error_handler 2008-08-19 08:24:48 +00:00
gimppluginshm.c Use INVALID_HANDLE_VALUE instead of INVALID_FILE_HANDLE which was an 2008-09-18 09:35:00 +00:00
gimppluginshm.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
gimptemporaryprocedure.c app/plug-in/gimppluginprocedure.[ch] moved error handling for asynchronous 2008-08-21 18:09:41 +00:00
gimptemporaryprocedure.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
makefile.msc updated and removed -GD to let msvc9 complain less 2007-12-09 14:11:09 +00:00
plug-in-enums.c use NC_() to mark enum values for translation. Use a lower-case short form 2008-11-06 08:28:28 +00:00
plug-in-enums.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-icc-profile.c use the GIMP_PLUG_IN_ERROR domain. 2008-11-12 10:25:43 +00:00
plug-in-icc-profile.h app/plug-in/plug-in-icc-profile.[ch] removed run-mode argument from 2006-12-18 08:15:56 +00:00
plug-in-menu-path.c add a fallback mapping from <Toolbox> to <Image> so we catch really 2008-10-06 20:35:41 +00:00
plug-in-menu-path.h add "File/New" submenu and an "Acquire" placeholder inside it. Removed 2008-04-09 10:48:01 +00:00
plug-in-params.c Add new PDB data type PDB_COLORARRAY for using arrays of GimpRGB colors as 2008-07-14 14:09:16 +00:00
plug-in-params.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-rc.c Fixes for some Sparse reported issues in app/ 2008-03-28 23:18:19 +00:00
plug-in-rc.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
plug-in-types.h remove GimpPlugInDebug typedef. 2007-08-15 16:40:39 +00:00