gimp/app
Michael Natterer 292ec087eb added GIMP_TYPE_COLOR as boxed type encapsulating GimpRGB.
2002-05-21  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-types.[ch]: added GIMP_TYPE_COLOR as boxed
	type encapsulating GimpRGB.

	* app/config/gimpconfig-params.[ch]: added GimpParamSpecColor
	which is derived from GParamSpecBoxed and adds a default value.

	* app/config/gimpconfig-deserialize.c
	* app/config/gimpconfig-serialize.c: added generic
	(de)serialization of the new property type.

	* app/core/gimpcontext.c: implement the config interface, changed
	signal parameters and property types to use the new
	GIMP_TYPE_COLOR.

	* app/core/gimpmarshal.list: added a VOID__BOXED marshaller.

	* app/gui/menus.c
	* app/gui/test-commands.[ch]: some test code which (de)serializes
	the user context.
2002-05-21 15:01:57 +00:00
..
actions added _with_range variants for all enum menu widgets that limit the range 2002-05-13 17:15:17 +00:00
arch/i386/mmx Fixed .type directives (would not compile on certain systems). 2002-05-07 07:59:21 +00:00
base Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
config added GIMP_TYPE_COLOR as boxed type encapsulating GimpRGB. 2002-05-21 15:01:57 +00:00
core added GIMP_TYPE_COLOR as boxed type encapsulating GimpRGB. 2002-05-21 15:01:57 +00:00
dialogs added a return value to indicate success of 2002-05-15 11:05:32 +00:00
display New feature: pressing <space> in the image window temporary switches to 2002-05-15 16:28:41 +00:00
file added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gui added GIMP_TYPE_COLOR as boxed type encapsulating GimpRGB. 2002-05-21 15:01:57 +00:00
menus added GIMP_TYPE_COLOR as boxed type encapsulating GimpRGB. 2002-05-21 15:01:57 +00:00
paint Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
paint-funcs gimp_display_idlerenderer_callback()). The assertion went off whenever we 2002-05-13 14:28:49 +00:00
pdb added a return value to indicate success of 2002-05-15 11:05:32 +00:00
plug-in some more minor cleanup. 2002-05-21 10:58:50 +00:00
tools <shift>+click toggles the active layer's "linked" property now. 2002-05-15 19:15:23 +00:00
vectors broken pipe ? 2002-05-10 23:33:26 +00:00
widgets app/gimprc.c write/parse the "wheel" axis properly when writing/parsing 2002-05-21 10:16:36 +00:00
xcf add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +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
Makefile.am libgimp/stdplugins-intl.h use the new function gimp_locale_directory() 2002-05-11 11:26:14 +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 Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
app_procs.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
appenv.h moved use_shm declaration here, added use_mmx. 2002-03-22 13:37:26 +00:00
batch.c app/batch.c app/general.c app/core/gimpbrushgenerated.c 2002-02-10 19:51:20 +00:00
batch.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
errors.c forgot a "return". 2001-12-01 22:59:48 +00:00
errors.h app_procs.c errors.c errors.h file-save.c gdisplay.c module_db.c use 2001-07-25 01:03:43 +00:00
general.c app/batch.c app/general.c app/core/gimpbrushgenerated.c 2002-02-10 19:51:20 +00:00
general.h removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
gimp.rc Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
gimp.sym Update to match Unix version. 2000-05-28 23:46:16 +00:00
gimprc.c app/gimprc.c write/parse the "wheel" axis properly when writing/parsing 2002-05-21 10:16:36 +00:00
gimprc.h app/Makefile.am removed. 2002-05-07 16:23:14 +00:00
image_map.c Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
image_map.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
libgimp_glue.c app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
libgimp_glue.h removed usage of "the_gimp" by passing around more "Gimp" pointers. 2002-04-12 18:14:13 +00:00
main.c add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +00:00
makefile.mingw.in disabled display filters code, since it is unfinished 2000-12-24 20:27:04 +00:00
makefile.msc add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +00:00
ops_buttons.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
ops_buttons.h app/docindex.c more GObject porting. 2001-07-29 08:37:43 +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
path.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
path.h added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
pathP.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
path_bezier.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
path_bezier.h app/Makefile.am app/apptypes.h app/path_bezier.[ch] app/path_curves.[ch] 2001-04-07 14:55:39 +00:00
path_curves.c changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
path_curves.h app/path_curves.[ch] app/tools/gimpdrawtool.c app/tools/gimppathtool.[ch] 2001-04-11 13:28:53 +00:00
path_transform.h General undo cleanup: 2002-02-23 17:29:19 +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
undo.c added a return value to indicate success of 2002-05-15 11:05:32 +00:00
undo.h renamed undo_push_layer_rename() to undo_push_item_rename(), so 2002-02-26 00:04:55 +00:00
undo_history.c create the "Undo" and "Redo" buttons from stock items. 2002-05-10 12:53:38 +00:00
undo_history.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
undo_types.h renamed undo_push_layer_rename() to undo_push_item_rename(), so 2002-02-26 00:04:55 +00:00
wilber.ico Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00