gimp/app/core
Michael Natterer 05e15eb1cc Cleanup weekend...
2001-10-29  Michael Natterer  <mitch@gimp.org>

	Cleanup weekend...

	* app/app_procs.c: pass "no_interface" to gimp_new().

	* app/core/gimp.[ch]: added "gboolean no_interface" and the
	load_procs and save_procs GSLists.

	* app/core/gimptoolinfo.[ch]: added a "Gimp" pointer to the
	GimpToolInfo object so more functions find their context without
	accessing the global "the_gimp" variable.

	* app/display/display-types.h: removed the GDisplay -> GimpDisplay
	typedef.

	* app/display/gimpdisplay.c: look at gimp->no_interface, don't
	include "appenv.h".

	* app/file/file-open.[ch]
	* app/file/file-save.[ch]: don't use "the_gimp" any more. Instead,
	pass around lots of "Gimp" pointers. Removed the global load_procs
	and save_procs variables here. Use access() to find out whether a
	file is readable/writable, removed the manual voodoo and it's
	Win32 wrappers. Added an optional (can be NULL) "PlunInProcDef"
	parameter to file_save(), removed file_save_with_proc().

	* app/gui/menus.c: Use the unused "gpointer data" parameter of the
	GtkItemFactory callbacks to pass a "Gimp" pointer to all of them.
	This reduces the usage of the global "the_gimp" hack to zero
	in app/gui/... yeah.

	* app/gui/channels-commands.c
	* app/gui/edit-commands.c
	* app/gui/file-commands.c
	* app/gui/image-commands.c
	* app/gui/layers-commands.c
	* app/gui/palettes-commands.c
	* app/gui/select-commands.c
	* app/gui/test-commands.c
	* app/gui/tools-commands.c
	* app/gui/view-commands.c: use the passed "Gimp" pointer.

	* app/gui/color-area.[ch]
	* app/gui/convert-dialog.c
	* app/gui/dialogs-constructors.c
	* app/gui/file-new-dialog.[ch]
	* app/gui/file-open-dialog.[ch]
	* app/gui/file-save-dialog.[ch]
	* app/gui/gui.c
	* app/gui/info-window.[ch]
	* app/gui/module-browser.[ch]
	* app/gui/palette-editor.c
	* app/gui/palette-import-dialog.[ch]
	* app/gui/paths-dialog.c
	* app/gui/preferences-dialog.[ch]
	* app/gui/resize-dialog.[ch]
	* app/gui/tool-options-dialog.[ch]
	* app/gui/toolbox.c: pass around lots more "Gimp" and
	"GimpContext" pointers and don't use "the_gimp" any more.

	* app/tools/gimptool.h: added a pointer to the corresponding
	GimpToolInfo object (which in turn has a pointer to a Gimp).

	* app/tools/tool_manager.[ch]: set the pointer after creating the
	tool object. Removed tool_manager_get_info_by_tool() as there is a
	tool->tool_info pointer now.

	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpblendtool.c
	* app/tools/gimpbrightnesscontrasttool.c
	* app/tools/gimpclonetool.c
	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpconvolvetool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpcurvestool.c
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimpdrawtool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpellipseselecttool.c
	* app/tools/gimperasertool.c
	* app/tools/gimpfliptool.c
	* app/tools/gimphistogramtool.c
	* app/tools/gimphuesaturationtool.c
	* app/tools/gimpinktool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpmovetool.c
	* app/tools/gimppainttool.c
	* app/tools/gimppathtool.c
	* app/tools/gimpperspectivetool.c
	* app/tools/gimpposterizetool.c
	* app/tools/gimprectselecttool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimpsheartool.c
	* app/tools/gimptexttool.c
	* app/tools/gimpthresholdtool.c
	* app/tools/path_tool.c
	* app/tools/xinput_airbrush.c: s/GDisplay/GimpDisplay/g.
	Use tool->tool_info and tool_info->gimp in some places to get
	rid of using "the_gimp".

	Removing the remaining ones involves changing the tool options
	system and is scheduled next...

	* app/widgets/gimpdnd.c
	* app/widgets/gimpdocumentview.c: pass a "Gimp" pointer to all
	file_open_*() functions.

	* app/gdisplay_color.[ch]
	* app/gdisplay_color_ui.[ch]
	* app/image_map.[ch]
	* app/nav_window.[ch]
	* app/path.c
	* app/path_bezier.c
	* app/path_transform.h
	* app/qmask.[ch]: s/GDisplay/GimpDisplay/g

	* tools/pdbgen/pdb/fileops.pdb: load_procs and save_procs are
	members of the "Gimp" object now.

	* tools/pdbgen/pdb/plug_in.pdb: use gimp->no_interface, don't
	include "appenv.h".

	* app/pdb/fileops_cmds.c
	* app/pdb/plug_in_cmds.c: regenerated.
