gimp/app/widgets
Sven Neumann e089f78cc3 simplified.
2003-03-15  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpitemfactory.c (gimp_item_factory_translate_func):
	simplified.

	* app/gui/image-menu.c: some minor menu cleanups.
2003-03-15 12:41:33 +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 app/widgets/Makefile.am app/widgets/widgets-types.h added a new 2003-03-12 19:02:51 +00:00
gimpbrusheditor.c added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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
gimpcellrenderertoggle.c don't expose the internal term "component", use "channel" instead. 2003-03-13 16:49:37 +00:00
gimpcellrenderertoggle.h app/widgets/Makefile.am app/widgets/widgets-types.h added a new 2003-03-12 19:02:51 +00:00
gimpcellrendererviewable.c app/widgets/gimpcellrenderertoggle.c handle RTL layout. 2003-03-13 13:43:06 +00:00
gimpcellrendererviewable.h app/widgets/Makefile.am app/widgets/widgets-types.h added a new 2003-03-12 19:02:51 +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 added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
gimpchannellistview.h added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
gimpchanneltreeview.c added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
gimpchanneltreeview.h added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +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
gimpcomponenteditor.c disable expensive column auto-resizing and call 2003-03-13 22:17:31 +00:00
gimpcomponenteditor.h fixed size calculation, removed padding and the spacing between the icon 2003-03-13 13:08:37 +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 disable expensive column auto-resizing and call 2003-03-13 22:17:31 +00:00
gimpcontainertreeview.h disable expensive column auto-resizing and call 2003-03-13 22:17:31 +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 added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpdataeditor.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 removed gimp_scanner_parse_string_list() since the format it read wasn't 2003-03-10 19:01:07 +00:00
gimpdialogfactory.h removed gimp_scanner_parse_string_list() since the format it read wasn't 2003-03-10 19:01:07 +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 fiddle with the color of the dock separator to make the drop area stand 2003-03-14 18:37:12 +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 "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpgradienteditor.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 simplified. 2003-03-15 12:41:33 +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 descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
gimpitemlistview.h added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
gimpitemtreeview.c added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
gimpitemtreeview.h added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +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 added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpnavigationpreview.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpnavigationview.c added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpnavigationview.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimppaletteeditor.c added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimppreview.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimppreviewrenderer-utils.c added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 don't expose the internal term "component", use "channel" instead. 2003-03-13 16:49:37 +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
gimppreviewrenderergradient.c added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimppreviewrenderergradient.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 set a window type hint of GDK_WINDOW_TYPE_HINT_NORMAL for the toolbox 2003-03-13 18:22:20 +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 added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +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 added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +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 added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpview.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 don't expose the internal term "component", use "channel" instead. 2003-03-13 16:49:37 +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
gimpviewrenderergradient.c added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpviewrenderergradient.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +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 fixed size calculation, removed padding and the spacing between the icon 2003-03-13 13:08:37 +00:00
gimpwidgets-utils.h fixed size calculation, removed padding and the spacing between the icon 2003-03-13 13:08:37 +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 app/widgets/Makefile.am app/widgets/widgets-types.h added a new 2003-03-12 19:02:51 +00:00