gimp/app/widgets
Michael Natterer 3c33140fc1 themes/Default/images/stock-delete-16.png
2003-03-06  Michael Natterer  <mitch@gimp.org>

	* themes/Default/images/stock-delete-16.png
	* themes/Default/images/stock-lower-16.png
	* themes/Default/images/stock-new-16.png
	* themes/Default/images/stock-paste-16.png
	* themes/Default/images/stock-raise-16.png
	* themes/Default/images/stock-refresh-16.png: removed these files
	since we use the icons provided by GTK+ now.

	* themes/Default/gtkrc
	* themes/Default/images/Makefile.am: removed them here hoo.

	* libgimpwidgets/gimpstock.[ch]: reordered stuff to be consistent
	in the header and the .c file. Added GIMP_STOCK_ERROR and
	GIMP_STOCK_QUESTION which are available in all sizes (unlike
	GTK_STOCK_DIALOG_ERROR and GTK_STOCK_DIALOG_QUESTION).

	* app/core/gimpviewable.c
	* app/display/gimpdisplayshell.c
	* app/gui/file-commands.c
	* app/gui/file-new-dialog.c
	* app/gui/file-save-dialog.c
	* app/widgets/gimpwidgets-utils.c
	* app/widgets/gimpdatafactoryview.c: use the new stock IDs.

	* app/config/gimpcoreconfig.[ch]: renamed "preview_size" to
	"layer_preview_size" and added "gboolean layer_previews" which
	switches layer previews on/off independent of their size.

	* app/config/gimprc-blurbs.h: added/changed their blurbs.

	* app/core/core-enums.[ch]: removed GIMP_PREVIEW_SIZE_NONE.

	* app/core/gimpdrawable-preview.c
	* app/core/gimpdrawable.c
	* app/core/gimpimage.c: return NULL previews if
	core_config->layer_previews is FALSE. Invalidate all layer/channel
	previews whenever "layer_previews" changes.

	* app/widgets/gimppreviewrendererdrawable.c
	* app/widgets/gimppreviewrendererimage.c: render the stock_id
	if the drawable/image returns a NULL preview. Fixes bug #107242.

	* app/display/gimpdisplayshell-handlers.c: don't set the
	sensitivity of the navigation button because it can no longer be
	disabled.

	* app/display/gimpdisplayshell-layer-select.c
	* app/gui/dialogs-constructors.c
	* app/gui/dialogs.c
	* app/gui/paths-dialog.c: changed accordingly.

	* app/gui/preferences-dialog.c: added a toggle button for the new
	"layer_previews" boolean.

	* app/widgets/gimpcontainergridview.c
	* app/widgets/gimpcontainerlistview.c: chain up unconditionally
	in GimpContainerView::clear_items().

	* app/widgets/gimpcontainertreeview.c: ditto. Made the reorder()
	implementation lengthy and eeky (but working) again... Stop signal
	emission on double clicks so GtkTreeView doesn't re-select the
	item we are about change.

	* app/widgets/gimpcontainerview.c
	(gimp_container_view_real_clear_items): need to use
	g_hash_table_new_full() here too or everything will b0rk.

	* app/widgets/gimppreviewrenderer.c
	(gimp_preview_renderer_default_render_stock): use
	gtk_widget_render_icon() instead of gtk_icon_set_render_icon().

	* tools/pdbgen/enums.pl: this file wanted to be regenerated...
