gimp/app
Sven Neumann ed312c95ab app/app_procs.c (app_init) delayed the activation of gimprc-autosave so we
2003-01-10  Sven Neumann  <sven@gimp.org>

	* app/app_procs.c (app_init)
	* app/core/gimp.c (gimp_set_config): delayed the activation of
	gimprc-autosave so we don't write the monitor resolution obtained
	from GDK back to the gimprc on each startup.

	* app/gui/gui.c (gui_get_screen_resolution): round values to get
	rid of rounding errors introduced earlier. Looks better in the
	prefs dialog.

	* app/display/gimpdisplayshell-scale.c (gimp_display_shell_scale):
	merged fix for bug #94979 from stable branch. Go even further and
	don't limit the zoom ratio between 1:16 and 16:1.

	* app/display/gimpdisplayshell.c (gimp_display_shell_new): merged
	fix for bug #103030 from stable branch.
2003-01-10 21:15:41 +00:00
..
actions app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
arch/i386/mmx Fixed .type directives (would not compile on certain systems). 2002-05-07 07:59:21 +00:00
base cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
config fixed typo. 2003-01-09 12:45:25 +00:00
core app/app_procs.c (app_init) delayed the activation of gimprc-autosave so we 2003-01-10 21:15:41 +00:00
dialogs Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
display app/app_procs.c (app_init) delayed the activation of gimprc-autosave so we 2003-01-10 21:15:41 +00:00
file cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gui app/app_procs.c (app_init) delayed the activation of gimprc-autosave so we 2003-01-10 21:15:41 +00:00
menus Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
paint cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
paint-funcs added "gboolean use_mmx" parameter to paint_funcs_setup(). Don't #include 2002-11-30 22:48:51 +00:00
pdb fixed typo. 2003-01-09 12:45:25 +00:00
plug-in Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
text optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
tools Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
vectors cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
widgets app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
xcf cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 On Win32, create export file gimp.exp. (LDFLAGS): Add -mwindows. (LDADD): 2002-12-26 02:08:28 +00:00
airbrush.c
app_procs.c app/app_procs.c (app_init) delayed the activation of gimprc-autosave so we 2003-01-10 21:15:41 +00:00
app_procs.h when checking for 'excecutable' make sure it is a regular file too (on 2003-01-01 13:33:27 +00:00
appenv.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
batch.c Cleaned up the exit process: 2002-12-05 15:49:59 +00:00
batch.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
errors.c forgot a "return". 2001-12-01 22:59:48 +00:00
errors.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
gimp.rc
gimp.sym Add the symbols used by libgimpwidgets. 2002-12-26 02:25:55 +00:00
libgimp_glue.c app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
libgimp_glue.h added -DGIMP_APP_GLUE_COMPILATION to AM_CPPFLAGS. 2002-12-04 12:26:39 +00:00
main.c app/main.c (main) combined console output into single messages to allow 2003-01-09 11:01:01 +00:00
makefile.mingw.in Mark as out-of-date. 2002-12-26 01:19:09 +00:00
makefile.msc when checking for 'excecutable' make sure it is a regular file too (on 2003-01-01 13:33:27 +00:00
ops_buttons.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
ops_buttons.h app/docindex.c more GObject porting. 2001-07-29 08:37:43 +00:00
paint_core.h
paint_options.h
path.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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
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
transform_core.c
undo.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
undo.h Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
undo_history.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
undo_history.h
undo_types.h Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
wilber.ico