gimp/app/widgets
Michael Natterer 99e78c7074 General cleanup of the selection tools and their PDB wrappers:
2001-10-22  Michael Natterer  <mitch@gimp.org>

	General cleanup of the selection tools and their PDB wrappers:

	* app/core/Makefile.am
	* app/core/gimpimage-contiguous-region.[ch]
	* app/core/gimpimage-mask-select.[ch]: new files providing a clean,
	uniform API for the selection functionalities. Changed order of
	parameters to be consistent, removed code duplication.

	The region returned by the "by_color" function is not really
	contiguous but the API is so similar to "by_seed" and it's used
	in the same context so it's fair enough to put them together.

	Also, I'm not sure if the two is_pixel_sufficiently_different()
	I've optimized away were meant to do *exactly* the same. Added
	a comment there to remember the former difference.

	* app/core/gimpchannel.[ch] (gimp_channel_feather): removed the
	"output" channel parameter and made it optionally push an undo
	(like the other channel operations do).

	* app/core/gimpimage-mask.c: call gimp_channel_feather() with
	"push_undo == TRUE", removed some useless comments.

	* app/tools/gimpbycolorselecttool.[ch]
	* app/tools/gimpellipseselecttool.[ch]
	* app/tools/gimpfreeselecttool.[ch]
	* app/tools/gimpfuzzyselecttool.[ch]
	* app/tools/gimprectselecttool.[ch]: removed all the actual
	selection functionality and call the new gimp_image_mask_select_*()
	and gimp_image_contiguous_region_*() functions instead.

	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpiscissorstool.c: use new function
	gimp_image_mask_select_channel() instead of doing the same manually.

	* app/tools/gimpbucketfilltool.c: find_contiguous_region() ->
	gimp_image_contiguous_region_by_seed().

	* tools/pdbgen/Makefile.am
	* tools/pdbgen/groups.pl
	* tools/pdbgen/pdb/selection_tools.pdb: added new group "Selection
	Tools" which depends only on "core/" stuff (not on "tools/" any
	more, brrrr).

	* tools/pdbgen/pdb/text_tool.pdb: don't include "appenv.h"

	* tools/pdbgen/pdb/tools.pdb: removed the selection tools.

	* app/pdb/Makefile.am
	* app/pdb/selection_tools_cmds.c: new file.

	* app/pdb/internal_procs.c
	* app/pdb/text_tool_cmds.c
	* app/pdb/tools_cmds.c: regenerated.

	* libgimp/Makefile.am
	* libgimp/gimp_pdb.h
	* libgimp/gimpselectiontools_pdb.[ch]: new files.

	* libgimp/gimptools_pdb.[ch]: regenerated

	Misc cleanups:

	* app/app_procs.c: call splash_create() with "no_splash_image"
	as parameter.

	* app/display/gimpdisplay-render.c
	* app/display/gximage.c: don't include "appenv.h".

	* app/gui/gui.c: call session_restore() only if "restore_session"
	is TRUE.

	* app/gui/session.c: don't "if(restore_session)" here and don't
	include "appenv.h"

	* app/gui/splash.[ch]: added "gboolean show_image" parameter to
	splash_create(), don't include "appenv.h"

	* app/tools/gimppainttool.[ch]: added a "GimpGradient" parameter
	to gimp_paint_tool_get_color_from_gradient().

	* app/tools/gimppaintbrushtool.c: pass the gradient.

	* app/tools/gimpselectiontool.c
	* app/tools/gimptransformtool.c
	* app/tools/tool_manager.c: s/GDisplay/GimpDisplay/.

	* app/widgets/gimpcontainergridview.[ch]: removed the "white_style"
	class variable and don't fiddle around with colors and styles...

	* themes/Default/gtkrc: ...do the same here with a simple rc style.
