gimp/app
Sven Neumann 0aec8c079e added GIMP_MAX_MEMSIZE, an arbitrary upper limit for memory sizes. It must
2003-11-25  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimplimits.h: added GIMP_MAX_MEMSIZE, an arbitrary
	upper limit for memory sizes. It must be smaller than G_MAXDOUBLE
	since our memsize entry doesn't handle anything larger.

	* app/widgets/gimppropwidgets.c (gimp_prop_memsize_entry_new):
	check against GIMP_MAX_MEMSIZE, not G_MAXDOUBLE.

	* app/config/gimpbaseconfig.c
	* app/config/gimpcoreconfig.c
	* app/config/gimpguiconfig.c: use GIMP_MAX_MEMSIZE instead of
	G_MAXULONG. The latter is larger than G_MAXDOUBLE on 64bit
	machines and caused bug #127908.

	* libgimpwidgets/gimpmemsizeentry.c: added casts to guint64.
2003-11-25 19:45:01 +00:00
..
actions Fixed some selection editor problems (bug #127644): 2003-11-22 13:38:11 +00:00
base changed the range of the "lightness" parameter to [-100..+100], where -100 2003-11-18 16:06:47 +00:00
composite Repaired an oversight on the application of hue/color/saturation/value on 2003-11-25 04:51:31 +00:00
config added GIMP_MAX_MEMSIZE, an arbitrary upper limit for memory sizes. It must 2003-11-25 19:45:01 +00:00
core added GIMP_UNDO_EVENT_UNDO_FREEZE and GIMP_UNDO_EVENT_UNDO_THAW. 2003-11-25 16:12:53 +00:00
dialogs remember the size of the levels tool dialog. Fixes bug #127896. 2003-11-25 15:30:16 +00:00
display set filter_idle_id to 0, not NULL. 2003-11-24 12:43:59 +00:00
file still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
gui remember the size of the levels tool dialog. Fixes bug #127896. 2003-11-25 15:30:16 +00:00
menus libgimpwidgets/gimpquerybox.c configure the labels in the message dialog 2003-11-14 15:33:40 +00:00
paint invalidate the solid brush cache as well. Should fix #127681. 2003-11-25 16:41:20 +00:00
paint-funcs handle grayscale buffers (bug #127666). 2003-11-22 15:09:24 +00:00
pdb still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
plug-in argh, need to assign strings to (*array_retloc[i]), not just 2003-11-21 14:10:52 +00:00
text still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
tools changed the range of the "lightness" parameter to [-100..+100], where -100 2003-11-18 16:06:47 +00:00
vectors removed gimp_g_object_get_memsize()... 2003-11-25 12:53:29 +00:00
widgets added GIMP_MAX_MEMSIZE, an arbitrary upper limit for memory sizes. It must 2003-11-25 19:45:01 +00:00
xcf libgimpwidgets/gimpquerybox.c configure the labels in the message dialog 2003-11-14 15:33:40 +00:00
.cvsignore Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
airbrush.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
app_procs.c register a log handler for the "Gimp-Vectors" domain. 2003-11-19 00:48:52 +00:00
app_procs.h unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +00:00
batch.c libgimpwidgets/gimpquerybox.c configure the labels in the message dialog 2003-11-14 15:33:40 +00:00
batch.h added G_SPAWN_CHILD_INHERITS_STDIN to the flags passed to g_spawn_async(). 2003-03-21 16:50:55 +00:00
errors.c unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +00:00
errors.h unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc
main.c unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +00:00
Makefile.am libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
makefile.msc still unacceptable patched to compile without FT2, see bug #113681 2003-11-16 21:20:14 +00:00
paint_core.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
paint_options.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
plug_in_cmds.c Garry R. Osgood <grosgood@rcn.com> 2001-03-11 13:15:41 +00:00
transform_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
units.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
units.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
wilber.ico