gimp/app/widgets
Michael Natterer 8cabdbe55c app/widgets/gimpviewrendererbrush.c use gimp_viewable_get_size() and get
2006-05-10  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimpviewrendererbrush.c
	* app/widgets/gimpviewrendererbuffer.c: use
	gimp_viewable_get_size() and get rid of useless
	local "brush" and "buffer" variables.
2006-05-10 20:23:28 +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 Really fix bug #150593: 2005-09-12 17:48:40 +00:00
gimpaction.c added "has_alpha" to GimpParamSpecRGB. Made the GimpParamSpecRGB struct 2006-04-27 15:19:59 +00:00
gimpaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpactionfactory.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpactionfactory.h Enabled disabling all menu mnemonics. Addresses bug #120034: 2004-07-27 22:17:30 +00:00
gimpactiongroup.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpactiongroup.h take const arrays of action entries. 2006-04-10 08:06:18 +00:00
gimpactionview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpactionview.h new function as workaround for missing GTK+ API (see bug #141750). 2005-01-21 14:58:03 +00:00
gimpblobeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpblobeditor.h no need to get base_config twice in the same function. 2005-04-16 21:53:12 +00:00
gimpbrusheditor.c hide the button bar, which is useless for the brush editor. Fixes user 2006-05-06 22:04:56 +00:00
gimpbrusheditor.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpbrushfactoryview.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpbrushfactoryview.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpbrushselect.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimpbrushselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpbufferview.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpbufferview.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcellrendereraccel.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcellrendereraccel.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpcellrendererdashes.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcellrendererdashes.h we don't actually need to keep a pointer to the dashes array. 2005-05-23 09:37:05 +00:00
gimpcellrendererviewable.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcellrendererviewable.h app/widgets/gimppreview-popup.c renamed these files... 2004-08-25 22:31:44 +00:00
gimpchanneltreeview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpchanneltreeview.h Added GtkTreeView versions of layers/channels/vectors: 2003-03-16 11:14:29 +00:00
gimpclipboard.c fix parameter name in API docs. 2006-04-15 16:49:59 +00:00
gimpclipboard.h clear the GIMP clipboard. Suppress debug output unless gimp is started 2005-11-02 12:03:37 +00:00
gimpcolorbar.c added "has_alpha" to GimpParamSpecRGB. Made the GimpParamSpecRGB struct 2006-04-27 15:19:59 +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/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcolordialog.h app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimpcolordisplayeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcolordisplayeditor.h include the parent class, not gimpeditor.h 2005-05-03 21:38:07 +00:00
gimpcoloreditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcoloreditor.h removed the hex entry from the GimpColorScales widget. 2005-05-19 17:08:03 +00:00
gimpcolorframe.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpcolorframe.h added property for "mode", fixed some implementation issues. 2005-06-04 00:56:00 +00:00
gimpcolormapeditor.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpcolormapeditor.h renamed member "palette" to "preview", cleanup. 2005-07-19 19:37:07 +00:00
gimpcolorpanel.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcolorpanel.h app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimpcomponenteditor.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpcomponenteditor.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainerbox.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainerbox.h app/widgets/gimpchanneltreeview.c app/widgets/gimpcontainerbox.[ch] 2004-05-11 10:01:25 +00:00
gimpcontainercombobox.c turned a #warning into an explanation because the bug it referred to is 2006-05-02 09:02:18 +00:00
gimpcontainercombobox.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcontainereditor.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainereditor.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcontainerentry.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainerentry.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainergridview.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainergridview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainerpopup.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainerpopup.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainertreeview-dnd.c use the correct API to unset the tree view's drop indicator. Apparently 2006-04-04 15:29:18 +00:00
gimpcontainertreeview-dnd.h Allow all sorts of things to be dropped on or in between the items of a 2004-06-28 22:07:12 +00:00
gimpcontainertreeview.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainertreeview.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpcontainerview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontrollereditor.c app/widgets/gimpcontrollereditor.c set tooltips dynamically. 2006-03-04 00:41:15 +00:00
gimpcontrollereditor.h added API to set an event snooper which, if set, receives any controller 2005-05-10 22:08:48 +00:00
gimpcontrollerinfo.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpcontrollerinfo.h added API to set an event snooper which, if set, receives any controller 2005-05-10 22:08:48 +00:00
gimpcontrollerkeyboard.c app/core/gimpcontext.c app/core/gimpimage.c app/paint-funcs/paint-funcs.c 2006-04-06 12:43:58 +00:00
gimpcontrollerkeyboard.h guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
gimpcontrollerlist.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcontrollerlist.h some more stuff: up/down buttons, remember the dialogs' size and 2005-05-10 19:48:03 +00:00
gimpcontrollers.c app/core/gimp-contexts.c app/core/gimp-documents.c 2005-11-06 22:01:25 +00:00
gimpcontrollers.h app/widgets/gimpactionfactory.[ch] added "label" and "stock-id" properties 2004-07-20 18:50:20 +00:00
gimpcontrollerwheel.c app/core/gimpcontext.c app/core/gimpimage.c app/paint-funcs/paint-funcs.c 2006-04-06 12:43:58 +00:00
gimpcontrollerwheel.h guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
gimpcursor.c app/core/gimpcontext.c app/core/gimpimage.c app/paint-funcs/paint-funcs.c 2006-04-06 12:43:58 +00:00
gimpcursor.h added enum GimpCursorFormat which can be one of { BITMAP, PIXBUF, 2004-06-13 02:08:54 +00:00
gimpcursorview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpcursorview.h added boolean "sample-merged" property, API and GUI. Pick from the active 2005-07-08 22:54:46 +00:00
gimpdasheditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdataeditor.h Let the data editors optionally follow the active brush, palette and 2005-10-25 21:38:00 +00:00
gimpdatafactoryview.c app/actions/tool-options-commands.c app/core/gimp.c 2006-04-07 10:51:22 +00:00
gimpdatafactoryview.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdeviceinfo.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpdeviceinfo.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdevices.c added GdkDisplay member since there is no way fo figure the display a 2005-11-27 17:20:40 +00:00
gimpdevices.h added GdkDisplay member since there is no way fo figure the display a 2005-11-27 17:20:40 +00:00
gimpdevicestatus.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpdevicestatus.h added GdkDisplay member since there is no way fo figure the display a 2005-11-27 17:20:40 +00:00
gimpdialogfactory.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpdialogfactory.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdnd-xds.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpdnd-xds.h Implement dragging and dropping in any GdkPixbuf supported format. Fixes 2005-04-09 17:56:04 +00:00
gimpdnd.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdnd.h Some DND fixes / cleanup: 2005-07-25 13:53:00 +00:00
gimpdock.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdock.h don't make "Detach Tab" insensitive if there are other dockbooks in the 2005-09-13 21:07:28 +00:00
gimpdockable.c app/core/gimpcontext.c app/core/gimpimage.c app/paint-funcs/paint-funcs.c 2006-04-06 12:43:58 +00:00
gimpdockable.h #define GIMP_DOCKABLE_DRAG_OFFSET publically. 2005-12-30 01:37:35 +00:00
gimpdockbook.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdocked.h app/widgets/gimpdocked.[ch] moved button-bar API to the GimpDocked 2005-06-04 22:32:31 +00:00
gimpdockseparator.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdockseparator.h don't make "Detach Tab" insensitive if there are other dockbooks in the 2005-09-13 21:07:28 +00:00
gimpdocumentview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdocumentview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpdrawabletreeview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpdrawabletreeview.h removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
gimpeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpeditor.h app/core/gimp-gui.h app/core/gimp-utils.h app/core/gimpimage-undo.h 2005-09-27 17:31:32 +00:00
gimpenumaction.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpenumaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimperrorconsole.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimperrorconsole.h added missing cast. 2004-02-26 20:04:20 +00:00
gimperrordialog.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimperrordialog.h don't set a window icon, the dialog should be transient anyway. 2005-09-07 00:28:31 +00:00
gimpfgbgeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpfgbgeditor.h use the coordinates passed in the color drop callback instead of 2004-12-31 16:53:22 +00:00
gimpfgbgview.c tweaked drawing of shadows. 2006-02-20 11:48:10 +00:00
gimpfgbgview.h app/widgets/Makefile.am app/widgets/gimpfgbgview.[ch] added new widget 2005-03-31 13:39:18 +00:00
gimpfiledialog.c set the alternative button order here... 2006-05-08 15:43:21 +00:00
gimpfiledialog.h app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
gimpfileprocview.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpfileprocview.h app/plug-in/plug-in-types.h renamed to GimpPlugInProcedure and made a 2006-04-05 08:38:33 +00:00
gimpfontselect.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimpfontselect.h app/gui/Makefile.am app/gui/brush-select.[ch] app/gui/font-select.[ch] 2004-07-09 19:14:59 +00:00
gimpfontview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpfontview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpgradienteditor.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpgradienteditor.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpgradientselect.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimpgradientselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpgrideditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 app/actions/actions.c app/actions/cursor-info-actions.c 2006-01-12 10:31:13 +00:00
gimphelp.c changed parameter "gint display_ID" to "GimpObject *display". 2006-05-05 08:29:33 +00:00
gimphelp.h Removed any remaining GUI dependency from the PDB wrappers: 2004-07-10 20:29:11 +00:00
gimphistogrambox.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimphistogrambox.h removed the label between the spinbuttons, it looks silly. Converted tabs 2004-06-20 22:04:10 +00:00
gimphistogrameditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimphistogrameditor.h do not calculate the histogram if the histogram dock is invisible. 2005-09-28 00:31:46 +00:00
gimphistogramview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimphistogramview.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpimagedock.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpimagedock.h Some dock refactoring which separates the docking logic from active image 2005-05-11 20:26:12 +00:00
gimpimageeditor.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimageeditor.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimagepropview.c app/dialogs/preferences-dialog.c app/widgets/gimpimagepropview.c 2006-04-05 16:45:27 +00:00
gimpimagepropview.h added gimp_undo_stack_get_depth(). 2005-07-28 22:40:32 +00:00
gimpimageview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpimageview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpitemtreeview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpitemtreeview.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayertreeview.c app/actions/tool-options-commands.c app/core/gimp.c 2006-04-07 10:51:22 +00:00
gimplayertreeview.h app/actions/layers-actions.c app/actions/layers-commands.[ch] 2005-07-10 21:17:22 +00:00
gimpmenudock.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpmenudock.h Some dock refactoring which separates the docking logic from active image 2005-05-11 20:26:12 +00:00
gimpmenufactory.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpmenufactory.h app/core/gimp-gui.h app/core/gimp-utils.h app/core/gimpimage-undo.h 2005-09-27 17:31:32 +00:00
gimpmessagebox.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpmessagebox.h app/widgets/gimpmessagebox.h added G_GNUC_PRINTF attributes. 2005-03-23 23:36:17 +00:00
gimpmessagedialog.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpmessagedialog.h app/core/gimp-gui.h app/core/gimp-utils.h app/core/gimpimage-undo.h 2005-09-27 17:31:32 +00:00
gimpnavigationview.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpnavigationview.h app/widgets/gimpnavigationpreview.c renamed these files to ... 2004-08-27 00:42:46 +00:00
gimppaletteeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimppaletteeditor.h added "entry-clicked" and "color-dropped" signals. Completely handle color 2005-07-14 18:37:33 +00:00
gimppaletteselect.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimppaletteselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimppaletteview.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimppaletteview.h added "entry-clicked" and "color-dropped" signals. Completely handle color 2005-07-14 18:37:33 +00:00
gimppatternfactoryview.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimppatternfactoryview.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimppatternselect.c app/pdb/Makefile.am app/pdb/pdb-types.h new object GimpPDB which keeps all 2006-04-26 09:13:47 +00:00
gimppatternselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimppdbdialog.c added signals "plug-in-opened" and "plug-in-closed". Added functions 2006-05-04 22:51:21 +00:00
gimppdbdialog.h added signals "plug-in-opened" and "plug-in-closed". Added functions 2006-05-04 22:51:21 +00:00
gimppixbuf.c #include <string.h> for strcmp, and fix gdk_atom_intern usage. 2005-04-09 19:52:36 +00:00
gimppixbuf.h Implement dragging and dropping in any GdkPixbuf supported format. Fixes 2005-04-09 17:56:04 +00:00
gimppluginaction.c use a GParamSpecObject instead of GParamSpecPointer for the "procedure" 2006-04-27 12:48:12 +00:00
gimppluginaction.h use a GParamSpecObject instead of GParamSpecPointer for the "procedure" 2006-04-27 12:48:12 +00:00
gimpprogressbox.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpprogressbox.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkVBox subclass 2004-08-10 22:21:56 +00:00
gimpprogressdialog.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpprogressdialog.h app/widgets/Makefile.am app/widgets/widgets-types.h new GtkVBox subclass 2004-08-10 22:21:56 +00:00
gimppropwidgets.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimppropwidgets.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimprender.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimprender.h app/widgets/Makefile.am new files keeping the render acceleration check 2005-07-19 20:42:14 +00:00
gimpsamplepointeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpsamplepointeditor.h added "sample-merged" property and API. Pass it to 2005-07-09 11:23:15 +00:00
gimpselectiondata.c port to using gimp_selection_data_get_object(), it was simply forgotten. 2006-05-03 19:03:44 +00:00
gimpselectiondata.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpselectioneditor.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpselectioneditor.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpsessioninfo.c app/base/curves.c minor code cleanup, removed trailing whitespace. 2006-04-21 07:02:42 +00:00
gimpsessioninfo.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpsizebox.c app/dialogs/preferences-dialog.c app/widgets/gimpimagepropview.c 2006-04-05 16:45:27 +00:00
gimpsizebox.h added a GtkSizeGroup member and put all labels into the group. 2005-11-02 09:27:15 +00:00
gimpstringaction.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpstringaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpstrokeeditor.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimptemplateeditor.h added resolution and image type information which is usually hidden in the 2004-09-25 01:47:01 +00:00
gimptemplateview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimptemplateview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimptexteditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimptexteditor.h Allow to use the selected font in the text editor (bug #170299): 2005-06-11 14:18:51 +00:00
gimpthumbbox.c app/plug-in/Makefile.am app/plug-in/plug-in-types.h new object which keeps 2006-04-28 22:26:51 +00:00
gimpthumbbox.h app/config/gimpcoreconfig.[ch] added new gimprc option 2004-10-08 19:29:33 +00:00
gimptoolbox-color-area.c code cleanup, no logic changed. 2006-05-10 11:23:11 +00:00
gimptoolbox-color-area.h cleanup & cruft removal. 2003-10-13 12:42:52 +00:00
gimptoolbox-dnd.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +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 code cleanup, no logic changed. 2006-05-10 11:23:11 +00:00
gimptoolbox.h Some dock refactoring which separates the docking logic from active image 2005-05-11 20:26:12 +00:00
gimptooldialog.c do not unset focus-on-map for all tool dialogs. 2006-02-15 14:48:40 +00:00
gimptooldialog.h app/core/gimp-gui.h app/core/gimp-utils.h app/core/gimpimage-undo.h 2005-09-27 17:31:32 +00:00
gimptooloptionseditor.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimptooloptionseditor.h added the scrolled window to the GimpToolOptionsEditor struct. 2004-01-30 22:10:31 +00:00
gimptoolview.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimptoolview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpuimanager.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpuimanager.h added "show-tooltip" and "hide-tooltip" signals. Connect to each menu 2006-03-09 15:26:33 +00:00
gimpundoeditor.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpundoeditor.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpunitcombobox.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpunitcombobox.h added a stock icon for "view-zoom-1-1". 2004-05-10 10:33:21 +00:00
gimpunitstore.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpunitstore.h app/widgets/Makefile.am app/widgets/widgets-types.h 2004-05-07 22:16:15 +00:00
gimpvectorstreeview.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpview-popup.h app/widgets/gimppreview-popup.c renamed these files... 2004-08-25 22:31:44 +00:00
gimpview.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpview.h minor code and formatting cleanup. 2005-08-25 19:06:49 +00:00
gimpviewablebox.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpviewablebox.h variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +00:00
gimpviewablebutton.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpviewablebutton.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpviewabledialog.c added "viewable" as a property. 2006-04-23 02:28:15 +00:00
gimpviewabledialog.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpviewrenderer-frame.c plugged a mem-leak. 2004-11-03 00:48:06 +00:00
gimpviewrenderer-frame.h added some (disabled) debug output. 2004-10-07 21:38:35 +00:00
gimpviewrenderer-utils.c app/widgets/Makefile.am app/widgets/widgets-types.h new view renderer, 2005-07-13 20:11:24 +00:00
gimpviewrenderer-utils.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrenderer.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpviewrenderer.h themes/Default/images/Makefile.am added a stock icon that shows a simple 2004-09-27 19:40:12 +00:00
gimpviewrendererbrush.c app/widgets/gimpviewrendererbrush.c use gimp_viewable_get_size() and get 2006-05-10 20:23:28 +00:00
gimpviewrendererbrush.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererbuffer.c app/widgets/gimpviewrendererbrush.c use gimp_viewable_get_size() and get 2006-05-10 20:23:28 +00:00
gimpviewrendererbuffer.h app/widgets/Makefile.am app/widgets/widgets-types.h added a view renderer 2004-09-14 12:06:28 +00:00
gimpviewrendererdrawable.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpviewrendererdrawable.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrenderergradient.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpviewrenderergradient.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererimage.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpviewrendererimage.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererimagefile.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpviewrendererimagefile.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererlayer.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpviewrendererlayer.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererpalette.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpviewrendererpalette.h app/widgets/Makefile.am app/widgets/widgets-types.h new widget which 2005-07-14 14:41:29 +00:00
gimpviewrenderervectors.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpviewrenderervectors.h GimpViewRendererVector is really derived from GimpViewRenderer and not 2004-08-26 14:59:31 +00:00
gimpwidgets-constructors.c app/tools/gimpcurvestool.c app/tools/gimplevelstool.c added missing casts. 2005-06-27 15:28:44 +00:00
gimpwidgets-constructors.h undeprecated the paint mode menu (ported to GimpEnumComboBox with 2005-02-08 20:07:08 +00:00
gimpwidgets-utils.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpwidgets-utils.h removed gimp_action_get_accel_closure(). 2005-12-28 19:50:08 +00:00
gtkhwrapbox.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gtkhwrapbox.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gtkvwrapbox.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gtkvwrapbox.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gtkwrapbox.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gtkwrapbox.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
makefile.msc updated 2005-09-25 19:30:55 +00:00
widgets-enums.c variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +00:00
widgets-enums.h variant of gimp_config_connect() which allows the connected objects to 2006-01-14 00:09:22 +00:00
widgets-types.h Really fix bug #150593: 2005-09-12 17:48:40 +00:00