gimp/app/display
Michael Natterer 166714985c app/Makefile.am app/gimpunit.c removed...
2001-07-11  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/gimpunit.c
	* app/unitrc.h: removed...

	* app/core/Makefile.am
	* app/core/gimpunit.[ch]: ...re-added here.

	* app/core/gimp.[ch]: added the image and drawable hash tables,
	next_image_ID, next_guide_ID and next_drawable_ID, added a
	GimpCoreConfig pointer which is now initalized dynamically.

	* app/core/gimpcoreconfig.[ch]: don't provide a global core_config
	variable any more (need to access gimp->config now).

	* app/gdisplay.[ch]
	* app/core/gimpdrawable.[ch]
	* app/core/gimpimage.[ch]: removed all global variables from
	gimpimage.c and gimpdrawable.c, pass a Gimp* to all *_get_by_ID()
	functions.

	* tools/pdbgen/app.pl: pass Gimp* to all _get_by_ID() functions.

	* app/app_procs.c
	* app/file-open.c
	* app/file-save.c
	* app/gimprc.c
	* app/libgimp_glue.c
	* app/module_db.c
	* app/plug_in.c
	* app/undo.c
	* app/user_install.c
	* app/core/core-types.h
	* app/core/gimpcontext.c
	* app/core/gimpimage-crop.c
	* app/core/gimpimage-new.c
	* app/core/gimpparasite.c
	* app/gui/file-new-dialog.c
	* app/gui/file-open-dialog.c
	* app/gui/info-window.c
	* app/gui/preferences-dialog.c
	* app/gui/resize-dialog.c
	* app/xcf/xcf-load.c
	* app/xcf/xcf-save.c
	* app/xcf/xcf.c
	* app/widgets/gimpdnd.c

	* app/pdb/channel_cmds.c
	* app/pdb/color_cmds.c
	* app/pdb/convert_cmds.c
	* app/pdb/display_cmds.c
	* app/pdb/drawable_cmds.c
	* app/pdb/edit_cmds.c
	* app/pdb/fileops_cmds.c
	* app/pdb/floating_sel_cmds.c
	* app/pdb/guides_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/layer_cmds.c
	* app/pdb/parasite_cmds.c
	* app/pdb/paths_cmds.c
	* app/pdb/selection_cmds.c
	* app/pdb/text_tool_cmds.c
	* app/pdb/tools_cmds.c
	* app/pdb/undo_cmds.c
	* app/pdb/unit_cmds.c

	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/unit.pdb: changed accordingly.
2001-07-11 12:39:49 +00:00
..
gimpdisplay-callbacks.c removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
gimpdisplay-callbacks.h allow a NULL gimage argument for gimp_edit_paste_as_new() (don't set 2001-07-02 20:57:58 +00:00
gimpdisplay-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplay-ops.c removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
gimpdisplay-ops.h block all canvas events while resizing the display so the standard canvas 2000-04-16 12:38:44 +00:00
gimpdisplay-render.c removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
gimpdisplay-render.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdisplay-scale.c put all tool_manager variables into a struct which is attached to a 2001-07-07 17:36:00 +00:00
gimpdisplay-scale.h renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
gimpdisplay-scroll.c put all tool_manager variables into a struct which is attached to a 2001-07-07 17:36:00 +00:00
gimpdisplay-scroll.h updated. 2001-02-24 19:29:47 +00:00
gimpdisplay-selection.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
gimpdisplay-selection.h major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimpdisplay.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpdisplay.h app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpdisplayshell-callbacks.c removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
gimpdisplayshell-callbacks.h allow a NULL gimage argument for gimp_edit_paste_as_new() (don't set 2001-07-02 20:57:58 +00:00
gimpdisplayshell-draw.c allow a NULL gimage argument for gimp_edit_paste_as_new() (don't set 2001-07-02 20:57:58 +00:00
gimpdisplayshell-draw.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
gimpdisplayshell-filter-dialog.c app/app_procs.c app/datafiles.c app/devices.c app/docindex.c 2001-05-21 20:30:16 +00:00
gimpdisplayshell-filter-dialog.h fill dummy gimage->base_type as well 2000-01-03 07:49:19 +00:00
gimpdisplayshell-filter.c app/app_procs.c app/datafiles.c app/devices.c app/docindex.c 2001-05-21 20:30:16 +00:00
gimpdisplayshell-filter.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdisplayshell-layer-select.c Made all the global options members of one struct, gimprc. 2001-06-03 20:40:50 +00:00
gimpdisplayshell-layer-select.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpdisplayshell-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplayshell-qmask.c app/Makefile.am removed. 2001-07-07 22:49:01 +00:00
gimpdisplayshell-qmask.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdisplayshell-render.c removed search_in_path() and the unused xstrsep(). 2001-05-16 18:09:45 +00:00
gimpdisplayshell-render.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpdisplayshell-scale.c put all tool_manager variables into a struct which is attached to a 2001-07-07 17:36:00 +00:00
gimpdisplayshell-scale.h renamed ZoomType to GimpZoomZype and added it here. 2001-03-03 16:22:18 +00:00
gimpdisplayshell-scroll.c put all tool_manager variables into a struct which is attached to a 2001-07-07 17:36:00 +00:00
gimpdisplayshell-scroll.h updated. 2001-02-24 19:29:47 +00:00
gimpdisplayshell-selection.c app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
gimpdisplayshell-selection.h major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimpdisplayshell.c allow a NULL gimage argument for gimp_edit_paste_as_new() (don't set 2001-07-02 20:57:58 +00:00
gimpdisplayshell.h app/Makefile.am new files containing most of the code from 2001-01-22 03:30:42 +00:00
gimpnavigationeditor.c removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
gimpnavigationview.c removed the gimp_busy boolean, check whether user_installation is needed 2001-07-10 19:16:16 +00:00
gimpprogress.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpprogress.h cleaned up a bit. 2000-12-31 05:31:43 +00:00
gximage.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00