gimp/app
Michael Natterer 62c23a2361 reset the tool options before deserializing so they have the correct
2004-10-06  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimp-tools.c (gimp_tools_restore): reset the tool
	options before deserializing so they have the correct default
	values. Fixes bug #120832.

	* app/tools/gimpbucketfilloptions.c
	* app/tools/gimpmagnifyoptions.c
	* app/tools/gimpselectionoptions.c
	* app/tools/gimptransformoptions.c: removed all set_defaults()
	utility functions and moved their code to reset(). The change
	above calls them automatically so there is no need to call them
	from the GUI constructors any more.
2004-10-06 17:21:22 +00:00
..
actions an image doesn't necessarily have a drawable. Handle the case when it 2004-10-06 11:27:45 +00:00
base app/base/curves.[ch] defined CURVES_NUM_POINTS and use it. 2004-09-24 13:39:57 +00:00
composite a regression test now iterates over 8388625 pixels per pass. 2004-09-03 02:53:19 +00:00
config app/config/gimpguiconfig.[ch] added gimprc option "show-help-button". 2004-10-04 16:21:52 +00:00
core store the time when the image is first dirtied. 2004-10-05 23:42:35 +00:00
dialogs app/config/gimpguiconfig.[ch] added gimprc option "show-help-button". 2004-10-04 16:21:52 +00:00
display removed the code which sets the new image on all contexts where the old 2004-10-06 09:28:35 +00:00
file don't write empty groups. 2004-09-28 21:17:57 +00:00
gui app/config/gimpguiconfig.[ch] added gimprc option "show-help-button". 2004-10-04 16:21:52 +00:00
menus Ported GimpNavigationView to use actions for its buttons: 2004-09-26 15:21:44 +00:00
paint app/paint/gimpairbrushoptions.c app/paint/gimpcloneoptions.c 2004-09-24 12:01:35 +00:00
paint-funcs Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
pdb changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
plug-in changed new member "deprecated" from "gboolean" to a "gchar*" which holds 2004-10-06 13:13:08 +00:00
text cleanup. 2004-09-27 12:30:04 +00:00
tools reset the tool options before deserializing so they have the correct 2004-10-06 17:21:22 +00:00
vectors added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
widgets added a help button. 2004-10-04 22:25:04 +00:00
xcf return the mask's bpp and the brush's pixmap data if it has one. 2004-10-06 03:23:09 +00:00
.cvsignore removed hack for gimp-console compilation. automake seems to handle it 2004-07-12 22:34:37 +00:00
Makefile.am removed all -u hacks. 2004-09-19 22:48:18 +00:00
airbrush.c
app_procs.c app/app_procs.[ch] app/batch.[ch] added new command-line option 2004-10-06 09:56:15 +00:00
app_procs.h app/app_procs.[ch] app/batch.[ch] added new command-line option 2004-10-06 09:56:15 +00:00
batch.c app/app_procs.[ch] app/batch.[ch] added new command-line option 2004-10-06 09:56:15 +00:00
batch.h app/app_procs.[ch] app/batch.[ch] added new command-line option 2004-10-06 09:56:15 +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
gimp-intl.h
gimp.rc
gimpcore.def gimp_create_display() with the right parameters order 2004-08-08 22:47:23 +00:00
main.c app/app_procs.[ch] app/batch.[ch] added new command-line option 2004-10-06 09:56:15 +00:00
makefile.msc build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
sanity.c depend on GLib >= 2.4.5 and GTK+ >= 2.4.4. 2004-09-16 14:31:39 +00:00
sanity.h removed the gtk+ sanity check here ... 2004-07-12 13:22:28 +00:00
transform_core.c
units.c
units.h
wilber.ico