gimp/app/widgets
Sven Neumann 03a6c04419 app/base/base-enums.h moved all remaining enums to base-enums.h
2001-12-11  Sven Neumann  <sven@gimp.org>

	* app/base/base-enums.h
	* app/base/base-types.h: moved all remaining enums to base-enums.h

	* app/core/core-enums.h
	* app/core/core-types.h: moved GimpImageType to core-enums.h and
	changed the values from RGB_GIMAGE to GIMP_RGB_IMAGE and the like.

	* app/core/gimpchannel.c
	* app/core/gimpdrawable-preview.c
	* app/core/gimpdrawable-transform.c
	* app/core/gimpdrawable.c
	* app/core/gimpimage-contiguous-region.c
	* app/core/gimpimage-convert.c
	* app/core/gimpimage-mask.c
	* app/core/gimpimage-merge.c
	* app/core/gimpimage-new.c
	* app/core/gimpimage-projection.c
	* app/core/gimpimage.[ch]
	* app/core/gimplayer.c
	* app/core/gimplayermask.c
	* app/core/gimppalette-import.c
	* app/display/gimpdisplayshell-dnd.c
	* app/display/gimpdisplayshell-render.c
	* app/gui/file-save-dialog.c
	* app/gui/toolbox.c
	* app/plug-in/plug-in.c
	* app/tools/gimpblendtool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpdodgeburntool.c: changed accordingly.

	* tools/pdbgen/Makefile.am: no need to parse app/base/base-types.h
	any longer.

	* app/pdb/color_cmds.c
	* app/pdb/drawable_cmds.c
	* app/pdb/layer_cmds.c
	* app/pdb/paint_tools_cmds.c
	* tools/pdbgen/enums.pl: regenerated.
2001-12-11 18:11:56 +00:00
..
.cvsignore Makefile.am pre-commit so yosh knows which files to copy :) 2001-04-10 21:33:09 +00:00
Makefile.am app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +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 app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpbrushfactoryview.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbufferview.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpbufferview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpchannellistview.c removed GimpImageBaseType enum ... 2001-12-11 15:58:07 +00:00
gimpchannellistview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpchanneltreeview.c removed GimpImageBaseType enum ... 2001-12-11 15:58:07 +00:00
gimpchanneltreeview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcolordialog.c app/Makefile.am removed. 2001-11-30 16:39:40 +00:00
gimpcolordialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpcolordisplayeditor.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
gimpcolormapeditor.c removed GimpImageBaseType enum ... 2001-12-11 15:58:07 +00:00
gimpcolormapeditor.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcolorpanel.c libgimpwidgets/gimpbutton.c libgimpwidgets/gimpcolorarea.c 2001-11-27 23:26:25 +00:00
gimpcolorpanel.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcomponentlistitem.c changed GimpItemGetNameFunc signature to return a tooltip in a passed 2001-11-12 19:42:53 +00:00
gimpcomponentlistitem.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcontainereditor.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpcontainereditor.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpcontainergridview.c changed GimpItemGetNameFunc signature to return a tooltip in a passed 2001-11-12 19:42:53 +00:00
gimpcontainergridview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainerlistview.c made device_status_update() static as declared. 2001-11-22 23:08:56 +00:00
gimpcontainerlistview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainermenu.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainermenu.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainerview-utils.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpcontainerview-utils.h removed a useless g_return_if_fail(). 2001-11-23 16:25:01 +00:00
gimpcontainerview.c added Rebecca Walter (bex). 2001-11-26 13:17:18 +00:00
gimpcontainerview.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcursor.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +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 app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdatafactoryview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdeviceinfo.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpdeviceinfo.h app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpdevices.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpdevices.h app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpdialogfactory.c removed a useless g_return_if_fail(). 2001-11-23 16:25:01 +00:00
gimpdialogfactory.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdnd.c Makefile.am removed... 2001-11-10 19:35:21 +00:00
gimpdnd.h a cut'n'paste bug prevented tools and imagefiles from being dropped. 2001-11-13 18:10:58 +00:00
gimpdock.c set the accelerators for the "Open Recent" items > 10 to "" instead of 2001-11-29 18:43:25 +00:00
gimpdock.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdockable.c added Rebecca Walter (bex). 2001-11-26 13:17:18 +00:00
gimpdockable.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdockbook.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdockbook.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdocumentview.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdocumentview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdrawablelistview.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdrawablelistview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdrawabletreeview.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpdrawabletreeview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpfontselection-dialog.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
gimpfontselection-dialog.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpfontselection.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpfontselection.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpgradienteditor.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpgradienteditor.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimphelp.c app/Makefile.am removed... 2001-12-01 00:14:14 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimphistogramview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpimagedock.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpimagedock.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpimagefilepreview.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpimagefilepreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpimagepreview.c added some safety checks. 2001-11-13 03:31:47 +00:00
gimpimagepreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpitemfactory.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpitemfactory.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpitemlistview.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpitemlistview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpitemtreeview.c app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpitemtreeview.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplayerlistview.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
gimplayerlistview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplayertreeview.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
gimplayertreeview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplistitem.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplistitem.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpmenudock.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00
gimpmenudock.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpmenuitem.c small fix. 2001-11-13 01:46:10 +00:00
gimpmenuitem.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpnavigationpreview.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gimpnavigationpreview.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpnavigationview.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gimpnavigationview.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimppaletteeditor.c app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreview.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreview.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimppreviewrenderer.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreviewrenderer.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreviewrendererimage.c added some safety checks. 2001-11-13 03:31:47 +00:00
gimppreviewrendererimage.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimptoolbox-color-area.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gimptoolbox-color-area.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolbox-indicator-area.c app/gui/gradient-select.c app/gui/gui.c app/gui/indicator-area.c 2001-11-30 16:52:28 +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/base/base-enums.h moved all remaining enums to base-enums.h 2001-12-11 18:11:56 +00:00
gimptoolbox.h generate app/file/Makefile 2001-10-25 13:30:01 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimptooloptionseditor.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpview.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpview.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpviewrenderer.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpviewrenderer.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpviewrendererimage.c added some safety checks. 2001-11-13 03:31:47 +00:00
gimpviewrendererimage.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpwidgets-constructors.c app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
gimpwidgets-constructors.h app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
gimpwidgets-utils.c app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +00:00
gimpwidgets-utils.h app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +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 bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
widgets-types.h app/Makefile.am removed, chopped... 2001-12-07 17:39:51 +00:00