2003-03-06 16:47:34 +00:00
..
.cvsignore app/widgets/Makefile.am use gimp_mkenums to create widgets-enums.c, added 2002-03-18 22:26:41 +00:00
Makefile.am made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimpbrusheditor.c undeprecated and simplified a lot by using GimpPreview instead of handmade 2003-03-05 12:17:12 +00:00
gimpbrusheditor.h undeprecated and simplified a lot by using GimpPreview instead of handmade 2003-03-05 12:17:12 +00:00
gimpbrushfactoryview.c added a writeable field to GimpData and set it from 2003-02-26 18:08:26 +00:00
gimpbrushfactoryview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpbufferview.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpbufferview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpcellrendererviewable.c removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimpcellrendererviewable.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpchannellistitem.c DND cleanup part 1: 2002-09-02 14:39:08 +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 don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +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 don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolordialog.h the color scales from the main color selection as GimpColorSelector 2002-10-28 20:13:17 +00:00
gimpcolordisplayeditor.c Refactored the GimpDisplayShell update/draw code: 2003-02-21 12:16:43 +00:00
gimpcoloreditor.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcoloreditor.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolormapeditor.c set the active color from GimpColormapEditor::selected so you can pick 2003-03-04 14:35:56 +00:00
gimpcolormapeditor.h set the active color from GimpColormapEditor::selected so you can pick 2003-03-04 14:35:56 +00:00
gimpcolorpanel.c named the menu separator "/fg-bg-separator", not just "/---". 2002-12-03 22:16:56 +00:00
gimpcolorpanel.h named the menu separator "/fg-bg-separator", not just "/---". 2002-12-03 22:16:56 +00:00
gimpcomponentlistitem.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpcomponentlistitem.h app/config/gimpconfig-deserialize.h fixed typos. 2001-12-13 20:19:41 +00:00
gimpcontainereditor.c added "GDestroyNotify insert_data_free" to the GimpContainerViewClass 2003-02-24 20:31:14 +00:00
gimpcontainereditor.h app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
gimpcontainergridview.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpcontainergridview.h treeviewized and undeprecated. 2002-03-16 15:02:23 +00:00
gimpcontainerlistview.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcontainermenu.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcontainermenuimpl.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +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
gimpcontainertreeview.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpcontainertreeview.h added "GDestroyNotify insert_data_free" to the GimpContainerViewClass 2003-02-24 20:31:14 +00:00
gimpcontainerview-utils.c Started migration from GtkList to GtkTreeView: 2003-02-21 19:03:19 +00:00
gimpcontainerview-utils.h removed a useless g_return_if_fail(). 2001-11-23 16:25:01 +00:00
gimpcontainerview.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpcontainerview.h added "GDestroyNotify insert_data_free" to the GimpContainerViewClass 2003-02-24 20:31:14 +00:00
gimpcursor.c removed commented out and unused cruft, cleanup. 2002-11-17 23:13:26 +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
gimpdataeditor.c app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
gimpdataeditor.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdatafactoryview.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpdatafactoryview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdeviceinfo.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpdeviceinfo.h override GObjectClass->constructor() and do the setup stuff there, not in 2002-05-28 16:41:56 +00:00
gimpdevices.c app/config/Makefile.am new files featuring a simple config file writer. 2003-03-05 20:21:50 +00:00
gimpdevices.h override GObjectClass->constructor() and do the setup stuff there, not in 2002-05-28 16:41:56 +00:00
gimpdialogfactory.c app/widgets/gimpdialogfactory.c removed GDK_HINT_USER_POS and 2003-01-11 02:18:18 +00:00
gimpdialogfactory.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdnd.c added GError reporting, removed g_message() stuff. 2003-03-05 11:25:59 +00:00
gimpdnd.h Reimplemented the undo history: 2003-02-20 12:47:42 +00:00
gimpdock.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdock.h added "book_added" and "book_removed" signals. Removed the 2002-10-25 13:21:54 +00:00
gimpdockable.c We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +00:00
gimpdockable.h We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +00:00
gimpdockbook.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdockbook.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdocumentview.c added GError reporting, removed g_message() stuff. 2003-03-05 11:25:59 +00:00
gimpdocumentview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdrawablelistitem.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpdrawablelistitem.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpListItem 2002-02-25 18:41:14 +00:00
gimpdrawablelistview.c Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
gimpdrawablelistview.h app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimpdrawabletreeview.c Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
gimpdrawabletreeview.h app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimpeditor.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpeditor.h renamed shell->cd_list to shell->filters and shell->cd_ui to 2002-03-15 15:09:58 +00:00
gimpenummenu.c fixed parasite serialization that I broke yesterday. 2003-03-06 13:22:11 +00:00
gimpenummenu.h added some blurbs that will show up as tooltips in the text tool options. 2003-02-05 13:03:44 +00:00
gimpfontselection-dialog.c app/widgets/gimpfontselection-dialog.c connect the dialog to the font 2003-02-20 17:56:18 +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 app/widgets/gimpfontselection-dialog.c connect the dialog to the font 2003-02-20 17:56:18 +00:00
gimpfontselection.h changed the text used in the preview. 2003-02-03 18:11:54 +00:00
gimpgradienteditor.c added a writeable field to GimpData and set it from 2003-02-26 18:08:26 +00:00
gimpgradienteditor.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimphelp.c renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
gimphelp.h app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
gimphistogrambox.c added a new enum to specify how to display histograms. 2003-01-25 18:58:45 +00:00
gimphistogrambox.h added the API for level correction using black, gray and white point. 2002-10-15 13:36:28 +00:00
gimphistogramview.c added a new enum to specify how to display histograms. 2003-01-25 18:58:45 +00:00
gimphistogramview.h added a new enum to specify how to display histograms. 2003-01-25 18:58:45 +00:00
gimpimagedock.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpimagedock.h added a read-only property for the display's image, so it can be retreived 2002-05-10 13:09:19 +00:00
gimpimageeditor.c app/widgets/Makefile.am app/widgets/widgets-types.h new GimpEditor 2003-02-20 15:40:15 +00:00
gimpimageeditor.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpEditor 2003-02-20 15:40:15 +00:00
gimpimageview.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpimageview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpitemfactory.c made the ugly hack that prevents users from reassigning the F1 shortcut 2003-02-04 13:43:10 +00:00
gimpitemfactory.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpitemlistitem.c added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimpitemlistitem.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpListItem 2002-02-25 18:41:14 +00:00
gimpitemlistview.c added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimpitemlistview.h added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimpitemtreeview.c added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimpitemtreeview.h added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimplayerlistitem.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +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 added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimplayerlistview.h added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimplayertreeview.c added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimplayertreeview.h added "undo_desc" parameters. 2003-02-17 13:33:29 +00:00
gimplistitem.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimplistitem.h app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gimpmenudock.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpmenudock.h added a read-only property for the display's image, so it can be retreived 2002-05-10 13:09:19 +00:00
gimpmenufactory.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpmenufactory.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpmenuitem.c added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimpmenuitem.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpnavigationpreview.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpnavigationpreview.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpnavigationview.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpnavigationview.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimppaletteeditor.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimppaletteeditor.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimppreview-popup.c added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimppreview-popup.h added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimppreview.c removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimppreview.h removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimppreviewrenderer-utils.c made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimppreviewrenderer-utils.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimppreviewrenderer.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimppreviewrenderer.h made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimppreviewrendererbrush.c made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimppreviewrendererbrush.h removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimppreviewrendererdrawable.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimppreviewrendererdrawable.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimppreviewrendererimage.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimppreviewrendererimage.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimppreviewrenderertextlayer.c made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimppreviewrenderertextlayer.h made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimppropwidgets.c removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimppropwidgets.h added a new widget constructor gimp_prop_opacity_entry_new() which is a 2003-02-19 20:06:38 +00:00
gimpselectioneditor.c removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimpselectioneditor.h app/display/gimpdisplayshell-callbacks.[ch] override 2003-02-25 19:12:11 +00:00
gimptexteditor.c trim the string only if necessary. 2003-02-20 16:11:23 +00:00
gimptexteditor.h trim the string only if necessary. 2003-02-20 16:11:23 +00:00
gimptoolbox-color-area.c require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
gimptoolbox-color-area.h use stock pixbufs to draw the "Default Colors" and "Swap Colors" buttons. 2002-06-08 12:15:11 +00:00
gimptoolbox-indicator-area.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimptoolbox-indicator-area.h g_strdup() the stock_id passed to gimp_tool_info_new() because the 2002-03-14 17:07:02 +00:00
gimptoolbox.c added a writeable field to GimpData and set it from 2003-02-26 18:08:26 +00:00
gimptoolbox.h g_strdup() the stock_id passed to gimp_tool_info_new() because the 2002-03-14 17:07:02 +00:00
gimptooloptionseditor.c added a "const gchar *extension" parameter to 2003-02-10 11:46:10 +00:00
gimpundoeditor.c added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimpundoeditor.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpEditor 2003-02-20 15:40:15 +00:00
gimpvectorslistview.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpvectorslistview.h added a "item_activate_func" to the struct and the constructor so we can 2002-02-26 14:40:30 +00:00
gimpvectorstreeview.c don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpvectorstreeview.h added a "item_activate_func" to the struct and the constructor so we can 2002-02-26 14:40:30 +00:00
gimpview-popup.c added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimpview-popup.h added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimpview.c removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimpview.h removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimpviewabledialog.c added missing cast. 2003-02-21 20:19:19 +00:00
gimpviewabledialog.h app/widgets/Makefile.am app/widgets/widgets-types.h new dialog widget 2002-08-30 21:00:42 +00:00
gimpviewrenderer-utils.c made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimpviewrenderer-utils.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpviewrenderer.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpviewrenderer.h made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimpviewrendererbrush.c made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00
gimpviewrendererbrush.h removed the constructors with a GimpViewable parameter and always create 2003-03-03 12:59:03 +00:00
gimpviewrendererdrawable.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpviewrendererdrawable.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpviewrendererimage.c themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpviewrendererimage.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
gimpwidgets-constructors.c app/base/base-enums.h app/paint-funcs/paint-funcs-generic.h 2002-11-05 19:33: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 themes/Default/images/stock-delete-16.png 2003-03-06 16:47:34 +00:00
gimpwidgets-utils.h added a colspan parameter and fixed packing of the stock icon. 2003-02-21 00:42:53 +00:00
gtkhwrapbox.c require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
gtkhwrapbox.h require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
gtkvwrapbox.c require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
gtkvwrapbox.h require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
gtkwrapbox.c require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
gtkwrapbox.h require GTK+ 2.2. The 2.0.x series is no longer maintained, and there are 2003-03-05 22:31:13 +00:00
makefile.msc app/text/makefile.msc (new file) */makefile.msc */*/makefile.msc : updated 2003-03-03 18:14:31 +00:00
widgets-enums.c added a new enum to specify how to display histograms. 2003-01-25 18:58:45 +00:00
widgets-enums.h don't scale the preview up if the buffer is too small. 2003-03-01 03:53:41 +00:00
widgets-types.h made the default buffer and stock rendering functions public so derived 2003-03-03 17:19:30 +00:00