gimp/app/display
GMT 1999 Austin Donnelly 54fe3402e7 New manpage plus bumper fun pack of bugfixes.
Sun Feb 14 01:27:29 GMT 1999  Austin Donnelly  <austin@gimp.org>

	New manpage plus bumper fun pack of bugfixes.

	* gimprc.5.in: NEW FILE: beginnings of some docs on gimprc file
	     format.
	* configure.in: generate gimprc.5 from gimprc.5.in
	* Makefile.am: install gimprc.5
	* .cvsignore: ignore gimprc.5, it's auto generated.

	* gimp.1: fix a few paths and URLs.  Mention the modules/
	     directory in user's gimpdir.

	* app/commands.c: cancel resize or scale dialogs when image
 	     they're for is destroyed, rather than segfaulting when Ok is
 	     clicked.  Thanks to Peter Teichman <peter@zeno.dorm.duke.edu>
 	     for pointing this one out.  Layer resize/scale still suffers
 	     from same problem, but Adam's working on L&C at the moment.

	* app/gdisplay.c: off-by one error on bounds check in making image
	     title.

	* app/module_db.c: some would consider it foolish returning to
 	     code you've just unloaded.  So don't do that.

	* app/plug_in.c: when superceeding a PDB function with a newer one
	     of the same name, remove pointers to the old one from the
	     plugins that originally registered them.  Fixes Nick Lamb's
	     pluginrc file corruption thing, and catches the (common?)
	     error of copying a plugin to a different name but failing to
	     change what it registers.  Also, if registering a file
	     loader/saver, make sure it has set an extension, prefix, or
	     magic number it's interested in - that way code that relies
	     on checking this doesn't get confused.
1999-02-14 01:53:23 +00:00
..
gimpdisplay-callbacks.c New app/dialog_handler.c app/dialog_handler.h 1999-01-10 23:20:33 +00:00
gimpdisplay-callbacks.h add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
gimpdisplay-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplay-ops.c fix setting of $localedir, and use $CONFIG_SHELL to run config.status 1999-02-07 10:45:56 +00:00
gimpdisplay-ops.h app/commands.[ch] app/edit_selection.c app/gdisplay.[ch] 1998-12-05 21:48:37 +00:00
gimpdisplay-render.c More robust and kickin' thumbnail support. 1999-02-07 15:16:45 +00:00
gimpdisplay-render.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay-scale.c Provide a simple way to change the image_title_format string via the 1999-02-10 22:48:13 +00:00
gimpdisplay-scale.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay-scroll.c app/blend.c app/bucket_fill.c app/convert.c app/crop.c app/cursorutil.c 1999-01-17 17:03:54 +00:00
gimpdisplay-scroll.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay-selection.c app/layer.c Turn off a layer's bounding box when it is deselected. 1999-02-08 19:22:46 +00:00
gimpdisplay-selection.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay.c New manpage plus bumper fun pack of bugfixes. 1999-02-14 01:53:23 +00:00
gimpdisplay.h gdisplay_format_title now parses a format string set by the user to 1999-02-06 18:31:33 +00:00
gimpdisplayshell-callbacks.c New app/dialog_handler.c app/dialog_handler.h 1999-01-10 23:20:33 +00:00
gimpdisplayshell-callbacks.h add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
gimpdisplayshell-draw.c create modules/ directory in user's ~/.gimp-1.1 dir include description of 1999-01-25 21:11:44 +00:00
gimpdisplayshell-draw.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
gimpdisplayshell-layer-select.c app/brush_select.c app/channels_dialog.c app/disp_callbacks.c 1999-01-10 21:54:02 +00:00
gimpdisplayshell-layer-select.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplayshell-render.c More robust and kickin' thumbnail support. 1999-02-07 15:16:45 +00:00
gimpdisplayshell-render.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-scale.c Provide a simple way to change the image_title_format string via the 1999-02-10 22:48:13 +00:00
gimpdisplayshell-scale.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-scroll.c app/blend.c app/bucket_fill.c app/convert.c app/crop.c app/cursorutil.c 1999-01-17 17:03:54 +00:00
gimpdisplayshell-scroll.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-selection.c app/layer.c Turn off a layer's bounding box when it is deselected. 1999-02-08 19:22:46 +00:00
gimpdisplayshell-selection.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell.c create modules/ directory in user's ~/.gimp-1.1 dir include description of 1999-01-25 21:11:44 +00:00
gimpdisplayshell.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
gimpprogress.c Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
gimpprogress.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
gximage.c Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00