gimp/app
Simon Budig f57321511e app/vectors/Makefile.am app/vectors/vectors-enums.h added new file for the
2006-10-24  Simon Budig  <simon@gimp.org>

	* app/vectors/Makefile.am
	* app/vectors/vectors-enums.h
	* app/vectors/vectors-types.h: added new file for the vectors enums,
	adjusted Makefile.am for the generation of vectors-enums.c

	* tools/pdbgen/Makefile.am
	* tools/pdbgen/pdb/vectors.pdb: Added implementation for
	gimp-vectors-stroke-get-points which returns the control points for
	the stroke.
	Renamed gimp-vectors-stroke-remove to gimp-vectors-remove-stroke.

	ATTENTION: this breaks scripts using this function, a simple name
	change is enough to make it work again.
	Also please note that yosh reordered the return values of
	gimp-vectors-stroke-interpolate, so your scripts need adjustment
	there as well.

        * tools/pdbgen/pdb/paths.pdb: deprecate gimp-path-get-points. Yay!

	* libgimp/gimp.def: added new symbol

	* plug-ins/pygimp/pygimp-vectors.c: reflect name change of
	gimp_vectors_remove_stroke ().

	* app/vectors/vectors-enums.c
	* app/pdb/internal_procs.c
	* app/pdb/paths_cmds.c
	* app/pdb/vectors_cmds.c
	* devel-docs/libgimp/tmpl/gimpvectors.sgml
	* libgimp/gimpenums.c.tail
	* libgimp/gimpenums.h
	* libgimp/gimppaths_pdb.[ch]
	* libgimp/gimpvectors_pdb.[ch]
	* tools/pdbgen/enums.pl: regenerated.
2006-10-24 14:23:29 +00:00
..
actions Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
base forgot to commit the latest version of this file (only a typo fix). 2006-10-23 12:09:22 +00:00
composite app/composite/gimp-composite.h app/composite/gimp-composite-generic.c 2006-09-27 23:29:05 +00:00
config app/config/gimpdisplayconfig.[ch] app/config/gimprc-blurbs.h added new 2006-09-08 15:05:36 +00:00
core Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
dialogs Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
display fixed calculation of display area in preparation of fixing bug #362915. 2006-10-19 08:25:04 +00:00
file if the passed filename starts with a valid, but unhandled uri scheme, fail 2006-10-15 20:04:51 +00:00
gui app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
menus app/pdb/Makefile.am app/pdb/gimppluginprocedure.[ch] removed these 2006-08-05 21:21:01 +00:00
paint app/paint/gimpclone.c app/paint/gimpheal.c 2006-09-26 21:53:43 +00:00
paint-funcs Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-10-12 17:07:09 +00:00
pdb app/vectors/Makefile.am app/vectors/vectors-enums.h added new file for the 2006-10-24 14:23:29 +00:00
plug-in if plug_in_rc_parse() returns an empty list it's not neccessarily an eror, 2006-10-23 19:19:22 +00:00
text app/actions/data-commands.c app/actions/documents-commands.c 2006-10-09 18:49:15 +00:00
tools show two decimal digits when editing "Pixels" in the "Center" size entry. 2006-10-23 22:36:45 +00:00
vectors app/vectors/Makefile.am app/vectors/vectors-enums.h added new file for the 2006-10-24 14:23:29 +00:00
widgets Added "Edit -> Fade" which allows to modify the paint mode and opacity of 2006-10-21 18:46:49 +00:00
xcf removed the "floating" flag and the floating/sink API. 2006-10-16 17:09:17 +00:00
.cvsignore tools/Makefile.am build binaries with 2.3 versions. 2004-12-31 00:30:26 +00:00
Makefile.am added $(SYMPREFIX) to the -u flags 2006-08-16 23:05:36 +00:00
about.h use U+00A9 COPYRIGHT SIGN. 2006-03-01 08:06:08 +00:00
airbrush.c
app_procs.c app/app_procs.c moved some code from app_run() to errors_init(). 2006-09-09 17:31:28 +00:00
app_procs.h app/app_procs.[ch] initialize the error subsystem after the gimp object 2006-09-09 16:36:15 +00:00
batch.c formatting. 2006-06-09 06:47:03 +00:00
batch.h app/app_procs.[ch] app/batch.[ch] added new command-line option 2004-10-06 09:56:15 +00:00
errors.c Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
errors.h app/app_procs.c moved some code from app_run() to errors_init(). 2006-09-09 17:31:28 +00:00
fileicon.ico fileicon.ico new icons for the Windows build created by Jernej 2006-05-02 06:37:08 +00:00
gimp-intl.h Applied patch from Zbigniew Chyla: 2006-06-27 07:55:41 +00:00
gimp.rc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
gimpcore.def updated 2006-09-08 11:45:06 +00:00
main.c app/app_procs.[ch] initialize the error subsystem after the gimp object 2006-09-09 16:36:15 +00:00
makefile.msc include "gimpcontext.h" for gimp_context_set_gradient() 2006-09-03 12:39:24 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
sanity.c depend on glib >= 2.10.2, gtk+ >= 2.8.18 and pango >= 1.12.3. Define 2006-07-05 13:40:47 +00:00
sanity.h removed the gtk+ sanity check here ... 2004-07-12 13:22:28 +00:00
transform_core.c
units.c app/units.c converted tabs to spaces. 2006-04-11 12:54:09 +00:00
units.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
wilber.ico fileicon.ico new icons for the Windows build created by Jernej 2006-05-02 06:37:08 +00:00