gimp/app/widgets
Sven Neumann 190a68b917 added GIMP_COLOR_PICK_MODE_NONE to the GimpColorPickMode enum.
2003-10-25  Sven Neumann  <sven@gimp.org>

	* app/tools/tools-enums.[ch]: added GIMP_COLOR_PICK_MODE_NONE to
	the GimpColorPickMode enum.

	* app/tools/gimpcolorpickeroptions.[ch]: removed "update-toolbox"
	property; the new enum value serves this role better.

	* app/tools/gimpcolorpickertool.c: handle the new enum value.

	* app/tools/gimpcolortool.c: default to GIMP_COLOR_PICK_MODE_NONE.
	Don't set a cursor modifier for this value. Fixes tool cursor for
	levels and curves tools.

	* app/tools/gimppainttool.[ch]: added a function to conveniently
	enable the color picker and set the pick mode at the same time.

	* app/tools/gimpairbrushtool.c
	* app/tools/gimppaintbrushtool.c
	* app/tools/gimppenciltool.c
	* app/tools/gimpsmudgetool.c: use the new function.

	* app/tools/gimperasertool.c: enabled color picking in the eraser
	tool but set the mode to GIMP_COLOR_PICK_MODE_BACKGROUND.
2003-10-25 19:00:49 +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 added a simple utility function 2003-10-20 21:27:34 +00:00
gimpbrusheditor.c app/widgets/widgets-types.h added new struct GimpSessionInfoAux which 2003-10-11 16:50:35 +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 Reduced the range of the spacing scale widget for convenience. Extreme 2003-08-14 06:51:48 +00:00
gimpbrushfactoryview.h app/widgets/gimpbrushfactoryview.[ch] app/widgets/gimpbufferview.[ch] 2003-04-08 12:39:02 +00:00
gimpbufferview.c app/core/gimpedit.[ch] app/core/gimpmodules.[ch] app/core/gimpunits.[ch] 2003-09-15 17:26:28 +00:00
gimpbufferview.h app/widgets/gimpbrushfactoryview.[ch] app/widgets/gimpbufferview.[ch] 2003-04-08 12:39:02 +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 Treat changes to the selection like changes to any other drawable: 2003-10-06 12:17:11 +00:00
gimpchanneltreeview.h Added GtkTreeView versions of layers/channels/vectors: 2003-03-16 11:14:29 +00:00
gimpcolordialog.c changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpcolordialog.h added dialog_factory and dialog_identifier parameters to the constructors 2003-05-16 11:53:50 +00:00
gimpcolordisplayeditor.c app/display/gimpdisplayshell-filter-dialog.c 2003-08-24 13:52:51 +00:00
gimpcoloreditor.c need to set docked_iface->get_preview to NULL explicitly now that the 2003-10-18 17:10:36 +00:00
gimpcoloreditor.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorframe.c added gimp_any_to_utf8. 2003-10-16 16:55:16 +00:00
gimpcolorframe.h made the "GimpRGB *color" param const. 2003-10-15 16:15:19 +00:00
gimpcolormapeditor.c Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +00:00
gimpcolormapeditor.h Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +00:00
gimpcolorpanel.c don't call gimp_dialog_factory_add_foreign() with a NULL dialog_factory. 2003-05-23 12:00:49 +00:00
gimpcolorpanel.h named the menu separator "/fg-bg-separator", not just "/---". 2002-12-03 22:16:56 +00:00
gimpcomponenteditor.c added GimpMenuPositionFunc typedef. 2003-07-02 12:03:56 +00:00
gimpcomponenteditor.h added a GimpItemFactory to the GimpEditor struct. Added 2003-03-21 11:47:37 +00:00
gimpcontainereditor.c app/widgets/gimpdocked.[ch] renamed GimpDockedIface to 2003-10-11 14:30:18 +00:00
gimpcontainereditor.h app/widgets/gimpbrushfactoryview.[ch] app/widgets/gimpbufferview.[ch] 2003-04-08 12:39:02 +00:00
gimpcontainergridview.c typo: s/vieport/viewport/g 2003-10-13 12:35:52 +00:00
gimpcontainergridview.h added a "selected_item" pointer to the GimpContainerGridView struct so we 2003-04-15 14:13:14 +00:00
gimpcontainermenu.c added GIMP_VIEWABLE_MAX_BUTTON_SIZE GIMP_VIEWABLE_MAX_MENU_SIZE. 2003-10-09 12:26:46 +00:00
gimpcontainermenu.h added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpcontainermenuimpl.c added GIMP_VIEWABLE_MAX_BUTTON_SIZE GIMP_VIEWABLE_MAX_MENU_SIZE. 2003-10-09 12:26:46 +00:00
gimpcontainermenuimpl.h removed tree_view->preview_border_width. 2003-04-04 21:16:58 +00:00
gimpcontainerpopup.c app/widgets/gimpwidgets-utils.c (gimp_menu_position) more menus which pop 2003-09-24 14:23:32 +00:00
gimpcontainerpopup.h connect to "realize" of the scrolled window's viewport and scroll to the 2003-04-13 20:19:07 +00:00
gimpcontainertreeview-dnd.c according to an older mail from Owen, GDK_ACTION_DEFAULT means nothing and 2003-10-17 11:28:28 +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 added auto-scrolling when DND-hovering close to the widget's top or bottom 2003-10-09 22:56:14 +00:00
gimpcontainertreeview.h added auto-scrolling when DND-hovering close to the widget's top or bottom 2003-10-09 22:56:14 +00:00
gimpcontainerview-utils.c derive it from GtkBin, not from GtkVBox. Removed "content_spacing" style 2003-04-11 16:51:49 +00:00
gimpcontainerview-utils.h added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpcontainerview.c added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
gimpcontainerview.h added BOOLEAN: OBJECT, POINTER. 2003-05-18 13:28:27 +00:00
gimpcursor.c Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +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 need to set docked_iface->get_preview to NULL explicitly now that the 2003-10-18 17:10:36 +00:00
gimpdataeditor.h app/widgets/widgets-types.h added new struct GimpSessionInfoAux which 2003-10-11 16:50:35 +00:00
gimpdatafactoryview.c app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch] 2003-09-17 22:54:48 +00:00
gimpdatafactoryview.h app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch] 2003-09-17 22:54:48 +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/widgets/gimpdocked.[ch] renamed GimpDockedIface to 2003-10-11 14:30:18 +00:00
gimpdevices.h override GObjectClass->constructor() and do the setup stuff there, not in 2002-05-28 16:41:56 +00:00
gimpdevicestatus.c removed an unused function. 2003-07-20 22:50:34 +00:00
gimpdevicestatus.h app/gui/Makefile.am removed... 2003-07-07 13:37:19 +00:00
gimpdialogfactory.c renamed gimp_dialog_factories_idle() and _unidle() to 2003-10-13 11:57:50 +00:00
gimpdialogfactory.h renamed gimp_dialog_factories_idle() and _unidle() to 2003-10-13 11:57:50 +00:00
gimpdnd.c according to an older mail from Owen, GDK_ACTION_DEFAULT means nothing and 2003-10-17 11:28:28 +00:00
gimpdnd.h reset object properties only if they are GIMP_PARAM_SERIALIZABLE. 2003-04-05 19:56:38 +00:00
gimpdock.c Cleaned up session management and changed the format of sessionrc in a way 2003-10-10 15:59:12 +00:00
gimpdock.h Cleaned up session management and changed the format of sessionrc in a way 2003-10-10 15:59:12 +00:00
gimpdockable.c added new virtual function GimpDocked::get_title() which returns a custom 2003-10-21 14:49:12 +00:00
gimpdockable.h app/widgets/Makefile.am app/widgets/widgets-types.h new files implementing 2003-10-10 21:24:12 +00:00
gimpdockbook.c removed the "Select Tab" menu and all the evil hacks that were needed to 2003-10-18 22:12:32 +00:00
gimpdockbook.h app/widgets/gimpdockbook.[ch] hide the GimpDockbook tabs when it holds 2003-10-05 17:26:21 +00:00
gimpdocked.c added new virtual function GimpDocked::get_title() which returns a custom 2003-10-21 14:49:12 +00:00
gimpdocked.h added new virtual function GimpDocked::get_title() which returns a custom 2003-10-21 14:49:12 +00:00
gimpdocumentview.c app/core/gimpedit.[ch] app/core/gimpmodules.[ch] app/core/gimpunits.[ch] 2003-09-15 17:26:28 +00:00
gimpdocumentview.h app/widgets/gimpbrushfactoryview.[ch] app/widgets/gimpbufferview.[ch] 2003-04-08 12:39:02 +00:00
gimpdrawabletreeview.c removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
gimpdrawabletreeview.h removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
gimpeditor.c app/widgets/gimpdocked.[ch] renamed GimpDockedIface to 2003-10-11 14:30:18 +00:00
gimpeditor.h app/display/gimpdisplayshell-filter-dialog.c 2003-08-24 13:52:51 +00:00
gimpenummenu.c added GIMP_COLOR_PICK_MODE_NONE to the GimpColorPickMode enum. 2003-10-25 19:00:49 +00:00
gimpenummenu.h added "icon_size" parameters to gimp_enum_stock_box_new[_with_range](). 2003-03-31 12:09:09 +00:00
gimperrorconsole.c app/display/gimpdisplayshell-filter-dialog.c 2003-08-24 13:52:51 +00:00
gimperrorconsole.h Cleaned up and improved the message system: 2003-06-13 14:37:00 +00:00
gimpfontselection-dialog.c app/gui/info-window.c app/widgets/gimpfontselection.c replaced the last 2003-08-26 09:57:28 +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/text/gimptextlayout-render.c (gimp_text_layout_render) 2003-09-02 13:43:26 +00:00
gimpfontselection.h changed the text used in the preview. 2003-02-03 18:11:54 +00:00
gimpfontview.c added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
gimpfontview.h added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
gimpgradienteditor.c app/widgets/widgets-types.h added new struct GimpSessionInfoAux which 2003-10-11 16:50:35 +00:00
gimpgradienteditor.h added "gboolean data_editable" which gets set in 2003-03-10 14:07:22 +00:00
gimpgrideditor.c removed "grid_changed" signal. The user of GimpGridEditor can connect to 2003-10-14 12:23:23 +00:00
gimpgrideditor.h removed "grid_changed" signal. The user of GimpGridEditor can connect to 2003-10-14 12:23:23 +00:00
gimphelp-ids.h themes/Default/images/Makefile.am 2003-10-23 13:04:44 +00:00
gimphelp.c Replaced the netscape-dependent web browser plug-in with a user 2003-09-22 20:04:39 +00:00
gimphelp.h Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00
gimphistogrambox.c app/tools/Makefile.am new tool options class GimpHistogramOptions, derived 2003-10-24 08:12:21 +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 code cleanup. 2003-10-24 10:14:05 +00:00
gimphistogramview.h added a new enum to specify how to display histograms. 2003-01-25 18:58:45 +00:00
gimpimagedock.c set a tooltip on the "Auto" button since it isn't obvious what it does. 2003-10-23 14:26:44 +00:00
gimpimagedock.h added "dockable_added", "dockable_removed" and "dockable_reordered" 2003-05-03 11:59:44 +00:00
gimpimageeditor.c app/widgets/gimpdocked.[ch] renamed GimpDockedIface to 2003-10-11 14:30:18 +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 app/widgets/gimpbrushfactoryview.[ch] app/widgets/gimpbufferview.[ch] 2003-04-08 12:39:02 +00:00
gimpimageview.h app/widgets/gimpbrushfactoryview.[ch] app/widgets/gimpbufferview.[ch] 2003-04-08 12:39:02 +00:00
gimpitemfactory.c added a "menu_title" which is registered with each menu. 2003-09-23 16:17:25 +00:00
gimpitemfactory.h added a "menu_title" which is registered with each menu. 2003-09-23 16:17:25 +00:00
gimpitemtreeview.c need to set docked_iface->get_preview to NULL explicitly now that the 2003-10-18 17:10:36 +00:00
gimpitemtreeview.h app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch] 2003-09-17 22:54:48 +00:00
gimplayertreeview.c app/widgets/gimpitemtreeview.c split out indexed assignment and increment 2003-10-12 23:15:51 +00:00
gimplayertreeview.h display the floating selection's name in italic letters. Added the bold 2003-09-06 21:17:16 +00:00
gimpmenudock.c set a tooltip on the "Auto" button since it isn't obvious what it does. 2003-10-23 14:26:44 +00:00
gimpmenudock.h added "dockable_added", "dockable_removed" and "dockable_reordered" 2003-05-03 11:59:44 +00:00
gimpmenufactory.c added a "menu_title" which is registered with each menu. 2003-09-23 16:17:25 +00:00
gimpmenufactory.h forgot to commit this my last commit: 2003-09-23 16:26:02 +00:00
gimpmenuitem.c added GIMP_VIEWABLE_MAX_BUTTON_SIZE GIMP_VIEWABLE_MAX_MENU_SIZE. 2003-10-09 12:26:46 +00:00
gimpmenuitem.h added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpnavigationpreview.c set the cursor on preview->event_window, not widget->window. Use 2003-04-11 10:58:28 +00:00
gimpnavigationpreview.h added VOID__DOUBLE_DOUBLE 2003-04-01 10:32:03 +00:00
gimpnavigationview.c set the cursor on preview->event_window, not widget->window. Use 2003-04-11 10:58:28 +00:00
gimpnavigationview.h added VOID__DOUBLE_DOUBLE 2003-04-01 10:32:03 +00:00
gimppaletteeditor.c need to set docked_iface->get_preview to NULL explicitly now that the 2003-10-18 17:10:36 +00:00
gimppaletteeditor.h app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch] 2003-09-17 22:54:48 +00:00
gimppreview-popup.c app/display/gimpdisplayshell-callbacks.c app/display/gimpdisplayshell.c 2003-09-09 11:35:27 +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 changed GimpObject::get_memsize() to return a second value named 2003-08-25 10:49:33 +00:00
gimppreview.h return early if the widget is not realized to enable destroying the widget 2003-08-13 23:28:26 +00:00
gimppreviewrenderer-utils.c "The last of the Oldenburg commits" 2003-09-28 04:00:50 +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 app/widgets/gimppreviewrenderer.c simplified drawing code to a point where 2003-09-30 12:06:58 +00:00
gimppreviewrenderer.h made draw a virtual method of GimpPreviewRenderer. Draw the border in the 2003-09-29 13:35:59 +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 More transform virtualization preparation: 2003-05-08 11:52:31 +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 reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
gimppreviewrenderergradient.h Argh, this should have gone with my last checkin... 2003-07-22 14:29:06 +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
gimppreviewrendererlayer.c removed. 2003-09-06 22:02:12 +00:00
gimppreviewrendererlayer.h removed. 2003-09-06 22:02:12 +00:00
gimppreviewrenderervectors.c Accept NULL for ret_closed. 2003-09-30 15:16:51 +00:00
gimppreviewrenderervectors.h "The last of the Oldenburg commits" 2003-09-28 04:00:50 +00:00
gimppropwidgets.c setup size entries in the order suggested by the GimpSizeEntry 2003-10-23 17:35:18 +00:00
gimppropwidgets.h take the boundaries from the GParamSpec instead of hardcoding them. Added 2003-10-23 16:58:16 +00:00
gimpselectioneditor.c Treat changes to the selection like changes to any other drawable: 2003-10-06 12:17:11 +00:00
gimpselectioneditor.h cleanup. 2003-09-30 02:44:17 +00:00
gimpsessioninfo.c renamed gimp_dialog_factories_idle() and _unidle() to 2003-10-13 11:57:50 +00:00
gimpsessioninfo.h renamed gimp_dialog_factories_idle() and _unidle() to 2003-10-13 11:57:50 +00:00
gimpstrokeeditor.c renamed gimp_prop_size_entry_connect() to gimp_prop_coordinates_connect(). 2003-10-01 19:55:13 +00:00
gimpstrokeeditor.h renamed gimp_prop_size_entry_connect() to gimp_prop_coordinates_connect(). 2003-10-01 19:55:13 +00:00
gimptemplateeditor.c sync from the given template to the dialog template, not the other way 2003-10-15 17:10:22 +00:00
gimptemplateeditor.h removed gimp_config_copy_properties() and added the more intelligent 2003-10-14 15:20:59 +00:00
gimptemplateview.c removed gimp_config_copy_properties() and added the more intelligent 2003-10-14 15:20:59 +00:00
gimptemplateview.h app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch] 2003-09-17 22:54:48 +00:00
gimptexteditor.c app/text/gimptextlayout-render.c (gimp_text_layout_render) 2003-09-02 13:43:26 +00:00
gimptexteditor.h themes/Default/images/Makefile.am 2003-03-31 15:10:15 +00:00
gimptoolbox-color-area.c cleanup & cruft removal. 2003-10-13 12:42:52 +00:00
gimptoolbox-color-area.h cleanup & cruft removal. 2003-10-13 12:42:52 +00:00
gimptoolbox-dnd.c app/core/gimpedit.[ch] app/core/gimpmodules.[ch] app/core/gimpunits.[ch] 2003-09-15 17:26:28 +00:00
gimptoolbox-dnd.h app/widgets/Makefile.am new files containing the toolbox' drop callbacks. 2003-06-06 15:14:47 +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 Set the default aspect ratio of the toolbox wrap box to 5:6. 2003-10-12 18:26:47 +00:00
gimptoolbox.h added a container that keeps references to the buttons which are not added 2003-06-11 12:05:00 +00:00
gimptooldialog.c fixed inline documentation. 2003-10-23 01:03:24 +00:00
gimptooldialog.h app/widgets/Makefile.am added a simple utility function 2003-10-20 21:27:34 +00:00
gimptooloptionseditor.c added new virtual function GimpDocked::get_title() which returns a custom 2003-10-21 14:49:12 +00:00
gimptooloptionseditor.h new function for stuff which needs to be done once, not on every 2003-09-29 22:23:44 +00:00
gimpundoeditor.c app/display/gimpdisplayshell-filter-dialog.c 2003-08-24 13:52:51 +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 implement GimpItemTreeView::set_image and set the sensitivity of the 2003-10-20 22:31:43 +00:00
gimpvectorstreeview.h derive it from GimpViewable. 2003-09-27 13:46:30 +00:00
gimpview-popup.c app/display/gimpdisplayshell-callbacks.c app/display/gimpdisplayshell.c 2003-09-09 11:35:27 +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 changed GimpObject::get_memsize() to return a second value named 2003-08-25 10:49:33 +00:00
gimpview.h return early if the widget is not realized to enable destroying the widget 2003-08-13 23:28:26 +00:00
gimpviewablebutton.c create tab widgets without border for both the tools and templates views. 2003-10-15 15:10:20 +00:00
gimpviewablebutton.h connect to "realize" of the scrolled window's viewport and scroll to the 2003-04-13 20:19:07 +00:00
gimpviewabledialog.c changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpviewabledialog.h changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpviewrenderer-utils.c "The last of the Oldenburg commits" 2003-09-28 04:00:50 +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 app/widgets/gimppreviewrenderer.c simplified drawing code to a point where 2003-09-30 12:06:58 +00:00
gimpviewrenderer.h made draw a virtual method of GimpPreviewRenderer. Draw the border in the 2003-09-29 13:35:59 +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 More transform virtualization preparation: 2003-05-08 11:52:31 +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 reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
gimpviewrenderergradient.h Argh, this should have gone with my last checkin... 2003-07-22 14:29:06 +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
gimpviewrendererlayer.c removed. 2003-09-06 22:02:12 +00:00
gimpviewrendererlayer.h removed. 2003-09-06 22:02:12 +00:00
gimpviewrenderervectors.c Accept NULL for ret_closed. 2003-09-30 15:16:51 +00:00
gimpviewrenderervectors.h "The last of the Oldenburg commits" 2003-09-28 04:00:50 +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 added new function gimp_rgb_set_gdk_color(). 2003-10-22 14:31:44 +00:00
gimpwidgets-utils.h added new function gimp_rgb_set_gdk_color(). 2003-10-22 14:31:44 +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 renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
widgets-enums.c new enum GimpColorFrameMode. 2003-10-15 15:16:50 +00:00
widgets-enums.h new enum GimpColorFrameMode. 2003-10-15 15:16:50 +00:00
widgets-types.h added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00