gimp/libgimp
Michael Natterer 853f04d5a6 Changed naming scheme for PDB procedure names from
2005-08-03  Michael Natterer  <mitch@gimp.org>

	Changed naming scheme for PDB procedure names from
	random_crap_that_traditionally_has_underscores to
	enforced-canonical-identifiers. I'm pretty sure some things are
	broken after this commit. More changes to come...

	* libgimpbase/gimpbase.def
	* libgimpbase/gimputils.[ch]: added gimp_canonicalize_identifier().

	* app/pdb/procedural_db.[ch] (struct ProcRecord): added
	"gchar *original_name" to keep a procedure's original name as
	reigstered by plug-ins (compat cruft).

	(procedural_db_init_procs): canonicalized list of deprecated
	procedures.

	* app/plug-in/plug-in-proc-def.c (plug_in_proc_def_free): free
	original_name.

	* app/plug-in/plug-in-message.c: canonicalize procedure names
	which are received over the wire.

	* app/plug-in/plug-in-rc.c: serialize the original_name and create
	the canonicalized name on-the-fly when deserializing.

	* app/plug-in/plug-in-run.c: pass the original_name to plug-ins
	when running them because they strcmp() the passed procedure name.

	* app/plug-in/plug-ins.c (plug_ins_add_to_db): pass
	canonical procedure names to procedural_db_execute().

	(plug_ins_file_proc_compare): special-case "gimp-xcf", not "gimp_xcf".

	* app/xcf/xcf.c: changed static XCF procedures accordingly.

	* tools/pdbgen/app.pl
	* tools/pdbgen/lib.pl: do some trivial substitutions to generate
	canonicalized names in app/, and C identifiers with underscores in
	libgimp/.

	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/palettes.pdb
	* tools/pdbgen/pdb/patterns.pdb
	* tools/pdbgen/pdb/plug_in.pdb
	* tools/pdbgen/pdb/procedural_db.pdb
	* tools/pdbgen/pdb/text_tool.pdb
	* tools/pdbgen/pdb/transform_tools.pdb: canonicaloized procedure
	names in calls to std_pdb_deprecated() and in procedure names in
	generated C code.

	* app/pdb/*_cmds.c
	* libgimp/*_pdb.c: regenerated.
2005-08-02 22:52:23 +00:00
..
.cvsignore new formal widget based on gimpfontmenu.[ch]. 2005-06-04 22:36:05 +00:00
COPYING Hmm... this actually wasn't the file as advertised by the ChangeLog.... 2000-01-02 23:11:47 +00:00
Makefile.am plug-ins/dbbrowser/Makefile.am plug-ins/dbbrowser/gimpprocbrowser.[ch] 2005-08-02 16:49:42 +00:00
gimp.c make _gimp_enums_init public, so language bindings can do early enum 2005-06-03 23:25:44 +00:00
gimp.def added gimp_getpid(). 2005-07-24 23:34:25 +00:00
gimp.h allow to access (read-only) the current color management configuration 2005-06-26 12:53:31 +00:00
gimp_pdb.h Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
gimpaspectpreview.c really use the second parameter of gimp_aspect_preview_new (), so plug-ins 2004-10-27 11:38:15 +00:00
gimpaspectpreview.h libgimp/gimpaspectpreview.h libgimp/gimpdrawablepreview.h 2004-10-23 19:59:18 +00:00
gimpbrush_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpbrush_pdb.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-30 23:28:38 +00:00
gimpbrushes.c for deprecated procedures, create a gtk-doc comment that contains a link 2004-10-06 18:25:16 +00:00
gimpbrushes.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimpbrushes_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpbrushes_pdb.h put subsequent deprecated prototypes into a single #ifndef ... #endif 2004-10-06 01:37:54 +00:00
gimpbrushmenu.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimpbrushmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpbrushselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2004-07-28 00:04:13 +00:00
gimpbrushselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpbrushselect_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpbrushselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpchannel.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpchannel.h renamed gimp_drawable_image() to gimp_drawable_get_image() for symmetry 2003-12-04 13:21:27 +00:00
gimpchannel_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpchannel_pdb.h Forgot to commit gimpchannel_pdb.h. Commiting now. 2005-02-22 18:41:22 +00:00
gimpcolor_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpcolor_pdb.h applied patch from Karine Delvare which adds gimp_desaturate_full(). Fixes 2005-04-19 20:31:30 +00:00
gimpcompat.h removed GimpChannelLutType enum and export GimpHistogramChannel to the 2004-01-13 16:19:50 +00:00
gimpcontext_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpcontext_pdb.h added accessors for the context's brush, pattern, gradient, palette and 2004-09-22 23:00:51 +00:00
gimpconvert_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpconvert_pdb.h renamed gimp_convert_*() functions to gimp_image_convert_*(). 2003-12-04 14:52:24 +00:00
gimpdisplay_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpdisplay_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdrawable.c cleanup gint/gboolean confusion (spotted by Maurits Rijk). 2005-04-14 19:26:38 +00:00
gimpdrawable.h cleanup gint/gboolean confusion (spotted by Maurits Rijk). 2005-04-14 19:26:38 +00:00
gimpdrawable_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpdrawable_pdb.h added GimpForegroundExtractMode in preparation for other implementations 2005-07-29 02:35:12 +00:00
gimpdrawablecombobox.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimpdrawablecombobox.h libgimp/gimpimagecombobox.h fix the type macros so they work. 2005-06-04 22:11:56 +00:00
gimpdrawablepreview.c respect the selection (fixes bug #301523). 2005-04-23 11:53:09 +00:00
gimpdrawablepreview.h libgimp/gimpaspectpreview.h libgimp/gimpdrawablepreview.h 2004-10-23 19:59:18 +00:00
gimpdrawabletransform_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpdrawabletransform_pdb.h renamed the new drawable_foo_defaults() functions to 2004-11-16 15:25:13 +00:00
gimpedit_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpedit_pdb.h added new function copy_region_nocow() as a workaround for the fact that 2004-12-12 14:01:08 +00:00
gimpenums.c.tail added GimpForegroundExtractMode in preparation for other implementations 2005-07-29 02:35:12 +00:00
gimpenums.h make _gimp_enums_init public, so language bindings can do early enum 2005-06-03 23:25:44 +00:00
gimpexport.c changed default dithering to GIMP_NO_DITHER (bug #303063). 2005-05-21 00:38:19 +00:00
gimpexport.h added new export capabilities GIMP_EXPORT_CAN_HANDLE_BITMAP and 2003-11-15 16:51:20 +00:00
gimpfileops_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpfileops_pdb.h app/plug-in/plug-in-proc-def.[ch] app/plug-in/plug-in-rc.c allow to 2004-11-13 17:06:06 +00:00
gimpfloatingsel_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpfloatingsel_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontmenu.c new formal widget based on gimpfontmenu.[ch]. 2005-06-04 22:36:05 +00:00
gimpfontmenu.h new formal widget based on gimpfontmenu.[ch]. 2005-06-04 22:36:05 +00:00
gimpfonts_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpfonts_pdb.h app/core/Makefile.am app/core/core-types.h added filter functionality for 2003-09-04 17:04:36 +00:00
gimpfontselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2004-07-28 00:04:13 +00:00
gimpfontselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpfontselect_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpfontselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontselectbutton.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimpfontselectbutton.h new formal widget based on gimpfontmenu.[ch]. 2005-06-04 22:36:05 +00:00
gimpgimprc.c cast to GIMP_CONFIG() for gimp_config_deserialize_string(). 2005-06-26 21:11:39 +00:00
gimpgimprc.h allow to access (read-only) the current color management configuration 2005-06-26 12:53:31 +00:00
gimpgimprc_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpgimprc_pdb.h allow to access (read-only) the current color management configuration 2005-06-26 12:53:31 +00:00
gimpgradient_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpgradient_pdb.h do actually add the new procedure gimp_gradient_is_editable(). 2005-01-03 17:58:25 +00:00
gimpgradientmenu.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimpgradientmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpgradients.c for deprecated procedures, create a gtk-doc comment that contains a link 2004-10-06 18:25:16 +00:00
gimpgradients.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimpgradients_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpgradients_pdb.h put subsequent deprecated prototypes into a single #ifndef ... #endif 2004-10-06 01:37:54 +00:00
gimpgradientselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2004-07-28 00:04:13 +00:00
gimpgradientselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpgradientselect_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpgradientselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpguides_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpguides_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimphelp_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimphelp_pdb.h changed "prog_name" parameter of gimp_help() to "help_domain". It's 2004-01-20 12:38:31 +00:00
gimpimage.c libgimp/gimp.[ch] libgimp/gimpdrawable.[ch] changed attach_new_parasite 2005-03-02 23:26:16 +00:00
gimpimage.h libgimp/gimp.[ch] libgimp/gimpdrawable.[ch] changed attach_new_parasite 2005-03-02 23:26:16 +00:00
gimpimage_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpimage_pdb.h Started a PDB api for vectors/strokes. Not yet functional, this commit is 2005-04-14 02:32:23 +00:00
gimpimagecombobox.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimpimagecombobox.h libgimp/gimpimagecombobox.h fix the type macros so they work. 2005-06-04 22:11:56 +00:00
gimpitemcombobox.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimpitemcombobox.h libgimp/gimpimagecombobox.h fix the type macros so they work. 2005-06-04 22:11:56 +00:00
gimplayer.c actually return a value. 2005-07-10 22:05:11 +00:00
gimplayer.h app/actions/layers-actions.c app/actions/layers-commands.[ch] 2005-07-10 21:17:22 +00:00
gimplayer_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimplayer_pdb.h app/actions/layers-actions.c app/actions/layers-commands.[ch] 2005-07-10 21:17:22 +00:00
gimpmenu.c added gtk-doc comments explaining what functions to use instead of these 2005-03-23 09:58:33 +00:00
gimpmenu.h plug-ins/flame/flame.c ported the last two users of gimpmenu.h to 2004-04-21 23:09:16 +00:00
gimpmessage_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpmessage_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmisc_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpmisc_pdb.h added gimp_getpid(). 2005-07-24 23:34:25 +00:00
gimppainttools_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppainttools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalette.c tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "Palette" pdb 2004-09-22 18:43:09 +00:00
gimppalette.h tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "Palette" pdb 2004-09-22 18:43:09 +00:00
gimppalette_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppalette_pdb.h renamed again, to gimp_palette_[gs]et_columns this time. 2005-03-09 00:50:09 +00:00
gimppalettemenu.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimppalettemenu.h libgimp/Makefile.am libgimp/gimp.h libgimp/gimpui.h 2004-07-27 15:15:58 +00:00
gimppalettes.c for deprecated procedures, create a gtk-doc comment that contains a link 2004-10-06 18:25:16 +00:00
gimppalettes.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimppalettes_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppalettes_pdb.h put subsequent deprecated prototypes into a single #ifndef ... #endif 2004-10-06 01:37:54 +00:00
gimppaletteselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2004-07-28 00:04:13 +00:00
gimppaletteselect.h libgimp/Makefile.am libgimp/gimp.h libgimp/gimpui.h 2004-07-27 15:15:58 +00:00
gimppaletteselect_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppaletteselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpparasite_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpparasite_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppaths_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppaths_pdb.h use boolean values to indicate whether a path is linked ("locked"). 2005-03-03 11:10:37 +00:00
gimppattern_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppattern_pdb.h return the mask's bpp and the brush's pixmap data if it has one. 2004-10-06 03:23:09 +00:00
gimppatternmenu.c libgimp/gimpbrushmenu.c libgimp/gimpdrawablecombobox.c 2005-08-02 22:15:33 +00:00
gimppatternmenu.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimppatterns.c for deprecated procedures, create a gtk-doc comment that contains a link 2004-10-06 18:25:16 +00:00
gimppatterns.h tools/pdbgen/pdb/brushes.pdb tools/pdbgen/pdb/gradients.pdb 2004-09-23 15:05:48 +00:00
gimppatterns_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppatterns_pdb.h put subsequent deprecated prototypes into a single #ifndef ... #endif 2004-10-06 01:37:54 +00:00
gimppatternselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2004-07-28 00:04:13 +00:00
gimppatternselect.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimppatternselect_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimppatternselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppixbuf.c added gimp_drawable_sub_thumbnail() to enable plug-ins avoiding 2004-12-13 23:36:17 +00:00
gimppixbuf.h added gimp_drawable_sub_thumbnail() to enable plug-ins avoiding 2004-12-13 23:36:17 +00:00
gimppixelfetcher.c added docs derived from a patch from Cai Qian (bug #156271). 2004-11-08 14:36:15 +00:00
gimppixelfetcher.h Cleaned up the remaining libgimp API issues: 2004-03-12 22:46:25 +00:00
gimppixelrgn.c unset the dirty flag on the GimpPixelRgn used to iterate the region. 2004-12-20 21:39:48 +00:00
gimppixelrgn.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpplugin.c made plugin_icon_register() an underscore-prefixed function which needs to 2004-05-18 22:54:41 +00:00
gimpplugin.h made plugin_icon_register() an underscore-prefixed function which needs to 2004-05-18 22:54:41 +00:00
gimpplugin_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpplugin_pdb.h Added API to explicitly register dynamic menu items hierarchies. Fixes bug 2005-03-24 16:08:04 +00:00
gimpprocbrowserdialog.c added GimpProcBrowserDialog typedef here. 2005-08-02 17:06:49 +00:00
gimpprocbrowserdialog.h added GimpProcBrowserDialog typedef here. 2005-08-02 17:06:49 +00:00
gimpproceduraldb.c libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpproceduraldb.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpproceduraldb_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpproceduraldb_pdb.h renamed gimp_temp_PDB_name() to gimp_procedurab_db_temp_name() 2003-12-19 00:00:49 +00:00
gimpprocview.c added GimpProcBrowserDialog typedef here. 2005-08-02 17:06:49 +00:00
gimpprocview.h added GimpProcBrowserDialog typedef here. 2005-08-02 17:06:49 +00:00
gimpprogress.c fixed typos in comment. 2005-02-13 13:31:20 +00:00
gimpprogress.h gimp_progress_set_text() has boolean return value. 2005-02-13 01:43:07 +00:00
gimpprogress_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpprogress_pdb.h accept an empty string. 2005-02-13 00:11:24 +00:00
gimpprogressbar.c added GIMP_PROGRESS_COMMAND_PULSE. 2005-02-12 15:46:31 +00:00
gimpprogressbar.h libgimp/gimpaspectpreview.h libgimp/gimpdrawablepreview.h 2004-10-23 19:59:18 +00:00
gimpregioniterator.c added some checks to avoid division by zero. 2004-12-27 10:24:16 +00:00
gimpregioniterator.h renamed the "run_mode" parameters to "unused" and remode the rum_mode 2004-09-28 23:08:17 +00:00
gimpselection.c tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimpselection.h tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimpselection_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpselection_pdb.h tools/pdbgen/pdb/image.pdb entirely removed the deprecated functions 2004-11-16 14:34:34 +00:00
gimpselectiontools_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpselectiontools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptexttool_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimptexttool_pdb.h put subsequent deprecated prototypes into a single #ifndef ... #endif 2004-10-06 01:37:54 +00:00
gimptile.c libgimp/gimptile.c (gimp_tile_put) added missing calls to wire_destroy(). 2005-01-15 12:09:25 +00:00
gimptile.h new inernal function which removes all tiles from a given drawable from 2004-02-16 21:57:01 +00:00
gimptransformtools_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimptransformtools_pdb.h deprecated all functions. 2004-11-02 13:44:13 +00:00
gimptypes.h removed obsolete GimpParamColor typedef. 2004-03-18 18:27:22 +00:00
gimpui.c cosmetics. 2005-04-20 09:33:16 +00:00
gimpui.def plug-ins/dbbrowser/Makefile.am plug-ins/dbbrowser/gimpprocbrowser.[ch] 2005-08-02 16:49:42 +00:00
gimpui.h plug-ins/dbbrowser/Makefile.am plug-ins/dbbrowser/gimpprocbrowser.[ch] 2005-08-02 16:49:42 +00:00
gimpuimarshal.list new formal widget based on gimpfontmenu.[ch]. 2005-06-04 22:36:05 +00:00
gimpuitypes.h added GimpProcBrowserDialog typedef here. 2005-08-02 17:06:49 +00:00
gimpundo_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpundo_pdb.h removed gimp_image_undo_*() functions... 2003-12-05 14:18:47 +00:00
gimpunit_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpunit_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpunitcache.c app/core/gimpunit.c built-in units are const. 2005-04-28 09:47:27 +00:00
gimpunitcache.h libgimp/gimpunitcache.h libgimpbase/gimpchecks.h 2004-11-04 10:51:55 +00:00
gimpvectors_pdb.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +00:00
gimpvectors_pdb.h cosmetic change: Make the stroke IDs start from 1. 2005-06-01 16:20:46 +00:00
libgimp-intl.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
makefile.msc updated dont include "gimpmessagedialog.c" to avoid redefinitions. Instead 2005-07-10 16:24:57 +00:00
stdplugins-intl.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00