gimp/app/widgets
Michael Natterer fdb7265a7c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here.
2003-04-01  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpviewable.h: #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE
	here.

	* app/widgets/gimppreview.h
	* app/widgets/gimppreviewrenderer.h: removed the #defines here.

	* app/core/gimpviewable.c (gimp_preview_get[_popup]_size): check
	the return values to be within bounds.

	* app/text/gimpfont.c
	* app/display/gimpdisplayshell-render.c: use the new constant
	instead of the magic "1024".

	* app/core/gimpdrawable-preview.c: #include our own header file.

	* app/widgets/gimpbrushfactoryview.c
	* app/widgets/gimpcomponenteditor.c
	* app/widgets/gimpcontainereditor.c
	* app/widgets/gimpcontainergridview.c
	* app/widgets/gimpcontainermenu.c
	* app/widgets/gimpcontainermenuimpl.c
	* app/widgets/gimpcontainertreeview.c
	* app/widgets/gimpcontainerview.c
	* app/widgets/gimpdatafactoryview.c
	* app/widgets/gimpitemtreeview.c
	* app/widgets/gimppreview.c
	* app/widgets/gimppreviewrenderer.c: changed accordingly.
2003-04-01 13:53:47 +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 include locale.h for setlocale(). 2003-03-25 17:39:01 +00:00
gimpbrusheditor.c increased the upper limit for the brush radius to 1000. Fixes bug #109434. 2003-03-30 19:30:10 +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 #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 allow keyboard activation. 2003-03-28 11:20:24 +00:00
gimpcellrenderertoggle.h app/widgets/gimpcellrenderertoggle.[ch] added public functions to emit the 2003-03-19 15:17:13 +00:00
gimpcellrendererviewable.c allow keyboard activation. 2003-03-28 11:20:24 +00:00
gimpcellrendererviewable.h app/widgets/gimpcellrenderertoggle.[ch] added public functions to emit the 2003-03-19 15:17:13 +00:00
gimpchanneltreeview.c added gimp_container_view_construct(). The new function calls 2003-03-26 17:49:42 +00:00
gimpchanneltreeview.h Added GtkTreeView versions of layers/channels/vectors: 2003-03-16 11:14:29 +00:00
gimpcolordialog.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpcolordialog.h the color scales from the main color selection as GimpColorSelector 2002-10-28 20:13:17 +00:00
gimpcolordisplayeditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpcoloreditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpcoloreditor.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolormapeditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpcolormapeditor.h added a GimpItemFactory to the GimpEditor struct. Added 2003-03-21 11:47:37 +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 #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpcomponenteditor.h added a GimpItemFactory to the GimpEditor struct. Added 2003-03-21 11:47:37 +00:00
gimpcontainereditor.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpcontainereditor.h added a GimpItemFactory to the GimpEditor struct. Added 2003-03-21 11:47:37 +00:00
gimpcontainergridview.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpcontainergridview.h added a new marshaller. 2003-03-27 12:06:55 +00:00
gimpcontainermenu.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpcontainermenu.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcontainermenuimpl.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +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
gimpcontainerpopup.c when the user has changed the layer name from the layers dialog, don't 2003-03-31 17:47:00 +00:00
gimpcontainerpopup.h added the scrolled_win to the GimpContainerView struct. Create it in 2003-03-26 14:56:10 +00:00
gimpcontainertreeview-dnd.c app/widgets/gimpcellrenderertoggle.[ch] added public functions to emit the 2003-03-19 15:17:13 +00:00
gimpcontainertreeview-dnd.h app/widgets/gimpcellrenderertoggle.[ch] added public functions to emit the 2003-03-19 15:17:13 +00:00
gimpcontainertreeview.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpcontainertreeview.h added the scrolled_win to the GimpContainerView struct. Create it in 2003-03-26 14:56:10 +00:00
gimpcontainerview-utils.c Removed deprecated and broken list views based on GtkList[Item] (fixes bug 2003-03-20 13:05:52 +00:00
gimpcontainerview-utils.h removed a useless g_return_if_fail(). 2001-11-23 16:25:01 +00:00
gimpcontainerview.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpcontainerview.h added gimp_container_view_construct(). The new function calls 2003-03-26 17:49:42 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdataeditor.h added a GimpItemFactory to the GimpEditor struct. Added 2003-03-21 11:47:37 +00:00
gimpdatafactoryview.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +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 GimpFont DND. 2003-03-26 01:27:23 +00:00
gimpdnd.h added GimpFont DND. 2003-03-26 01:27:23 +00:00
gimpdock.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 renamed "tab_size" style property to "tab_icon_size" for consistency. 2003-03-21 19:18:52 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdocumentview.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpdrawabletreeview.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdrawabletreeview.h added utility function gimp_container_tree_view_find_click_cell(). Don't 2003-03-16 13:19:43 +00:00
gimpeditor.c factored button_box creation out to a utility function. 2003-04-01 09:07:53 +00:00
gimpeditor.h added "icon_size" parameters to gimp_enum_stock_box_new[_with_range](). 2003-03-31 12:09:09 +00:00
gimpenummenu.c added "icon_size" parameters to gimp_enum_stock_box_new[_with_range](). 2003-03-31 12:09:09 +00:00
gimpenummenu.h added "icon_size" parameters to gimp_enum_stock_box_new[_with_range](). 2003-03-31 12:09:09 +00:00
gimpfontselection-dialog.c fixed braino that caused the wrong family to be selected. 2003-03-26 11:58:09 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpfontselection.h changed the text used in the preview. 2003-02-03 18:11:54 +00:00
gimpgradienteditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpgradienteditor.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimphelp.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimphelp.h app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
gimphistogrambox.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 default the fill_type to GIMP_BACKGROUND_FILL (as in gimp_initialize()). 2003-03-20 14:34:16 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpitemfactory.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
gimpitemtreeview.c #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpitemtreeview.h added a GimpItemFactory to the GimpEditor struct. Added 2003-03-21 11:47:37 +00:00
gimplayertreeview.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimplayertreeview.h added utility function gimp_container_tree_view_find_click_cell(). Don't 2003-03-16 13:19:43 +00:00
gimpmenudock.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 VOID__DOUBLE_DOUBLE 2003-04-01 10:32:03 +00:00
gimpnavigationpreview.h added VOID__DOUBLE_DOUBLE 2003-04-01 10:32:03 +00:00
gimpnavigationview.c added VOID__DOUBLE_DOUBLE 2003-04-01 10:32:03 +00:00
gimpnavigationview.h added VOID__DOUBLE_DOUBLE 2003-04-01 10:32:03 +00:00
gimppaletteeditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimppreview.h #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +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 #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimppreviewrenderer.h #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +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 use GIMP_STOCK_IMAGE as default_stock_id. 2003-03-24 14:31:59 +00:00
gimppreviewrendererimage.h use GIMP_STOCK_IMAGE as default_stock_id. 2003-03-24 14:31:59 +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 added "icon_size" parameters to gimp_enum_stock_box_new[_with_range](). 2003-03-31 12:09:09 +00:00
gimppropwidgets.h register GimpPaintApplicationMode with the type system. 2003-03-24 17:58:28 +00:00
gimpselectioneditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpselectioneditor.h app/display/gimpdisplayshell-callbacks.[ch] override 2003-02-25 19:12:11 +00:00
gimptexteditor.c themes/Default/images/Makefile.am 2003-03-31 15:10:15 +00:00
gimptexteditor.h themes/Default/images/Makefile.am 2003-03-31 15:10:15 +00:00
gimptoolbox-color-area.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 freeze object notifications around reset() and deserialize() 2003-03-26 13:39:00 +00:00
gimpundoeditor.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpundoeditor.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpEditor 2003-02-20 15:40:15 +00:00
gimpvectorstreeview.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpvectorstreeview.h Added GtkTreeView versions of layers/channels/vectors: 2003-03-16 11:14:29 +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 #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpview.h #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpviewabledialog.c implement GtkDialog::close() and synthesize a "delete_event" 2003-03-20 15:49:48 +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 #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +00:00
gimpviewrenderer.h #define GIMP_VIEWABLE_MAX_PREVIEW_SIZE here. 2003-04-01 13:53:47 +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 use GIMP_STOCK_IMAGE as default_stock_id. 2003-03-24 14:31:59 +00:00
gimpviewrendererimage.h use GIMP_STOCK_IMAGE as default_stock_id. 2003-03-24 14:31:59 +00:00
gimpwidgets-constructors.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 when the user has changed the layer name from the layers dialog, don't 2003-03-31 17:47:00 +00:00
widgets-enums.h when the user has changed the layer name from the layers dialog, don't 2003-03-31 17:47:00 +00:00
widgets-types.h themes/Default/images/Makefile.am 2003-03-31 15:10:15 +00:00