Gimp/app
Sven Neumann e3480536f3 app/display/Makefile.am new files that implement a GimpConfig object with
2003-10-22  Sven Neumann  <sven@gimp.org>

	* app/display/Makefile.am
	* app/display/gimpdisplayoptions.[ch]: new files that implement
	a GimpConfig object with GimpDisplayShell and GimpCanvas options.
	Actually two classes, one for the normal view, a derived one with
	different default values for fullscreen mode.

	* app/display/display-enums.[ch]: renamed GimpDisplayPadding enum
	to GimpCanvasPadding.

	* app/config/config-types.h: added the GimpDisplayOptions typedef.

	* app/config/gimprc-blurbs.h
	* app/config/gimpdisplayconfig.[ch]: replaced a bunch of properties
	with two instances of GimpDisplayOptions.

	* app/display/gimpdisplayshell.[ch]: replaced the
	GimpDisplayShellAppearance struct with GimpDisplayOptions.

	* app/display/gimpdisplayshell-appearance.[ch]
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-handlers.[ch]
	* app/gui/image-menu.c: changed accordingly.

	* app/gui/preferences-dialog.c: added a convenience function that
	creates a view on a GimpDisplayOptions object. Not all values are
	configurable here yet.

	* docs/gimprc-1.3.5.in
	* etc/gimprc: regenerated to document the gimprc format changes.
2003-10-22 14:46:05 +00:00
..
actions added an (unused) GimpTemplate parameter to make this function match the 2003-10-18 17:06:43 +00:00
base base/base.c (base_init) moved the message about possible debug messages to 2003-10-21 18:14:58 +00:00
composite app/base/color-balance.c app/base/hue-saturation.c 2003-10-16 19:17:08 +00:00
config app/display/Makefile.am new files that implement a GimpConfig object with 2003-10-22 14:46:05 +00:00
core no need to reimplement the default GimpConfigInterface implementation. 2003-10-22 12:37:10 +00:00
dialogs app/display/Makefile.am new files that implement a GimpConfig object with 2003-10-22 14:46:05 +00:00
display app/display/Makefile.am new files that implement a GimpConfig object with 2003-10-22 14:46:05 +00:00
file renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
gui app/display/Makefile.am new files that implement a GimpConfig object with 2003-10-22 14:46:05 +00:00
menus app/display/Makefile.am new files that implement a GimpConfig object with 2003-10-22 14:46:05 +00:00
paint removed debugging output that shouldd have never been committed. 2003-10-12 13:28:05 +00:00
paint-funcs app/base/color-balance.c app/base/hue-saturation.c 2003-10-16 19:17:08 +00:00
pdb minor cleanup. 2003-10-15 15:30:11 +00:00
plug-in added lots more "GimpFooFunc gui_foo_func" vtable entries to the Gimp 2003-09-10 22:06:45 +00:00
text added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
tools changed the default value for "sample_average" to TRUE (for Levels and 2003-10-21 12:45:58 +00:00
vectors app/core/Makefile.am added small wrappers to ease handling of image units 2003-10-01 17:32:14 +00:00
widgets added new function gimp_rgb_set_gdk_color(). 2003-10-22 14:31:44 +00:00
xcf new function which takes any string and returns UTF-8 (it returns 2003-10-16 12:24:58 +00:00
.cvsignore
airbrush.c
app_procs.c base/base.c (base_init) moved the message about possible debug messages to 2003-10-21 18:14:58 +00:00
app_procs.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
batch.c s/extension/plug_in/ for Script-Fu procedures to get batch mode working 2003-09-03 09:30:09 +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 base/base.c (base_init) moved the message about possible debug messages to 2003-10-21 18:14:58 +00:00
errors.h Got rid of the last global variables except the_gimp: 2003-09-09 16:47:59 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc
libgimp_glue.c changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
libgimp_glue.h changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
main.c app/Makefile.am app/main.c app/config/Makefile.am app/config/makefile.msc 2003-10-13 22:55:25 +00:00
Makefile.am removed the call to cpu_accel_print_results(); should have got enough 2003-10-20 23:02:49 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
transform_core.c
wilber.ico