gimp/libgimpbase
Hans Breuer 3b3039148c build but *dont link* display-enums.obj, widget-enums.obj and
2004-07-31  Hans Breuer  <hans@breuer.org>

	* app/display/makefile.msc app/widgets/makefile.msc : build
	but *dont link* display-enums.obj, widget-enums.obj and
	gimpdisplayoptions.obj. They must be in the dll
	* app/makefile.msc : build gimp.exe and gimp-console.exe both
	using the same gimp-core.dll
	* app/gimpcore.def : new file, exports for gimp-core.dll
	* app/Makefile.am : added to EXTRA_DIST

	* cursors/makefile.msc : new file to create gimp-tool-cursors.h
	* cursors/Makefile.am : added to EXTRA_DIST

	* **/makefile.msc : updated

	* app/main.c app/app_procs.c : moved code to close the console
	from the former to the later. It only is to be used if The Gimp
	is not build as console app.

	* plug-ins/gfig/gfig.c : dont gimp_drawable_detach() the same
	drawable twice
	* plug-ins/gfig-dialog.c() : added a g_return_if_fail() to avoid
	crashing on File/Import
2004-08-01 20:51:12 +00:00
..
.cvsignore Additions for Win32: Use -no-undefined. Use the gimpbase.def file. Produce 2002-03-29 23:10:18 +00:00
Makefile.am removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpbase-private.c libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimpbase-private.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
gimpbase.def added new symbols. 2004-07-29 13:40:56 +00:00
gimpbase.h libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimpbaseenums.c removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpbaseenums.h removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpbasetypes.c forgot to add this file 2004-07-29 12:37:17 +00:00
gimpbasetypes.h removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpcpuaccel.c Reorged, to address bug #142907 and bug #143069. Accel implementations 2004-06-14 00:52:38 +00:00
gimpcpuaccel.h rewrote the x86 tests, moved debug printout from base.c to here. 2003-09-04 21:58:57 +00:00
gimpdatafiles.c Added infrastructure to make sure we don't write to the global brush, 2004-01-28 21:53:50 +00:00
gimpdatafiles.h Added infrastructure to make sure we don't write to the global brush, 2004-01-28 21:53:50 +00:00
gimpenv.c Add new function file_utils_filename_to_utf8(), which is to be used when 2004-01-14 02:03:37 +00:00
gimpenv.h libgimpbase/gimpdatafiles.[ch] libgimpbase/gimpenv.[ch] 2003-11-23 15:35:27 +00:00
gimplimits.h remove unnecessary GTK_WIDGET() cast. 2004-01-06 10:04:31 +00:00
gimpmemsize.c libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimpmemsize.h libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimpparasite.c removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpparasite.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpparasiteio.c clamp the pixpipe dimension to the allowed range. Fixes bug #137902. 2004-03-22 12:33:52 +00:00
gimpparasiteio.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpprotocol.c removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpprotocol.h Michael Natterer <mitch@gimp.org> 2004-03-23 18:31:35 +00:00
gimpsignal.c libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpsignal.h bumped version number to 2.0pre3 (1.3.26), binary age 2, interface age 0. 2004-01-19 17:35:20 +00:00
gimpunit.c libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimpunit.h libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimputils.c removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimputils.h removed enums GimpImageType and GimpImageBaseType ... 2004-07-29 12:33:15 +00:00
gimpwin32-io.h added copyright header, added #defines for access(), F_OK, R_OK and X_OK. 2004-07-19 13:22:44 +00:00
gimpwire.c using a union like that may not be completely portable. Use a guint8 array 2002-11-25 10:12:02 +00:00
gimpwire.h libgimpbase/gimpprotocol.[ch] pass "gpointer user_data" to all functions, 2002-05-16 17:41:38 +00:00
makefile.msc build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00