gimp/app
Michael Natterer 23f6a194ac added context->serialize_props mask which enables specifying exactly which
2004-07-03  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpcontext.[ch]: added context->serialize_props mask
	which enables specifying exactly which properties will be
	serialized. Also fixes a bug that prevented undefined properties
	from being serialized, breaking tool_options and device status
	serialization.

	* app/core/gimptoolinfo.c (gimp_tool_info_new): make only the
	properties in the tool_info->context_props mask serializable, also
	configure/initialize tool_info->tool_options.

	* app/tools/gimp-tools.c (gimp_tools_register): removed
	tool_options initialization that is now done in
	gimp_tool_info_new().

	* app/widgets/gimpdeviceinfo.c: make only the properties in
	GIMP_DEVICE_INFO_CONTEXT_MASK serializable.

	* app/widgets/gimpdevicestatus.c: add the device table to its
	parent container again. Fixes "missing" devices.

	* app/core/gimptooloptions.c
	* app/widgets/gimpdevices.c: cleanup / code review.
2004-07-03 20:27:28 +00:00
..
actions don't let the Paste menu items sensitivity depend on the availability of 2004-07-02 14:40:48 +00:00
base Fixed bug #141930 while keeping bug #132322 fixed: 2004-06-28 14:24:56 +00:00
composite define timersub() macro in case it's undefined. Patch by Tim Mooney, fixes 2004-06-22 18:11:08 +00:00
config added #define GIMP_CONTROLLER_PARAM_SERIALIZE. Made all properties 2004-06-16 18:14:44 +00:00
core added context->serialize_props mask which enables specifying exactly which 2004-07-03 20:27:28 +00:00
dialogs work around GTK+ bug #143270 (set the cursor on the selected model path 2004-06-25 10:24:35 +00:00
display app/gui/Makefile.am new files implementing a clipboard for image data 2004-07-02 14:08:15 +00:00
file new utility function which opens an image, flattens it if needed and 2004-06-28 21:42:19 +00:00
gui app/gui/Makefile.am new files implementing a clipboard for image data 2004-07-02 14:08:15 +00:00
menus app/gui/Makefile.am new files implementing a clipboard for image data 2004-07-02 14:08:15 +00:00
paint app/core/core-enums.c app/display/display-enums.c app/paint/paint-enums.c 2004-06-30 16:05:24 +00:00
paint-funcs declared gimp_drawable_transform_cubic() as inline function. Makes 2004-06-14 13:38:31 +00:00
pdb tools/pdbgen/pdb/drawable.pdb raised the maximum size for thumbnails from 2004-06-30 12:31:08 +00:00
plug-in added a GimpContext parameter and use it to start plug-ins. 2004-06-30 16:55:43 +00:00
text app/core/core-enums.c app/display/display-enums.c app/paint/paint-enums.c 2004-06-30 16:05:24 +00:00
tools added context->serialize_props mask which enables specifying exactly which 2004-07-03 20:27:28 +00:00
vectors renamed the SVG related functions so that they deal with an anonymous data 2004-06-30 11:57:17 +00:00
widgets added context->serialize_props mask which enables specifying exactly which 2004-07-03 20:27:28 +00:00
xcf Allow plug-ins to register menu icons. Fixes bug #120500. 2004-05-18 21:19:43 +00:00
.cvsignore tools/Makefile.am app/Makefile.am app, tools, and user dir bumped to 2004-04-16 00:56:25 +00:00
airbrush.c
app_procs.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
app_procs.h app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
batch.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
batch.h renamed batch_init() to batch_run(). Install an Gimp::exit handler while 2003-11-30 14:44:13 +00:00
errors.c Added a conditional definition of the preprocessor symbol GIMP_UNSTABLE if 2004-02-05 00:34:50 +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 when glibc is used, call mallopt, so that memory chunks >= 4k (= 64*64 2004-04-29 19:47:24 +00:00
Makefile.am app/Makefile.am app/actions/file-actions.c app/actions/file-commands.[ch] 2004-05-31 14:40:10 +00:00
makefile.msc build sanity.obj app/text/makefile.msc : gimptextundo.obj 2004-04-11 15:21:09 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
sanity.c unset the filename if the image is unnamed. 2004-06-22 15:11:35 +00:00
sanity.h app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
transform_core.c
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