2001-10-29 11:47:11 +00:00
..
.cvsignore Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
Makefile.am General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
core-types.h link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimp-documents.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimp-documents.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimp-edit.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimp-edit.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimp-modules.c link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimp-modules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimp-parasites.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimp-parasites.h renamed gimp_initialize() to gimp_restore() because it loads all kinds of 2001-07-04 22:59:25 +00:00
gimp-transform-region.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimp.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimp.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpbrush-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpbrush-load.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimpbrush.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimpbrush.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbrushgenerated-load.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbrushgenerated-save.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbrushgenerated.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbrushgenerated.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpbrushpipe-load.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimpbrushpipe.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimpbrushpipe.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpbuffer.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbuffer.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpchannel-combine.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpchannel-combine.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpchannel-select.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpchannel-select.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpchannel.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpchannel.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpcontainer.c added properties for "children_type" and "policy". Ref/unref the 2001-10-18 12:43:31 +00:00
gimpcontainer.h added properties for "children_type" and "policy". Ref/unref the 2001-10-18 12:43:31 +00:00
gimpcontext.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontext.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcoreconfig.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpcoreconfig.h app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpdata.c app/file-open.c app/file-utils.c app/gimprc.c app/plug_in.c 2001-10-24 15:56:33 +00:00
gimpdata.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdatafactory.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdatafactory.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpdatafiles.c app/file-open.c app/file-utils.c app/gimprc.c app/plug_in.c 2001-10-24 15:56:33 +00:00
gimpdatafiles.h configure.in themes/Default/images/Makefile.am some new Makefiles to make 2001-08-05 20:34:10 +00:00
gimpdatalist.c added properties for "children_type" and "policy". Ref/unref the 2001-10-18 12:43:31 +00:00
gimpdatalist.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimpdocumentlist.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdocumentlist.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimpdocuments.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdocuments.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimpdrawable-blend.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdrawable-desaturate.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-equalize.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-equalize.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-histogram.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-histogram.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
gimpdrawable-invert.c app/Makefile.am removed. 2001-07-07 22:49:01 +00:00
gimpdrawable-invert.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-offset.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-offset.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpdrawable-preview.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-preview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpdrawable-transform.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpdrawable.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimpdrawable.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpedit.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpedit.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimpgradient.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimpgradient.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimage-colorhash.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-colorhash.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-contiguous-region.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpimage-contiguous-region.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpimage-convert-fsdither.h app/Makefile.am removed... 2001-05-15 16:42:08 +00:00
gimpimage-convert.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-convert.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-crop.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-crop.h app/core/Makefile.am new files for gimp_image_crop() and 2001-07-07 14:53:42 +00:00
gimpimage-duplicate.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-duplicate.h app/Makefile.am removed 2001-04-18 19:14:20 +00:00
gimpimage-guides.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-guides.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimage-mask-select.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpimage-mask-select.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpimage-mask.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpimage-mask.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-merge.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-merge.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimage-new.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-new.h app/Makefile.am removed... 2001-07-05 15:34:26 +00:00
gimpimage-pick-color.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpimage-projection.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-projection.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimage-qmask.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpimage-quick-mask.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpimage-resize.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-resize.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimage-scale.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-scale.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimage-undo-push.c link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimpimage-undo-push.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpimage-undo.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-undo.h app/Makefile.am app/apptypes.h app/gimpimage-undo.[ch] app/gimpundo.[ch] 2001-03-05 01:01:16 +00:00
gimpimage.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpimagefile.c app/file-open.c app/file-utils.c app/gimprc.c app/plug_in.c 2001-10-24 15:56:33 +00:00
gimpimagefile.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimpimagemap.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpimagemap.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimplayer-floating-sel.c app/appenv.h removed "use_mmx" and the MMX detection. 2001-07-13 19:25:34 +00:00
gimplayer-floating-sel.h app/Makefile.am new file with one set of functions... 2001-01-29 13:51:23 +00:00
gimplayer.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimplayer.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimplayermask.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimplayermask.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimplist.c added properties for "children_type" and "policy". Ref/unref the 2001-10-18 12:43:31 +00:00
gimplist.h fix compiler warning. 2001-08-10 14:41:39 +00:00
gimpmarshal.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpmarshal.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpmarshal.list Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpmoduleinfo.c app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimpmoduleinfo.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimpmodules.c link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimpmodules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimpobject.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpobject.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimppalette-import.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimppalette-import.h app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
gimppalette-load.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimppalette-save.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimppalette.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimppalette.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpparasite.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpparasite.h renamed gimp_initialize() to gimp_restore() because it loads all kinds of 2001-07-04 22:59:25 +00:00
gimpparasitelist.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpparasitelist.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimppattern-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimppattern-load.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimppattern.c app/plug_in.c app/core/gimpbrush.c app/core/gimpbrushpipe.c 2001-09-03 00:26:06 +00:00
gimppattern.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimppreviewcache.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppreviewcache.h config.guess new versions from CVS (at least that's what my debian package 2001-05-24 17:09:57 +00:00
gimpprojection-construct.c renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpprojection-construct.h app/core/gimpbrushgenerated.h app/core/gimpbrushpipe.h 2001-10-25 23:08:20 +00:00
gimpprojection.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpprojection.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpscanconvert.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpscanconvert.h app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
gimptoolinfo.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolinfo.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptooloptions.c removed path_to_beziersel() so this file can be safely included from 2001-07-17 20:50:01 +00:00
gimptooloptions.h removed path_to_beziersel() so this file can be safely included from 2001-07-17 20:50:01 +00:00
gimpundo.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpundo.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimpundostack.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpundostack.h added a TODO entry about additional image/file info. 2001-08-11 14:39:19 +00:00
gimpunit.c app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpunit.h app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpviewable.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpviewable.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00