gimp/libgimpbase
Sven Neumann 5ea47f728f take a guint64 parameter and handle values beyond a gigabyte.
2003-11-14  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimputils.[ch] (gimp_memsize_to_string): take a
	guint64 parameter and handle values beyond a gigabyte.

	* app/core/gimptemplate.[ch]: use a guint64 for the initial memory
	size and removed the gboolean that used to indicate a gulong
	overflow.

	* app/widgets/gimptemplateeditor.[ch]: changed accordingly.

	* app/gui/file-new-dialog.c: don't set the OK button insensitive
	when the initial memory size exceeds GULONG_MAX.

	* app/widgets/gimpsessioninfo.c (gimp_session_info_deserialize):
	replaced a misleading comment.
2003-11-14 12:05:13 +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 Move gimpwin32-io.h to libgimpbase_1_3_la_SOURCES, so that it gets 2003-11-05 05:19:14 +00:00
gimpbase.def actually commit the change 2003-10-16 16:58:57 +00:00
gimpbase.h libgimpbase/Makefile.am added new files that hold the new 2003-02-05 22:15:39 +00:00
gimpbasetypes.h include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00
gimpcpuaccel.c null-terminate string for vendor comparisions. 2003-09-04 22:31:12 +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 gimpwin32-io.h. 2003-07-28 18:19:24 +00:00
gimpdatafiles.h changed GimpDatafileLoaderFunc to take a separate "gpointer user_data" 2003-07-02 17:11:00 +00:00
gimpenv.c Fix bug that was introduced when the call to g_strconcat() was replaced 2003-10-20 22:22:46 +00:00
gimpenv.h added -lX11 to LIBXMU since GTK_LIBS doesn't provide it for us anymore 2002-05-30 02:13:11 +00:00
gimplimits.h reduced GIMP_MAX_IMAGE_SIZE to 2^18. 2003-04-04 15:11:30 +00:00
gimpparasite.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpparasite.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpparasiteio.c require GLib-1.3.10, GTK+-1.3.10 and Pango-0.21 2001-10-28 11:18:32 +00:00
gimpparasiteio.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpprotocol.c added "wm_name", "wm_class", "display_name" and "monitor_number" to the 2003-11-07 17:29:02 +00:00
gimpprotocol.h added GIMP_CONFIG_ERROR_VERSION to GimpConfigError enum. 2003-11-07 23:47:35 +00:00
gimpsignal.c try to complete the aborted commit 2003-02-06 18:51:44 +00:00
gimpsignal.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpunit.h libgimpcolor/Makefile.am use GLIB_CFLAGS instead of GTK_CFLAGS. 2001-12-31 01:22:47 +00:00
gimputils.c take a guint64 parameter and handle values beyond a gigabyte. 2003-11-14 12:05:13 +00:00
gimputils.h take a guint64 parameter and handle values beyond a gigabyte. 2003-11-14 12:05:13 +00:00
gimpwin32-io.h renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +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 libgimpbase/Makefile.am (EXTRA_DIST) removed gimpversion.h.in. 2003-08-26 22:56:30 +00:00