gimp/app/config
Michael Natterer 5d8b25a27d variant of gimp_config_connect() which allows the connected objects to
2006-01-14  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-utils.[ch] (gimp_config_connect_full):
	variant of gimp_config_connect() which allows the connected
	objects to have different propertynames.

	* app/widgets/widgets-enums.[ch]: removed enum GimpViewType...

	* app/core/core-enums.[ch]: ...and added it here.

	* app/widgets/gimpviewablebutton.[ch] (gimp_viewable_button_new):
	added "button_preview_size" parameter so the button and popup
	preview sizes can be specified separately.

	* app/widgets/gimptemplateeditor.c: changed accordingly.

	* app/widgets/gimpviewablebox.[ch] (gimp_prop_*_box_new):
	new functions which take additional "view_type_prop" and
	"view_size_prop" parameters and sync the passed context's
	properties with the resp. properties of the viewable button.

	* app/paint/gimppaintoptions.[ch]
	* app/tools/gimpbucketfilloptions.c
	* app/tools/gimpclonetool.c
	* app/tools/gimppaintoptions-gui.c
	* app/tools/gimptextoptions.[ch]: added view-type and view-size
	properties to the options objects and use the new viewable box
	constructors so the selected view types and sizes are persistant
	across sessions. Fixes bug #315443.
2006-01-14 00:09:22 +00:00
..
.cvsignore app/Makefile.am app/main.c app/config/Makefile.am app/config/makefile.msc 2003-10-13 22:55:25 +00:00
config-types.h new file holding the opaque typedefs for libgimpconfig. Includes 2005-01-25 20:30:20 +00:00
gimpbaseconfig.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpbaseconfig.h Removed "stingy-memory-use" all over the place. This feature was really 2005-06-08 11:27:31 +00:00
gimpconfig-dump.c fixed typo. 2005-11-04 15:17:44 +00:00
gimpconfig-dump.h app/Makefile.am app/main.c app/config/Makefile.am app/config/makefile.msc 2003-10-13 22:55:25 +00:00
gimpconfig-file.c app/core/gimpdata.c app/file/file-save.c use g_access() from gstdio.h. 2005-09-25 23:22:05 +00:00
gimpconfig-file.h app/config/Makefile.am app/config/gimpconfig-file.[ch] more new files, 2005-01-24 22:41:24 +00:00
gimpconfig-utils.c variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +00:00
gimpconfig-utils.h variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +00:00
gimpcoreconfig.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpcoreconfig.h Applied modified patch from Luis de Bethencourt Guimera which adds a "Save 2005-10-31 20:57:03 +00:00
gimpdisplayconfig.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpdisplayconfig.h app/config/gimpdisplayconfig.[ch] also list the default image title and 2005-01-16 12:05:52 +00:00
gimpguiconfig.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpguiconfig.h app/config/gimpguiconfig.[ch] added new gimprc option "transient-docks". 2005-05-11 22:18:47 +00:00
gimppluginconfig.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimppluginconfig.h app/config/gimppluginconfig.[ch] added "script-fu-path" back to gimprc. 2002-12-30 01:28:47 +00:00
gimprc-blurbs.h app/actions/actions.c app/actions/cursor-info-actions.c 2006-01-12 10:31:13 +00:00
gimprc-deserialize.c renamed GIMP_PARAM_ #defines to GIMP_CONFIG_PARAM_. 2005-02-05 14:52:58 +00:00
gimprc-deserialize.h app/config/gimpconfig-deserialize.[ch] 2005-01-24 22:05:02 +00:00
gimprc-serialize.c don't leak the return value of gtk_container_get_children (bug #305994, 2005-05-31 10:47:09 +00:00
gimprc-serialize.h app/config/gimpconfig-deserialize.[ch] 2005-01-24 22:05:02 +00:00
gimprc-unknown.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimprc-unknown.h app/config/gimpconfig-deserialize.[ch] 2005-01-24 22:05:02 +00:00
gimprc.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimprc.h added the new function gimp_rc_set_unknown_token() to get autosave working 2004-02-04 00:07:26 +00:00
gimpxmlparser.c fixed signedness warnings. 2005-08-09 11:36:06 +00:00
gimpxmlparser.h added new convenience function gimp_xml_parser_parse_fd(). 2004-09-28 12:40:34 +00:00
Makefile.am actually link test program with libgimpconfig. 2005-03-19 21:05:42 +00:00
makefile.msc TILE_WIDTH is used unconditionally so always include "tile.h" WIN32 needs 2005-02-19 00:50:36 +00:00
test-config.c Add casts to G_OBJECT() for gimp_config_diff(). 2005-05-19 23:43:08 +00:00