gimp/app/paint
Hans Breuer 7c7ff46cc6 updated
2002-11-30  Hans Breuer  <hans@breuer.org>

	* */makefile.msc */*/makefile.msc : updated

	* themes/Default/images/makefile.msc : new file
	* themes/Default/makefile.msc : removed

	* libgimpwidgets/gimpwidgets.def : updated

	* app/core/core-types.h : renamed PIXELS and POINTS
	to SIZE_* to avoid clashes with system headers
	* app/pdb/text_tool_cmds.c : updated ...
	* tools/pdbgen/enums.py : ... by renaming here too.

	* app/widgets/gimphistogrambox.c : <string.h> for memcpy()
	* app/widgets/gimppropwidgets.c : <string.h> for strlen()

	* app/config/gimpconfig.c : on win32 rename always fails
	if the destination file exists. Delete it first.

	* libgimp/gimp.def : removed all '_'-prefixed exports
	* plug-ins/common/iwarp.c : replace _gimp_layer_copy()
	with gimp_layer_copy(), gimp_layer_add_alpha()

	* libgimp/gimpmisc.c : ported gimp_timer funcs to use
	g_timer to be more portable

	* libgimpbase/gimpdatafiles.c : there are no symlinks on
	win32, inverted to #ifndef G_OS_WIN32 as it was meant.

	* libgimpbase/gimpbase.def libgimpmodule/gimpmodule.def
	  libgimpwidgets/gimpwidgets.def : updated externals

	* plug-ins/common/randomize.c plug-ins/common/sinus.c :
	don't initialize more than the defined struct size

	* plug-ins/common/warp.c : removed unneeded unistd.h and
	signal.h include

	* regexrepl/regexrepl.def : (new file) needed to build
	as DLL
2002-12-01 14:53:17 +00:00
..
.cvsignore Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpairbrush.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpairbrush.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpclone.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpclone.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpconvolve.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpconvolve.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpdodgeburn.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpdodgeburn.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimperaser.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimperaser.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpink-blob.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimpink-blob.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpink.c no need to include "appenv.h" 2002-11-30 22:55:01 +00:00
gimpink.h app/tools/gimpairbrushtool.[ch] app/tools/gimpbezierselecttool.[ch] 2002-05-03 11:31:08 +00:00
gimppaintbrush.c Paint cleanup: 2002-06-09 13:56:09 +00:00
gimppaintbrush.h app/core/Makefile.am new object for registering GimpPaintCore subclasses, 2002-02-27 13:57:49 +00:00
gimppaintcore-kernels.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimppaintcore-stroke.c Separated tool_options creation from tool registration so we don't 2002-06-17 10:34:28 +00:00
gimppaintcore-stroke.h added gimp_paint_core_stroke_vectors() which strokes the whole vector 2002-02-26 03:19:47 +00:00
gimppaintcore.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimppaintcore.h Separated tool_options creation from tool registration so we don't 2002-06-17 10:34:28 +00:00
gimppaintoptions.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimppaintoptions.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimppencil.c Paint cleanup: 2002-06-09 13:56:09 +00:00
gimppencil.h app/core/Makefile.am new object for registering GimpPaintCore subclasses, 2002-02-27 13:57:49 +00:00
gimpsmudge.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpsmudge.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpsourcecore.c app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
gimpsourcecore.h app/paint/gimpairbrush.[ch] app/paint/gimpclone.[ch] 2002-11-27 22:55:03 +00:00
Makefile.am app/base/Makefile.am automake-1.6 seems to use yet another variable to 2002-06-07 23:00:46 +00:00
makefile.msc updated 2002-12-01 14:53:17 +00:00
paint-enums.c app/base/Makefile.am app/base/base-enums.c app/core/Makefile.am 2002-03-19 19:17:31 +00:00
paint-enums.h app/base/Makefile.am app/base/base-enums.c app/core/Makefile.am 2002-03-19 19:17:31 +00:00
paint-types.h app/paint/Makefile.am app/paint/paint-enums.h split enums into their own 2002-03-19 15:05:38 +00:00
paint.c unref the paint info objects after adding them to their container. 2002-08-22 14:48:28 +00:00
paint.h Added some kind of paint core registry. It's ugly and will change... 2002-02-26 02:00:02 +00:00