Gimp/app/widgets
Michael Natterer 5f4eabdbcb removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from
2004-06-17  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpcontroller.[ch]: removed "enabled"
	property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from the "name"
	property because it's the hardware-determined name of this
	controller instance.

	* app/widgets/gimpcontrollerwheel.c
	* modules/controller_linux_input.c: set the name.

	* libgimpwidgets/gimpwidgets.h: #include gimpcontroller.h.

	* app/widgets/gimpcontrollerinfo.[ch]: added "enabled" here
	instead.  Don't dispatch events if the controller is
	disabled. Made everything work (not crash) with info->mapping
	being NULL.

	* etc/controllerrc: updated again with the changed format.

	* app/widgets/gimpcontrollers.[ch]: added
	gimp_controllers_get_list() which returns the container of
	controllers.

	* app/widgets/gimphelp-ids.h
	* app/gui/preferences-dialog.c: added controller configuration
	(can't change anything yet, just view the current settings).
	Resurrected the "Input Devices" page and removed the "Session"
	page by moving its widgets to other pages. Pack the various
	"Save now"/"Clear now" buttons vertically, not horizontally.
	Fixes bug #139069.

	* themes/Default/images/preferences/Makefile.am
	* themes/Default/images/preferences/controllers.png
	* themes/Default/images/preferences/theme.png: new icons for new
	prefs pages. Someone needs to make them nice...
2004-06-17 14:07:05 +00:00
..
.cvsignore
gimpaction.c app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimpaction.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimpactionfactory.c app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-04-27 13:55:26 +00:00
gimpactionfactory.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-04-27 13:55:26 +00:00
gimpactiongroup.c fixed typo in last commit. 2004-06-14 14:41:45 +00:00
gimpactiongroup.h added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpbrusheditor.c added "gint freeze_count" and gimp_data_freeze()/thaw() functions. Emit 2004-06-12 22:13:31 +00:00
gimpbrusheditor.h
gimpbrushfactoryview.c added action_data_get_context() and macro return_if_no_context(). 2004-05-11 16:05:21 +00:00
gimpbrushfactoryview.h
gimpbufferview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpbufferview.h
gimpcellrenderertoggle.c
gimpcellrenderertoggle.h
gimpcellrendererviewable.c app/widgets/widgets-enums.h New function 2004-03-13 16:54:35 +00:00
gimpcellrendererviewable.h
gimpchanneltreeview.c app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpchanneltreeview.h
gimpcolorbar.c don't copy the first row onto itself. 2004-06-12 20:26:16 +00:00
gimpcolorbar.h put the color bars into an event box and draw the sliders on the event box 2004-02-21 12:25:09 +00:00
gimpcolordialog.c app/display/gimpdisplayshell-layer-select.c app/display/gimpprogress.c 2004-05-26 13:39:23 +00:00
gimpcolordialog.h removed color_notebook_new() and renamed color_notebook_viewable_new() to 2003-11-10 17:55:44 +00:00
gimpcolordisplayeditor.c app/widgets/gimpcolordisplayeditor.c modules/cdisplay_colorblind.c 2004-05-26 16:33:14 +00:00
gimpcolordisplayeditor.h libgimpwidgets/gimpwidgetsmarshal.list added signals ::added(), 2003-11-22 15:54:12 +00:00
gimpcoloreditor.c added enum GimpActiveColor which can be one of { FOREGROUND, BACKGROUND }, 2004-05-27 12:41:22 +00:00
gimpcoloreditor.h added enum GimpActiveColor which can be one of { FOREGROUND, BACKGROUND }, 2004-05-27 12:41:22 +00:00
gimpcolorframe.c app/display/gimpdisplayshell-layer-select.c app/display/gimpprogress.c 2004-05-26 13:39:23 +00:00
gimpcolorframe.h app/config/gimpconfigwriter.c app/core/gimpstrokeoptions.c 2004-05-24 14:51:15 +00:00
gimpcolormapeditor.c put the image popup menu into a dummy menubar to work around the silly 2004-05-17 13:38:03 +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 Some code review: 2004-02-18 13:43:50 +00:00
gimpcolorpanel.h app/config/gimpconfigwriter.c app/core/gimpstrokeoptions.c 2004-05-24 14:51:15 +00:00
gimpcomponenteditor.c reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimpcomponenteditor.h
gimpcontainerbox.c added "preview-size" and "preview-border-width" properties. Cleanup. 2004-05-28 10:49:56 +00:00
gimpcontainerbox.h app/widgets/gimpchanneltreeview.c app/widgets/gimpcontainerbox.[ch] 2004-05-11 10:01:25 +00:00
gimpcontainercombobox.c added "preview-size" and "preview-border-width" properties. Cleanup. 2004-05-28 10:49:56 +00:00
gimpcontainercombobox.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget, 2004-05-11 12:13:31 +00:00
gimpcontainereditor.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainereditor.h app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainerentry.c export the column enum. 2004-05-31 20:44:18 +00:00
gimpcontainerentry.h export the column enum. 2004-05-31 20:44:18 +00:00
gimpcontainergridview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainergridview.h app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainerpopup.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainerpopup.h app/widgets/gimpcontainerpopup.[ch] let the button remember the popup's 2003-11-18 13:13:57 +00:00
gimpcontainertreeview-dnd.c app/widgets/gimpcontainertreeview-dnd.c some cleanup in the tree view DND 2004-06-01 15:14:45 +00:00
gimpcontainertreeview-dnd.h
gimpcontainertreeview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainertreeview.h app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +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
gimpcontainerview.c create the hash table when inserting items; removes redundant 2004-06-02 12:49:16 +00:00
gimpcontainerview.h added "preview-size" and "preview-border-width" properties. Cleanup. 2004-05-28 10:49:56 +00:00
gimpcontrollerinfo.c removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from 2004-06-17 14:07:05 +00:00
gimpcontrollerinfo.h removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from 2004-06-17 14:07:05 +00:00
gimpcontrollers.c removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from 2004-06-17 14:07:05 +00:00
gimpcontrollers.h removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from 2004-06-17 14:07:05 +00:00
gimpcontrollerwheel.c removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from 2004-06-17 14:07:05 +00:00
gimpcontrollerwheel.h Started to fix bug #106920 in a more genreral way: 2004-06-15 22:59:26 +00:00
gimpcursor.c added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, 2004-06-13 02:08:54 +00:00
gimpcursor.h added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, 2004-06-13 02:08:54 +00:00
gimpdasheditor.c removed static variables, don't use GIMP_CONFIG_INSTALL_PROP_FOO() for 2004-02-19 16:42:24 +00:00
gimpdasheditor.h removed static variables, don't use GIMP_CONFIG_INSTALL_PROP_FOO() for 2004-02-19 16:42:24 +00:00
gimpdataeditor.c added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpdataeditor.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkUIManager 2004-04-21 16:33:17 +00:00
gimpdatafactoryview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpdatafactoryview.h added action_data_get_context() and macro return_if_no_context(). 2004-05-11 16:05:21 +00:00
gimpdeviceinfo.c define G*_DISABLE_DEPRECATED for all G* modules except GTK+. Don't do so 2004-05-11 17:19:24 +00:00
gimpdeviceinfo.h
gimpdevices.c Long overdue core container cleanup: 2004-05-24 10:49:34 +00:00
gimpdevices.h gimp/app/widgets/gimphelp-ids.h 2003-10-26 14:01:33 +00:00
gimpdevicestatus.c app/display/gimpdisplayshell-layer-select.c app/display/gimpprogress.c 2004-05-26 13:39:23 +00:00
gimpdevicestatus.h app/gui/Makefile.am removed... 2003-07-07 13:37:19 +00:00
gimpdialogfactory.c added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, 2004-06-13 02:08:54 +00:00
gimpdialogfactory.h made enum GimpDialogVisibilityState and GIMP_DIALOG_VISIBILITY_KEY public. 2004-03-13 18:19:46 +00:00
gimpdnd.c removed utility funtion gimp_dnd_open_files(). 2004-06-02 17:35:55 +00:00
gimpdnd.h removed utility funtion gimp_dnd_open_files(). 2004-06-02 17:35:55 +00:00
gimpdock.c new function which overrides GtkWindow's default handler in order to give 2004-05-03 14:57:19 +00:00
gimpdock.h added GimpWindowTypeHint enum. 2003-11-20 20:36:55 +00:00
gimpdockable.c app/display/gimpdisplayshell-scale.c app/gui/info-window.c 2004-06-02 17:56:02 +00:00
gimpdockable.h added a horrible hack that sets the paned's position after the first 2004-06-01 12:31:44 +00:00
gimpdockbook.c app/actions/file-actions.c remove "file-close" action and callback... 2004-05-05 11:40:20 +00:00
gimpdockbook.h added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpdocked.c reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimpdocked.h reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimpdocumentview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpdocumentview.h app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpdrawabletreeview.c added GimpContext parameters to GimpActivateItemFunc, GimpNewItemFunc and 2004-05-25 14:37:02 +00:00
gimpdrawabletreeview.h removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
gimpeditor.c put the image popup menu into a dummy menubar to work around the silly 2004-05-17 13:38:03 +00:00
gimpeditor.h put the image popup menu into a dummy menubar to work around the silly 2004-05-17 13:38:03 +00:00
gimpenumaction.c app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimpenumaction.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimpenumcombobox.c libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2004-04-20 19:06:37 +00:00
gimpenumcombobox.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2004-04-20 19:06:37 +00:00
gimpenumstore.c libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2004-04-20 19:06:37 +00:00
gimpenumstore.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2004-04-20 19:06:37 +00:00
gimpenumwidgets.c app/widgets/gimpenumwidgets.c app/widgets/gimpgrideditor.c use the 2004-05-02 21:13:51 +00:00
gimpenumwidgets.h app/widgets/Makefile.am app/widgets/widgets-types.h removed GimpEnumMenu. 2004-04-18 15:12:42 +00:00
gimperrorconsole.c reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimperrorconsole.h added missing cast. 2004-02-26 20:04:20 +00:00
gimpfgbgeditor.c added enum GimpActiveColor which can be one of { FOREGROUND, BACKGROUND }, 2004-05-27 12:41:22 +00:00
gimpfgbgeditor.h added enum GimpActiveColor which can be one of { FOREGROUND, BACKGROUND }, 2004-05-27 12:41:22 +00:00
gimpfiledialog.c app/display/gimpdisplayshell-scale.c app/gui/info-window.c 2004-06-02 17:56:02 +00:00
gimpfiledialog.h app/actions/Makefile.am app/actions/file-open-actions.[ch] actions for the 2004-04-29 17:47:53 +00:00
gimpfontview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpfontview.h added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
gimpgradienteditor.c added "gint freeze_count" and gimp_data_freeze()/thaw() functions. Emit 2004-06-12 22:13:31 +00:00
gimpgradienteditor.h applied a patch from David Gowers that makes the gradient editor display 2004-06-05 11:14:38 +00:00
gimpgrideditor.c added some GtkSizeGroups and changed spacings to improve the dialog 2004-05-21 14:17:27 +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 removed "enabled" property. Removed GIMP_CONTROLLER_PARAM_RERIALIZE from 2004-06-17 14:07:05 +00:00
gimphelp.c Context cleanup continued: 2004-04-15 13:10:51 +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/display/gimpdisplayshell-scale.c app/gui/info-window.c 2004-06-02 17:56:02 +00:00
gimphistogrambox.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget 2004-02-19 19:56:04 +00:00
gimphistogrameditor.c set the initially selected channel on the histogram combobox. Fixes bug 2004-06-12 17:30:28 +00:00
gimphistogrameditor.h Replaced the histogram tool by a histogram dialog: 2003-11-01 02:39:34 +00:00
gimphistogramview.c ignore double clicks so we don't grab the pointer away from the curves 2004-02-12 13:12:56 +00:00
gimphistogramview.h draw the selection in GTK_STATE_SELECTED's colors, not inverted. Fixed 2003-12-15 17:40:31 +00:00
gimpimagedock.c correctly get the default GimpContainerViewInterface implementation and 2004-05-11 16:01:00 +00:00
gimpimagedock.h correctly get the default GimpContainerViewInterface implementation and 2004-05-11 16:01:00 +00:00
gimpimageeditor.c reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimpimageeditor.h reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimpimageview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpimageview.h added action_data_get_context() and macro return_if_no_context(). 2004-05-11 16:05:21 +00:00
gimpitemfactory.c app/config/gimpconfig-deserialize.c app/config/gimpscanner.c 2004-05-12 08:13:33 +00:00
gimpitemfactory.h added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpitemtreeview.c app/widgets/gimpcontainertreeview-dnd.c some cleanup in the tree view DND 2004-06-01 15:14:45 +00:00
gimpitemtreeview.h added GimpContext parameters to GimpActivateItemFunc, GimpNewItemFunc and 2004-05-25 14:37:02 +00:00
gimplayertreeview.c app/display/gimpdisplayshell-scale.c app/gui/info-window.c 2004-06-02 17:56:02 +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 correctly get the default GimpContainerViewInterface implementation and 2004-05-11 16:01:00 +00:00
gimpmenudock.h correctly get the default GimpContainerViewInterface implementation and 2004-05-11 16:01:00 +00:00
gimpmenufactory.c added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpmenufactory.h added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpnavigationpreview.c app/widgets/gimphistogramview.c destroy GdkGCs in GtkWidget::unrealize(). 2003-11-10 02:00:19 +00:00
gimpnavigationpreview.h
gimpnavigationview.c app/widgets/gimphistogramview.c destroy GdkGCs in GtkWidget::unrealize(). 2003-11-10 02:00:19 +00:00
gimpnavigationview.h
gimppaletteeditor.c put the image popup menu into a dummy menubar to work around the silly 2004-05-17 13:38:03 +00:00
gimppaletteeditor.h app/widgets/gimpdatafactoryview.[ch] app/widgets/gimpitemtreeview.[ch] 2003-09-17 22:54:48 +00:00
gimppatternfactoryview.c added action_data_get_context() and macro return_if_no_context(). 2004-05-11 16:05:21 +00:00
gimppatternfactoryview.h Sort the plugin menu entries with the mnemonics stripped. Avoids weird 2004-03-17 14:14:18 +00:00
gimppluginaction.c app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimppluginaction.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimppreview-popup.c app/widgets/gimpitemfactory.c moved the gimp_menu_position() 2003-11-19 18:08:15 +00:00
gimppreview-popup.h
gimppreview.c don't invoke the popup preview if there is no viewable. 2004-05-28 14:51:48 +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 app/widgets/Makefile.am app/widgets/widgets-types.h added new preview 2004-03-03 12:39:19 +00:00
gimppreviewrenderer-utils.h
gimppreviewrenderer.c app/widgets/widgets-enums.h New function 2004-03-13 16:54:35 +00:00
gimppreviewrenderer.h app/widgets/widgets-enums.h New function 2004-03-13 16:54:35 +00:00
gimppreviewrendererbrush.c removed trailing whitespace and #if 0'ed cruft. Cosmetics. 2003-12-21 11:07:40 +00:00
gimppreviewrendererbrush.h
gimppreviewrendererdrawable.c removed the unused GimpViewable parameter from 2003-11-17 13:34:38 +00:00
gimppreviewrendererdrawable.h
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 themes/Default/images/Makefile.am 2004-01-27 13:48:20 +00:00
gimppreviewrendererimage.h
gimppreviewrendererimagefile.c moved the (disabled) ENABLE_FILE_SYSTEM_ICONS from the .c to the .h file 2004-03-03 14:00:00 +00:00
gimppreviewrendererimagefile.h moved the (disabled) ENABLE_FILE_SYSTEM_ICONS from the .c to the .h file 2004-03-03 14:00:00 +00:00
gimppreviewrendererlayer.c app/gui/layers-commands.c (layers_text_tool) treat modified text layers 2004-03-18 18:00:38 +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 same workaround for tooltips on combo boxes. 2004-05-28 14:08:23 +00:00
gimppropwidgets.h if the label_widget is a button, set the button label as bold. Cache the 2004-05-03 15:37:56 +00:00
gimpselectioneditor.c app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpselectioneditor.h app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpsessioninfo.c added a horrible hack that sets the paned's position after the first 2004-06-01 12:31:44 +00:00
gimpsessioninfo.h Made session management multiscreen aware: 2003-11-13 15:50:23 +00:00
gimpstringaction.c app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimpstringaction.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkAction subclass 2004-05-19 20:56:37 +00:00
gimpstrokeeditor.c app/display/gimpdisplayshell-scale.c app/gui/info-window.c 2004-06-02 17:56:02 +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 added an API to expand/collapse the "Advanced Options" frame. 2004-06-09 22:37:49 +00:00
gimptemplateeditor.h added an API to expand/collapse the "Advanced Options" frame. 2004-06-09 22:37:49 +00:00
gimptemplateview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimptemplateview.h added action_data_get_context() and macro return_if_no_context(). 2004-05-11 16:05:21 +00:00
gimptexteditor.c set the focus on the text area. 2004-06-04 18:17:50 +00:00
gimptexteditor.h made gimp_config_sync() and gimp_config_connect() also work on objects of 2004-03-11 18:47:37 +00:00
gimpthumbbox.c line-wrap the filename label if it's too long instead of cutting it off. 2004-06-10 16:00:53 +00:00
gimpthumbbox.h renamed some members, cleanup. 2004-02-26 16:07:20 +00:00
gimptoolbox-color-area.c added enum GimpActiveColor which can be one of { FOREGROUND, BACKGROUND }, 2004-05-27 12:41:22 +00:00
gimptoolbox-color-area.h cleanup & cruft removal. 2003-10-13 12:42:52 +00:00
gimptoolbox-dnd.c removed utility funtion gimp_dnd_open_files(). 2004-06-02 17:35:55 +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-image-area.c app/widgets/Makefile.am new toolbox area which shows the active image. 2004-05-31 20:30:52 +00:00
gimptoolbox-image-area.h app/widgets/Makefile.am new toolbox area which shows the active image. 2004-05-31 20:30:52 +00:00
gimptoolbox-indicator-area.c app/widgets/Makefile.am new toolbox area which shows the active image. 2004-05-31 20:30:52 +00:00
gimptoolbox-indicator-area.h
gimptoolbox.c use gtk_widget_size_request() instead of _get_child_requisition() because 2004-06-03 16:36:52 +00:00
gimptoolbox.h app/widgets/Makefile.am new toolbox area which shows the active image. 2004-05-31 20:30:52 +00:00
gimptooldialog.c added construct properties to make it possible to derive from 2004-05-05 00:01:19 +00:00
gimptooldialog.h app/config/gimpconfigwriter.c app/core/gimpstrokeoptions.c 2004-05-24 14:51:15 +00:00
gimptooloptionseditor.c derive GimpToolInfo from GimpViewable, it doesn't make sense for it to be 2004-05-24 14:11:58 +00:00
gimptooloptionseditor.h added the scrolled window to the GimpToolOptionsEditor struct. 2004-01-30 22:10:31 +00:00
gimptoolview.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimptoolview.h if in list mode, add an "eye" column which toggles tool visibility. 2004-05-13 15:14:50 +00:00
gimpuimanager.c app/config/gimpconfigwriter.c app/core/gimpstrokeoptions.c 2004-05-24 14:51:15 +00:00
gimpuimanager.h put the image popup menu into a dummy menubar to work around the silly 2004-05-17 13:38:03 +00:00
gimpundoeditor.c app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpundoeditor.h app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpunitcombobox.c added a stock icon for "view-zoom-1-1". 2004-05-10 10:33:21 +00:00
gimpunitcombobox.h added a stock icon for "view-zoom-1-1". 2004-05-10 10:33:21 +00:00
gimpunitstore.c added a stock icon for "view-zoom-1-1". 2004-05-10 10:33:21 +00:00
gimpunitstore.h app/widgets/Makefile.am app/widgets/widgets-types.h 2004-05-07 22:16:15 +00:00
gimpvectorstreeview.c app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpvectorstreeview.h app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpview-popup.c app/widgets/gimpitemfactory.c moved the gimp_menu_position() 2003-11-19 18:08:15 +00:00
gimpview-popup.h
gimpview.c don't invoke the popup preview if there is no viewable. 2004-05-28 14:51:48 +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 app/widgets/gimpcontainerpopup.[ch] let the button remember the popup's 2003-11-18 13:13:57 +00:00
gimpviewablebutton.h app/widgets/gimpcontainerpopup.[ch] let the button remember the popup's 2003-11-18 13:13:57 +00:00
gimpviewabledialog.c app/display/gimpdisplayshell-layer-select.c app/display/gimpprogress.c 2004-05-26 13:39:23 +00:00
gimpviewabledialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:32:38 +00:00
gimpviewrenderer-utils.c app/widgets/Makefile.am app/widgets/widgets-types.h added new preview 2004-03-03 12:39:19 +00:00
gimpviewrenderer-utils.h
gimpviewrenderer.c app/widgets/widgets-enums.h New function 2004-03-13 16:54:35 +00:00
gimpviewrenderer.h app/widgets/widgets-enums.h New function 2004-03-13 16:54:35 +00:00
gimpviewrendererbrush.c removed trailing whitespace and #if 0'ed cruft. Cosmetics. 2003-12-21 11:07:40 +00:00
gimpviewrendererbrush.h
gimpviewrendererdrawable.c removed the unused GimpViewable parameter from 2003-11-17 13:34:38 +00:00
gimpviewrendererdrawable.h
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 themes/Default/images/Makefile.am 2004-01-27 13:48:20 +00:00
gimpviewrendererimage.h
gimpviewrendererimagefile.c moved the (disabled) ENABLE_FILE_SYSTEM_ICONS from the .c to the .h file 2004-03-03 14:00:00 +00:00
gimpviewrendererimagefile.h moved the (disabled) ENABLE_FILE_SYSTEM_ICONS from the .c to the .h file 2004-03-03 14:00:00 +00:00
gimpviewrendererlayer.c app/gui/layers-commands.c (layers_text_tool) treat modified text layers 2004-03-18 18:00:38 +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 libgimpwidgets/gimpmemsizeentry.c ported to GimpIntComboBox. 2004-04-20 14:37:12 +00:00
gimpwidgets-constructors.h added new function gimp_paint_mode_menu_set_history(). 2004-04-20 13:10:50 +00:00
gimpwidgets-utils.c libgimpwidgets/gimpwidgets.c (gimp_scale_entry_new_internal) left-align 2004-05-12 11:37:21 +00:00
gimpwidgets-utils.h app/config/gimpguiconfig.[ch] app/config/gimprc-blurbs.h 2004-01-16 23:18:23 +00:00
gtkhwrapbox.c
gtkhwrapbox.h
gtkvwrapbox.c
gtkvwrapbox.h
gtkwrapbox.c Fix wrapped property. 2004-01-12 01:32:20 +00:00
gtkwrapbox.h
Makefile.am app/widgets/Makefile.am app/widgets/widgets-types.h made an object out of 2004-06-16 11:11:32 +00:00
makefile.msc build sanity.obj app/text/makefile.msc : gimptextundo.obj 2004-04-11 15:21:09 +00:00
widgets-enums.c added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, 2004-06-13 02:08:54 +00:00
widgets-enums.h added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, 2004-06-13 02:08:54 +00:00
widgets-types.h app/widgets/Makefile.am app/widgets/widgets-types.h made an object out of 2004-06-16 11:11:32 +00:00