Gimp/app/widgets
Michael Natterer b10adabb5e Added parent window API to the GimpProgress interface and to the libgimp
2005-09-09  Michael Natterer  <mitch@gimp.org>

	Added parent window API to the GimpProgress interface and to
	the libgimp progress stuff. Might look strange, but does
	the right thing in almost all cases (image window, file dialog,
	script-fu dialog etc). Fixes bug #62988.

	* app/core/gimpprogress.[ch]: added GimpProgress::get_window()
	which should return a toplevel window ID if the progress is in a
	window that wants to be the transient parent of plug-in dialogs.

	* app/widgets/gimpwidgets-utils.[ch] (gimp_window_get_native): new
	function which returns the window handle of a GtkWindow's GdkWindow.

	* app/widgets/gimpfiledialog.c: implement ::get_window().

	* app/display/gimpdisplay.[ch]: ditto. Removed window handle API.

	* app/gui/gui-vtable.c: changed accordingly.

	* libgimpbase/gimpbaseenums.[ch] (enum GimpProgressCommand):
	added GIMP_PROGRESS_COMMAND_GET_WINDOW.

	* app/plug-in/plug-in-progress.[ch] (plug_in_progress_get_window):
	new function. Also renamed some functions to match the
	GimpProgress interface, and not the legacy PDB procedure names.

	* tools/pdbgen/pdb/progress.pdb
	* app/core/gimppdbprogress.c: implement get_window() on both
	sides of the wire, keeping backward compatibility (hopefully).

	* libgimp/gimpprogress.[ch]: deprecated gimp_progress_install()
	and added gimp_progress_install_vtable() which takes a vtable with
	padding to be extensible. Added get_window() vtable entry and
	dispatch it accordingly. Also added pulse() which was implemented
	in a hackish way before. Everything is of course backward
	compatible.

	* libgimp/gimpprogressbar.c: inmplement the get_window() stuff
	so a plug-in dialog containing a progress can be the transient
	parent of another dialog in another plug-in.

	* libgimp/gimpui.[ch] (gimp_ui_get_progress_window): new function
	which returns a foreign GdkWindow of this plug-ins progress
	window.

	Renamed gimp_window_set_transient_for_default_display() to
	gimp_window_set_transient() and make it use the progress' window
	handle instead of the display's (which is the right thing to do in
	almost all cases).

	* libgimp/gimp.def
	* libgimp/gimpui.def: add the new functions.

	* tools/pdbgen/enums.pl
	* app/pdb/internal_procs.c
	* app/pdb/progress_cmds.c
	* libgimp/gimpprogress_pdb.[ch]: regenerated.

	* libgimp/gimpexport.c
	* plug-ins/*/*.c: follow API change.
2005-09-09 18:07:31 +00:00
..
.cvsignore
gimpaction.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpactionfactory.c Enabled disabling all menu mnemonics. Addresses bug #120034: 2004-07-27 22:17:30 +00:00
gimpactionfactory.h Enabled disabling all menu mnemonics. Addresses bug #120034: 2004-07-27 22:17:30 +00:00
gimpactiongroup.c app/widgets/gimpactiongroup.c use gtk_action_set_sensitive() and 2005-03-22 18:51:57 +00:00
gimpactiongroup.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpactionview.c set a search column. 2005-07-06 21:04:37 +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 themes/Default/images/Makefile.am removed ... 2004-08-04 18:15:41 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpbrusheditor.h added "name", "blurb", "stock_id" and "help_id" to struct 2004-09-26 18:41:29 +00:00
gimpbrushfactoryview.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpbrushfactoryview.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpbrushselect.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpbrushselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpbufferview.c don't include gimpeditor.h. 2005-06-04 21:20:31 +00:00
gimpbufferview.h added a preview of the global buffer. 2004-07-12 20:25:05 +00:00
gimpcellrendereraccel.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpcellrendereraccel.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpcellrendererdashes.c removed unused variable. 2005-06-06 09:40:07 +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/widgets/gimppreview-popup.c renamed these files... 2004-08-25 22:31:44 +00:00
gimpcellrendererviewable.h app/widgets/gimppreview-popup.c renamed these files... 2004-08-25 22:31:44 +00:00
gimpchanneltreeview.c Allow to drop stuff onto empty layers, channels and paths dialogs to 2005-01-17 15:28:08 +00:00
gimpchanneltreeview.h
gimpclipboard.c themes/Default/images/Makefile.am 2005-07-29 18:04:59 +00:00
gimpclipboard.h themes/Default/images/Makefile.am 2005-07-29 18:04:59 +00:00
gimpcolorbar.c continuing commit after broken pipe 2005-01-25 19:11:26 +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/actions/gradient-editor-commands.c app/widgets/gimpcolordialog.c 2005-07-07 13:39:33 +00:00
gimpcolordialog.h app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimpcolordisplayeditor.c dialog layout tweaks. 2005-06-27 09:35:41 +00:00
gimpcolordisplayeditor.h include the parent class, not gimpeditor.h 2005-05-03 21:38:07 +00:00
gimpcoloreditor.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpcoloreditor.h removed the hex entry from the GimpColorScales widget. 2005-05-19 17:08:03 +00:00
gimpcolorframe.c reduced the number of characters to show before ellipsizing the label. 2005-06-04 10:12:03 +00:00
gimpcolorframe.h added property for "mode", fixed some implementation issues. 2005-06-04 00:56:00 +00:00
gimpcolormapeditor.c app/widgets/Makefile.am new files keeping the render acceleration check 2005-07-19 20:42:14 +00:00
gimpcolormapeditor.h renamed member "palette" to "preview", cleanup. 2005-07-19 19:37:07 +00:00
gimpcolorpanel.c app/widgets/gimpactiongroup.c use gtk_action_set_sensitive() and 2005-03-22 18:51:57 +00:00
gimpcolorpanel.h app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimpcomponenteditor.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpcomponenteditor.h set the viewable renderer's "renderer" property to NULL when clearing the 2004-09-16 14:00:02 +00:00
gimpcontainerbox.c added utility function gimp_container_view_install_properties() to reduce 2005-08-16 11:40:04 +00:00
gimpcontainerbox.h app/widgets/gimpchanneltreeview.c app/widgets/gimpcontainerbox.[ch] 2004-05-11 10:01:25 +00:00
gimpcontainercombobox.c added utility function gimp_container_view_install_properties() to reduce 2005-08-16 11:40:04 +00:00
gimpcontainercombobox.h app/widgets/gimpcontainercombobox.[ch] when removing the last item from 2004-08-11 14:07:35 +00:00
gimpcontainereditor.c app/widgets/gimpdocked.[ch] moved button-bar API to the GimpDocked 2005-06-04 22:32:31 +00:00
gimpcontainereditor.h app/widgets/gimpcontainergridview.[ch] removed "reorderable" from 2004-05-28 09:52:15 +00:00
gimpcontainerentry.c added utility function gimp_container_view_install_properties() to reduce 2005-08-16 11:40:04 +00:00
gimpcontainerentry.h export the column enum. 2004-05-31 20:44:18 +00:00
gimpcontainergridview.c app/widgets/gimpcontainergridview.c allow to popup the context menu from 2005-09-08 18:23:14 +00:00
gimpcontainergridview.h added a name label (with properties to show/hide and to set it). 2005-05-27 11:40:06 +00:00
gimpcontainerpopup.c added a name label (with properties to show/hide and to set it). 2005-05-27 11:40:06 +00:00
gimpcontainerpopup.h
gimpcontainertreeview-dnd.c bail out early if the view has no container (instead of crashing). 2005-06-03 23:53:48 +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/widgets/gimpcontainergridview.c allow to popup the context menu from 2005-09-08 18:23:14 +00:00
gimpcontainertreeview.h Implement dragging and dropping in any GdkPixbuf supported format. Fixes 2005-04-09 17:56:04 +00:00
gimpcontainerview-utils.c
gimpcontainerview-utils.h
gimpcontainerview.c added utility function gimp_container_view_install_properties() to reduce 2005-08-16 11:40:04 +00:00
gimpcontainerview.h added utility function gimp_container_view_install_properties() to reduce 2005-08-16 11:40:04 +00:00
gimpcontrollereditor.c applied capitalization patches contributed by Stephan Binner. Fixes bug 2005-08-23 00:18:08 +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 added API to set an event snooper which, if set, receives any controller 2005-05-10 22:08:48 +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 changed "Key" to "Cursor". 2005-01-09 02:07:31 +00:00
gimpcontrollerkeyboard.h guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
gimpcontrollerlist.c libgimpwidgets/gimppropwidgets.[ch] added gimp_prop_hscale_new(). 2005-08-06 13:03:59 +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 removed some eeeky code that used to fiddle with the GimpController type. 2005-02-05 22:40:07 +00:00
gimpcontrollers.h app/widgets/gimpactionfactory.[ch] added "label" and "stock-id" properties 2004-07-20 18:50:20 +00:00
gimpcontrollerwheel.c guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
gimpcontrollerwheel.h guarded the whole header with GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION 2004-11-24 02:17:12 +00:00
gimpcursor.c cursors/Makefile.am cursors/gimp-tool-cursors.xcf 2005-08-18 21:35:06 +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/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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/core/gimpstrokeoptions.[ch] app/widgets/gimpdasheditor.c small change 2005-05-19 11:08:50 +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 made hitting Escape in the name entry restore the data's original name. 2005-08-08 01:04:26 +00:00
gimpdataeditor.h implement GimpDocked::get_title() and add "(read only)" to the dialog's 2005-04-16 20:48:33 +00:00
gimpdatafactoryview.c Allow to easily open brushes and patterns as images. Fixes bug #163059. 2005-01-13 20:22:53 +00:00
gimpdatafactoryview.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpdeviceinfo.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpdeviceinfo.h
gimpdevices.c Cleaned up and fixed the order in which default tool options and user 2005-09-04 10:44:04 +00:00
gimpdevices.h Enabled the various "Clear saved foobar now" buttons in prefs: 2004-07-21 16:11:31 +00:00
gimpdevicestatus.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpdevicestatus.h
gimpdialogfactory.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpdialogfactory.h new file holding the opaque typedefs for libgimpconfig. Includes 2005-01-25 20:30:20 +00:00
gimpdnd-xds.c added missing casts. 2005-07-17 20:01:59 +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 app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpdnd.h Some DND fixes / cleanup: 2005-07-25 13:53:00 +00:00
gimpdock.c applied capitalization patches contributed by Stephan Binner. Fixes bug 2005-08-23 00:18:08 +00:00
gimpdock.h Some dock refactoring which separates the docking logic from active image 2005-05-11 20:26:12 +00:00
gimpdockable.c added new public function gimp_dockable_blink_cancel() which stops title 2005-07-13 17:03:44 +00:00
gimpdockable.h added new public function gimp_dockable_blink_cancel() which stops title 2005-07-13 17:03:44 +00:00
gimpdockbook.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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/widgets/gimpdocked.[ch] moved button-bar API to the GimpDocked 2005-06-04 22:32:31 +00:00
gimpdocked.h app/widgets/gimpdocked.[ch] moved button-bar API to the GimpDocked 2005-06-04 22:32:31 +00:00
gimpdocumentview.c Oops... 2005-06-20 19:38:07 +00:00
gimpdocumentview.h app/actions/documents-actions.c app/actions/documents-commands.c 2004-05-12 18:36:33 +00:00
gimpdrawabletreeview.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpdrawabletreeview.h
gimpeditor.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpeditor.h app/widgets/gimpdocked.[ch] moved button-bar API to the GimpDocked 2005-06-04 22:32:31 +00:00
gimpenumaction.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpenumaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimperrorconsole.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimperrorconsole.h added missing cast. 2004-02-26 20:04:20 +00:00
gimperrordialog.c don't set a window icon, the dialog should be transient anyway. 2005-09-07 00:28:31 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +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 Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
gimpfiledialog.h app/dialogs/file-save-dialog.c moved overwrite confirmation dialog to 2005-03-25 20:18:55 +00:00
gimpfileprocview.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpfileprocview.h added back the .xcf.gz and .xcf.bz2 extensions because they are the only 2004-11-18 11:50:25 +00:00
gimpfontselect.c don't forget the context we were created with but rmember it as 2004-12-13 14:45:55 +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 don't include gimpeditor.h. 2005-06-04 21:20:31 +00:00
gimpfontview.h
gimpgradienteditor.c deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
gimpgradienteditor.h app/widgets/gimpgradienteditor.[ch] added public APIs for zooming the 2004-10-24 20:38:35 +00:00
gimpgradientselect.c removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gimpgradientselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpgrideditor.c capitalization. 2005-06-15 21:11:03 +00:00
gimpgrideditor.h
gimphelp-ids.h new function. 2005-08-07 16:38:35 +00:00
gimphelp.c app/actions/vectors-commands.c canonicalized some hardcoded procedure 2005-08-02 23:02:56 +00:00
gimphelp.h Removed any remaining GUI dependency from the PDB wrappers: 2004-07-10 20:29:11 +00:00
gimphistogrambox.c Use the canonical form for signal names. 2005-05-27 16:51:39 +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/actions/channels-commands.c app/actions/qmask-commands.c 2005-08-22 23:39:12 +00:00
gimphistogrameditor.h added a name label (with properties to show/hide and to set it). 2005-05-27 11:40:06 +00:00
gimphistogramview.c app/widgets/gimphistogramview.c cleanup. 2005-07-14 18:51:32 +00:00
gimphistogramview.h
gimpimagedock.c request notification about changes to the "transient-docks" preference and 2005-05-11 23:12:36 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpimageeditor.h reoedered to somehow reflect the class hierarchy. 2004-05-23 10:04:41 +00:00
gimpimagepropview.c go back to using dpi as the default resolution unit. 2005-08-18 15:08:49 +00:00
gimpimagepropview.h added gimp_undo_stack_get_depth(). 2005-07-28 22:40:32 +00:00
gimpimageview.c don't include gimpeditor.h. 2005-06-04 21:20:31 +00:00
gimpimageview.h added action_data_get_context() and macro return_if_no_context(). 2004-05-11 16:05:21 +00:00
gimpitemtreeview.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpitemtreeview.h moved "item_type" and "signal_name" from GimpItemTreeView to 2004-10-16 20:17:30 +00:00
gimplayertreeview.c if the floating selection has no alpha, manually create BoundSegs of its 2005-09-08 19:38:58 +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/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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 make sure that all actions, even if they have no menu proxy, can be 2004-08-12 20:04:19 +00:00
gimpmenufactory.h added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
gimpmessagebox.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpmessagebox.h app/widgets/gimpmessagebox.h added G_GNUC_PRINTF attributes. 2005-03-23 23:36:17 +00:00
gimpmessagedialog.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpmessagedialog.h app/widgets/Makefile.am app/widgets/widgets-types.h added a simple message 2004-10-13 14:35:28 +00:00
gimpnavigationview.c app/widgets/gimphistogramview.c cleanup. 2005-07-14 18:51:32 +00:00
gimpnavigationview.h app/widgets/gimpnavigationpreview.c renamed these files to ... 2004-08-27 00:42:46 +00:00
gimppaletteeditor.c allow to drop palettes onto the palette view again. 2005-07-22 11:12:43 +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/file/file-utils.c app/tools/gimpfliptool.c 2005-04-09 22:47:51 +00:00
gimppaletteselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimppaletteview.c when focussing the widget, select the palette's first entry if none is 2005-08-17 01:25:20 +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/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimppatternfactoryview.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimppatternselect.c don't forget the context we were created with but rmember it as 2004-12-13 14:45:55 +00:00
gimppatternselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimppdbdialog.c Cast result of g_value_dup_object() to GIMP_CONTEXT(). 2004-12-16 22:52:32 +00:00
gimppdbdialog.h don't forget the context we were created with but rmember it as 2004-12-13 14:45:55 +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 app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimppluginaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpprogressbox.c added GimpProgress::pulse. 2005-02-12 14:18:12 +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 app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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 Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimppropwidgets.h readd declaration of gimp_prop_paint_mode_menu_new(). 2005-02-04 23:19:31 +00:00
gimprender.c app/widgets/Makefile.am new files keeping the render acceleration check 2005-07-19 20:42:14 +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/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpsamplepointeditor.h added "sample-merged" property and API. Pass it to 2005-07-09 11:23:15 +00:00
gimpselectiondata.c loop unrolling. 2005-07-30 14:05:57 +00:00
gimpselectiondata.h Some DND fixes / cleanup: 2005-07-25 13:53:00 +00:00
gimpselectioneditor.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpselectioneditor.h app/widgets/gimpcolormapeditor.[ch] app/widgets/gimphistogrameditor.[ch] 2004-09-25 12:48:41 +00:00
gimpsessioninfo.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpsessioninfo.h new file holding the opaque typedefs for libgimpconfig. Includes 2005-01-25 20:30:20 +00:00
gimpsizebox.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpsizebox.h added a resolution label similar to one in the template editor. Prepared 2004-10-26 23:31:34 +00:00
gimpstringaction.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +00:00
gimpstringaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpstrokeeditor.c app/actions/channels-commands.c app/actions/qmask-commands.c 2005-08-22 23:39:12 +00:00
gimpstrokeeditor.h
gimptemplateeditor.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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 continuing commit after broken pipe 2005-01-25 19:11:26 +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 Allow to use the selected font in the text editor (bug #170299): 2005-06-11 14:18:51 +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 don't display a preview and don't attempt to create one if the image file 2005-06-15 10:57:33 +00:00
gimpthumbbox.h app/config/gimpcoreconfig.[ch] added new gimprc option 2004-10-08 19:29:33 +00:00
gimptoolbox-color-area.c app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimptoolbox-color-area.h
gimptoolbox-dnd.c don't create a display here. 2005-09-02 22:50:06 +00:00
gimptoolbox-dnd.h
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
gimptoolbox.c app/dialogs/module-dialog.c app/dialogs/palette-import-dialog.c 2005-08-03 09:34:55 +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 unset the "focus-on-map" property for tool dialogs. Fixes bug #154651 (on 2005-02-06 23:33:50 +00:00
gimptooldialog.h app/paint/gimppencil.h app/paint/gimppenciloptions.h 2005-08-21 17:28:18 +00:00
gimptooloptionseditor.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimptooloptionseditor.h added the scrolled window to the GimpToolOptionsEditor struct. 2004-01-30 22:10:31 +00:00
gimptoolview.c app/actions/tools-actions.c app/actions/tools-commands.[ch] applied a 2004-12-31 13:29:39 +00:00
gimptoolview.h app/actions/tools-actions.c app/actions/tools-commands.[ch] applied a 2004-12-31 13:29:39 +00:00
gimpuimanager.c applied patch from Robert Ögren that frees the event returned by 2005-08-06 14:37:53 +00:00
gimpuimanager.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpundoeditor.c app/actions/edit-actions.c app/menus/menus.c app/widgets/gimpundoeditor.c 2005-09-05 19:31:28 +00:00
gimpundoeditor.h Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +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 don't call va_arg() too often. 2005-04-27 15:13:59 +00:00
gimpunitstore.h app/widgets/Makefile.am app/widgets/widgets-types.h 2004-05-07 22:16:15 +00:00
gimpvectorstreeview.c Allow to drop stuff onto empty layers, channels and paths dialogs to 2005-01-17 15:28:08 +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 minor code and formatting cleanup. 2005-08-25 19:06:49 +00:00
gimpview.h minor code and formatting cleanup. 2005-08-25 19:06:49 +00:00
gimpviewablebox.c removed the recently added utility functions again. 2004-10-12 12:06:50 +00:00
gimpviewablebox.h removed the recently added utility functions again. 2004-10-12 12:06:50 +00:00
gimpviewablebutton.c Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +00:00
gimpviewablebutton.h
gimpviewabledialog.c ellipsize the name label. 2005-07-08 23:57:47 +00:00
gimpviewabledialog.h
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/widgets/Makefile.am new files keeping the render acceleration check 2005-07-19 20:42:14 +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 if the area is larger than the brush, center the brush. 2005-06-05 00:03:24 +00:00
gimpviewrendererbrush.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererbuffer.c app/widgets/Makefile.am app/widgets/widgets-types.h added a view renderer 2004-09-14 12:06: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 added utility function gimp_drawable_preview_bytes() and use it. Some 2004-12-15 14:40:52 +00:00
gimpviewrendererdrawable.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrenderergradient.c app/widgets/Makefile.am new files keeping the render acceleration check 2005-07-19 20:42:14 +00:00
gimpviewrenderergradient.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererimage.c app/widgets/gimpviewrendererbrush.c app/widgets/gimpviewrendererdrawable.c 2004-09-09 11:58:49 +00:00
gimpviewrendererimage.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererimagefile.c plugged a mem-leak. 2004-11-03 00:48:06 +00:00
gimpviewrendererimagefile.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererlayer.c app/widgets/gimpviewrendererbrush.c app/widgets/gimpviewrendererdrawable.c 2004-09-09 11:58:49 +00:00
gimpviewrendererlayer.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererpalette.c initialize renderer->columns to != 0 to avoid floating point exceptions on 2005-08-27 18:13:06 +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 app/widgets/gimpviewrendererbrush.c app/widgets/gimpviewrendererdrawable.c 2004-09-09 11:58: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 Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
gimpwidgets-utils.h Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
gtkhwrapbox.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-04-14 16:19:30 +00:00
gtkhwrapbox.h
gtkvwrapbox.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-04-14 16:19:30 +00:00
gtkvwrapbox.h
gtkwrapbox.c app/widgets/gimpcontainerview.c app/widgets/gimpimagedock.c 2005-03-09 17:02:35 +00:00
gtkwrapbox.h
Makefile.am app/widgets/Makefile.am new files keeping the render acceleration check 2005-07-19 20:42:14 +00:00
makefile.msc updated dont include "gimpmessagedialog.c" to avoid redefinitions. Instead 2005-07-10 16:24:57 +00:00
widgets-enums.c added new signals "sample-point-added" and "sample-point-removed" and 2005-04-03 15:48:03 +00:00
widgets-enums.h cursors/Makefile.am cursors/gimp-tool-cursors.xcf 2005-08-18 21:35:06 +00:00
widgets-types.h app/paint/gimppencil.h app/paint/gimppenciloptions.h 2005-08-21 17:28:18 +00:00