Gimp/app/widgets
Michael Natterer 7fe80e8dc8 the virtual serialize_property() returning FALSE doesn't mean the
2003-02-08  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-serialize.c (gimp_config_serialize_property):
	the virtual serialize_property() returning FALSE doesn't mean the
	serialization failed but that the function didn't handle the
	property, so don't error but continue with the default
	implementation. Print newlines after properties only if
	indent_level == 0.

	* app/gui/tool-options-dialog.c: added tool options saving/loading
	as quickly hacked proof-of-concept.

	* app/paint/paint-enums.[ch]: added enum GimpInkBlobType.

	* app/tools/gimpinkoptions.[ch]: ported to object properties,
	cleanup.

	* app/tools/gimpinktool.c: changed accordingly.
2003-02-08 15:27:51 +00:00
..
.cvsignore app/widgets/Makefile.am use gimp_mkenums to create widgets-enums.c, added 2002-03-18 22:26:41 +00:00
gimpbrusheditor.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpbrusheditor.h changed gimp_channel_get_color() to not return the color but take a second 2002-03-08 16:34:42 +00:00
gimpbrushfactoryview.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpbrushfactoryview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpbrushpreview.c fixed a bug spotted by Jim Meyer (#97911) and added a missing call to 2002-11-07 10:18:20 +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 connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +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 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
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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
gimpcolormapeditor.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcomponentlistitem.h app/config/gimpconfig-deserialize.h fixed typos. 2001-12-13 20:19:41 +00:00
gimpcontainereditor.c app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
gimpcontainereditor.h app/widgets/gimpcolormapeditor.c app/widgets/gimpcontainereditor.[ch] pass 2003-01-10 19:30:32 +00:00
gimpcontainergridview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcontainergridview.h treeviewized and undeprecated. 2002-03-16 15:02:23 +00:00
gimpcontainerlistview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 added "gchar *name_changed_signal" to GimpViewableClass which defaults to 2002-04-28 23:10:42 +00:00
gimpcontainerview-utils.h removed a useless g_return_if_fail(). 2001-11-23 16:25:01 +00:00
gimpcontainerview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcontainerview.h added GimpPaletteEntry typedef. 2002-03-08 00:27:45 +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 Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpdnd.h added GTK_TARGET_SAME_APP flag to GIMP_TARGET_BUFFER. 2002-11-17 20:26:21 +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 Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +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 Made GimpToolOptions a GimpContext subclass and objectified all tool 2003-02-05 14:39:40 +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
gimpdrawablepreview.c look at drawable->offset_[xy] != 0 when deciding whether to offset the 2002-08-28 18:52:04 +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 Made GimpToolOptions a GimpContext subclass and objectified all tool 2003-02-05 14:39:40 +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 replaced with an UTF-8 safe rewrite. 2003-02-05 18:23:58 +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 use gtk_window_present() to raise the dialog; some code cleanup. 2003-02-04 00:43: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 libgimpbase/Makefile.am added new files that hold the new 2003-02-05 22:15:39 +00:00
gimpfontselection.h changed the text used in the preview. 2003-02-03 18:11:54 +00:00
gimpgradienteditor.c Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpgradienteditor.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpgradientpreview.c app/widgets/gimpgradientpreview.c set "height" to size/2 instead of 2002-10-09 12:17:50 +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 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
gimpimagefilepreview.c removed idle rendering and render the preview on "expose" if needed. 2002-11-04 12:15:29 +00:00
gimpimagefilepreview.h implemented thumbnail loading according to the latest version of the 2002-02-18 01:28:12 +00:00
gimpimagepreview.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +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
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 Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +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 pass the GimpItemListView as "data" to the item_factory callbacks, not 2003-01-12 12:35:00 +00:00
gimpitemlistview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpitemtreeview.c pass the GimpItemListView as "data" to the item_factory callbacks, not 2003-01-12 12:35:00 +00:00
gimpitemtreeview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimplayerlistitem.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimplayerlistview.h added a GimpAnchorItemFunc and use it if it's set. 2002-03-11 12:58:59 +00:00
gimplayertreeview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimplayertreeview.h added a GimpAnchorItemFunc and use it if it's set. 2002-03-11 12:58:59 +00:00
gimplistitem.c app/core/gimpchannel.h app/core/gimpitem.c 2003-01-15 03:55:20 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpmenuitem.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpnavigationpreview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpnavigationpreview.h app/Makefile.am removed. 2002-05-07 16:23:14 +00:00
gimpnavigationview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpnavigationview.h app/Makefile.am removed. 2002-05-07 16:23:14 +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
gimppalettepreview.c app/widgets/gimpgradientpreview.c set "height" to size/2 instead of 2002-10-09 12:17:50 +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-utils.c bumped version number to 1.3.9 2002-08-22 12:49:01 +00:00
gimppreview-utils.h bumped version number to 1.3.9 2002-08-22 12:49:01 +00:00
gimppreview.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimppreview.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimppreviewrenderer.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimppreviewrenderer.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimppreviewrendererbrush.c fixed a bug spotted by Jim Meyer (#97911) and added a missing call to 2002-11-07 10:18:20 +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 look at drawable->offset_[xy] != 0 when deciding whether to offset the 2002-08-28 18:52:04 +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 connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +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
gimppropwidgets.c Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimppropwidgets.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpselectioneditor.c Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpselectioneditor.h removed idle rendering and render the preview on "expose" if needed. 2002-11-04 12:15:29 +00:00
gimptexteditor.c app/config/gimpconfig.[ch] added a reset method to GimpConfigInterface. 2003-02-01 21:50:21 +00:00
gimptexteditor.h app/config/gimpconfig.[ch] added a reset method to GimpConfigInterface. 2003-02-01 21:50:21 +00:00
gimptoolbox-color-area.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 GDK_HINT_USER_POS again since it's set by 2003-01-14 22:06:06 +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
gimptoolinfopreview.c removed idle rendering and render the preview on "expose" if needed. 2002-11-04 12:15:29 +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 the virtual serialize_property() returning FALSE doesn't mean the 2003-02-08 15:27:51 +00:00
gimpvectorslistview.c added utility functions gimp_get_mod_name_[shift|control|alt]() and 2002-12-19 16:33:29 +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 utility functions gimp_get_mod_name_[shift|control|alt]() and 2002-12-19 16:33:29 +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.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpview.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimpviewabledialog.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpviewrenderer.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimpviewrendererbrush.c fixed a bug spotted by Jim Meyer (#97911) and added a missing call to 2002-11-07 10:18:20 +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 look at drawable->offset_[xy] != 0 when deciding whether to offset the 2002-08-28 18:52:04 +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 connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +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/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 libgimpbase/Makefile.am added new files that hold the new 2003-02-05 22:15:39 +00:00
gimpwidgets-utils.h libgimpbase/Makefile.am added new files that hold the new 2003-02-05 22:15:39 +00:00
gtkhwrapbox.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +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/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +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/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +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.am removed the "truly ugly hack"... 2003-02-03 13:39:55 +00:00
makefile.msc when checking for 'excecutable' make sure it is a regular file too (on 2003-01-01 13:33:27 +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 added a new enum to specify how to display histograms. 2003-01-25 18:58:45 +00:00
widgets-types.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00