2001-10-22 12:13:44 +00:00
..
.cvsignore Makefile.am pre-commit so yosh knows which files to copy :) 2001-04-10 21:33:09 +00:00
Makefile.am added PANGOFT2_CFLAGS to INCLUDES. 2001-08-19 19:10:43 +00:00
gimpbrusheditor.c added -DGDK_DISABLE_DEPRECATED. 2001-09-03 13:03:34 +00:00
gimpbrusheditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpbrushfactoryview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushfactoryview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchanneltreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchanneltreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcolordialog.c added -DGDK_DISABLE_DEPRECATED. 2001-09-03 13:03:34 +00:00
gimpcolordialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpcolordisplayeditor.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpcolormapeditor.c app/Makefile.am app/disp_callbacks.[ch] app/gdisplay.[ch] 2001-09-25 23:23:09 +00:00
gimpcolormapeditor.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpcolorpanel.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcolorpanel.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcomponentlistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcomponentlistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpconstrainedhwrapbox.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpconstrainedhwrapbox.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcontainereditor.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainereditor.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainergridview.c General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpcontainergridview.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpcontainerlistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenu.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenu.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenuimpl.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenuimpl.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview-utils.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcontainerview-utils.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcursor.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gimpcursor.h app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gimpdatafactoryview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdatafactoryview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdeviceinfo.c require GTK+-1.3.8 and PangoFT2-0.19. 2001-09-19 14:42:35 +00:00
gimpdevices.c require GTK+-1.3.8 and PangoFT2-0.19. 2001-09-19 14:42:35 +00:00
gimpdevices.h app/devices.h app/disp_callbacks.c applied a patch from 2001-08-19 11:21:48 +00:00
gimpdialogfactory.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdialogfactory.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdnd.c added an entry about "Stroke". 2001-09-19 19:06:36 +00:00
gimpdnd.h added an entry about "Stroke". 2001-09-19 19:06:36 +00:00
gimpdock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockbook.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockbook.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawabletreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawabletreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpfontselection-dialog.c inserted some extra checks to work around a bug in PangoFT2 version 0.20. 2001-10-04 17:10:21 +00:00
gimpfontselection-dialog.h take image resolution and choosen unit into account for font and border 2001-08-14 13:49:21 +00:00
gimpfontselection.c require GTK+-1.3.8 and PangoFT2-0.19. 2001-09-19 14:42:35 +00:00
gimpfontselection.h take image resolution and choosen unit into account for font and border 2001-08-14 13:49:21 +00:00
gimpgradienteditor.c app/colormaps.c app/gdisplay.c app/nav_window.c app/scroll.c 2001-08-31 14:01:47 +00:00
gimpgradienteditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpgradientpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpgradientpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimphelp.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimphelp.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimphistogramview.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimphistogramview.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpimagedock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagedock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemfactory.c app/Makefile.am app/disp_callbacks.[ch] app/gdisplay.[ch] 2001-09-25 23:23:09 +00:00
gimpitemfactory.h app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c 2001-07-29 14:09:50 +00:00
gimpitemlistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemtreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemtreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayertreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayertreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenudock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenudock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenuitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenuitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppaletteeditor.c app/plug_in.c libgimpbase/gimpwire.c removed GIOChannel 2001-08-30 01:09:58 +00:00
gimppaletteeditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimppalettepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppalettepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrenderer.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrenderer.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererbrush.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererdrawable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererdrawable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererimage.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererimage.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptoolbox-color-area.c link the app in a different order as some init functions are called from 2001-10-19 16:41:09 +00:00
gimptoolbox-color-area.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimptoolbox-indicator-area.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimptoolbox-indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimptoolbox.c app/Makefile.am app/disp_callbacks.[ch] app/gdisplay.[ch] 2001-09-25 23:23:09 +00:00
gimptoolbox.h removed more GUI initialisation code. 2001-05-01 13:16:59 +00:00
gimptoolinfopreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptoolinfopreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptooloptionseditor.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrenderer.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrenderer.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererbrush.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererdrawable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererdrawable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererimage.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererimage.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpwidgets-constructors.c app/Makefile.am removed. 2001-05-25 16:04:54 +00:00
gimpwidgets-constructors.h app/Makefile.am removed. 2001-05-25 16:04:54 +00:00
gimpwidgets-utils.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpwidgets-utils.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gtkhwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkhwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkvwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkvwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
makefile.msc need to link with pangof2 2001-09-22 19:47:27 +00:00
widgets-types.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00