gimp/app/widgets
Michael Natterer d05d512d9c added struct GimpArray which can keep static or allocated data. Added
2006-04-01  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpparamspecs.[ch]: added struct GimpArray which can
	keep static or allocated data. Added boxed types GIMP_TYPE_ARRAY
	and GIMP_TYPE_STRING_ARRAY. Added GParamSpecs for PDB int32,
	int16, int8, float and string arrays. Added functions to get, dup,
	set and set_static the various arrays from/to GValues.

	* app/pdb/gimpprocedure.c
	* app/pdb/procedural_db.c
	* app/plug-in/plug-in-params.c
	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb.pl: use the new param pspecs and gimp_value
	functions to keep arrays in GimpArguments.

	* app/pdb/gimpargument.[ch] (gimp_arguments_destroy): removed
	parameter "gboolean full_destroy". It's not needed any longer
	because the GValues fully memory-manage all their data now.

	* app/batch.c
	* app/actions/plug-in-commands.c
	* app/actions/vectors-commands.c
	* app/core/gimppdbprogress.c
	* app/dialogs/about-dialog.c
	* app/dialogs/print-size-dialog.c
	* app/dialogs/resize-dialog.c
	* app/display/gimpdisplayshell-handlers.c
	* app/file/file-open.c
	* app/file/file-save.c
	* app/plug-in/plug-in-message.c
	* app/plug-in/plug-in-run.c
	* app/plug-in/plug-ins.c
	* app/widgets/gimphelp.c
	* app/widgets/gimppdbdialog.c
	* tools/pdbgen/pdb/fileops.pdb: changed accordingly.

	* app/pdb/brush_cmds.c
	* app/pdb/brushes_cmds.c
	* app/pdb/buffer_cmds.c
	* app/pdb/color_cmds.c
	* app/pdb/drawable_cmds.c
	* app/pdb/fileops_cmds.c
	* app/pdb/fonts_cmds.c
	* app/pdb/gimpargument.c
	* app/pdb/gimpargument.h
	* app/pdb/gimpprocedure.c
	* app/pdb/gradient_cmds.c
	* app/pdb/gradients_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/paint_tools_cmds.c
	* app/pdb/palettes_cmds.c
	* app/pdb/parasite_cmds.c
	* app/pdb/paths_cmds.c
	* app/pdb/pattern_cmds.c
	* app/pdb/patterns_cmds.c
	* app/pdb/plug_in_cmds.c
	* app/pdb/procedural_db.c
	* app/pdb/procedural_db_cmds.c
	* app/pdb/selection_tools_cmds.c
	* app/pdb/vectors_cmds.c: regenerated.

	... and ported everything to perl btw...
2006-04-01 01:33: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 enabled tooltips on all menu items for easier review of the action blurbs. 2006-03-15 00:05:55 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpactiongroup.h Allow to construct a group of radio actions in multiple chunks. (not used 2005-11-15 20:24:50 +00:00
gimpactionview.c removed gimp_action_get_accel_closure(). 2005-12-28 19:50:08 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpbrushselect.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcellrendereraccel.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpcellrendereraccel.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimpcellrendererdashes.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpcellrendererviewable.h app/widgets/gimppreview-popup.c renamed these files... 2004-08-25 22:31:44 +00:00
gimpchanneltreeview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpchanneltreeview.h Added GtkTreeView versions of layers/channels/vectors: 2003-03-16 11:14:29 +00:00
gimpclipboard.c added g_return_if_fail (GIMP_IS_GIMP (gimp)). 2005-11-02 19:52:47 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpcolordialog.h app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimpcolordisplayeditor.c set tooltips dynamically. 2006-03-04 00:53:47 +00:00
gimpcolordisplayeditor.h include the parent class, not gimpeditor.h 2005-05-03 21:38:07 +00:00
gimpcoloreditor.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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 app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainercombobox.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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 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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpcontainertreeview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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/widgets/gimpcontrollereditor.c set tooltips dynamically. 2006-03-04 00:41:15 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpdatafactoryview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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 Fixed incomplete core/ui separation of paint tools and paint methods: 2005-12-27 18:57:01 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpdnd-xds.c set the new "do-overwrite-confirmation" property on GtkFileChooser. 2005-12-28 20:02:54 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 always set dockable->blurb to NULL, also if its memory is shared with 2006-03-31 10:08:02 +00:00
gimpdockable.h #define GIMP_DOCKABLE_DRAG_OFFSET publically. 2005-12-30 01:37:35 +00:00
gimpdockbook.c allow dropping of dockables from the same dockbook to the empty space next 2006-03-28 19:19: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
gimpdockseparator.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpdocumentview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpdrawabletreeview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpdrawabletreeview.h removed "visible" and all its API... 2003-09-11 19:52:29 +00:00
gimpeditor.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimpenumaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +00:00
gimperrorconsole.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 app/pdb/Makefile.am new files containing the functions operating on *one* 2006-03-31 09:15:08 +00:00
gimpfiledialog.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpfileprocview.c removed icons from GimpFileProcView. It turned out that the Wilber icon is 2005-12-21 13:25:08 +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 app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +00:00
gimpgradientselect.h app/actions/brushes-actions.c app/actions/gradients-actions.c 2004-09-27 10:45:49 +00:00
gimpgrideditor.c define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 added struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +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 did a global gimage -> image substitution. 2006-03-28 17:08:36 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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 did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpimagepropview.h added gimp_undo_stack_get_depth(). 2005-07-28 22:40:32 +00:00
gimpimageview.c app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpimageview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimpitemtreeview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpitemtreeview.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayertreeview.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimplayertreeview.h app/actions/layers-actions.c app/actions/layers-commands.[ch] 2005-07-10 21:17:22 +00:00
gimpmenudock.c did a global gdisp -> display substitution. 2006-03-28 17:55:52 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimppatternselect.c app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +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 struct GimpArray which can keep static or allocated data. Added 2006-04-01 01:33:28 +00:00
gimppdbdialog.h app/pdb/pdb-types.h renamed struct Argument to GimpArgument and struct 2006-03-31 20:16:22 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +00:00
gimppluginaction.h app/widgets/gimpaction.h app/widgets/gimpactiongroup.h 2005-04-16 23:48:29 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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/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 did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpsamplepointeditor.h added "sample-merged" property and API. Pass it to 2005-07-09 11:23:15 +00:00
gimpselectiondata.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +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/core/gimpbrush.c app/core/gimpbuffer.c app/core/gimpimagefile.c 2006-02-28 12:15:51 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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/core/gimpbrush.c app/core/gimpbuffer.c app/core/gimpimagefile.c 2006-02-28 12:15:51 +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/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimptemplateview.h app/actions/dockable-actions.c app/actions/dockable-commands.[ch] 2006-01-17 10:08:50 +00:00
gimptexteditor.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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 some finetuning to the labels. 2006-01-26 17:50:36 +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 cleanup & cruft removal. 2003-10-13 12:42:52 +00:00
gimptoolbox-dnd.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +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 app/core/gimp-gui.c use GIMP_ACRONYM. 2006-02-07 11:07:47 +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 connect to the menu items' "select" and "deselect" signals instead of 2006-03-10 10:05:38 +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 did a global gimage -> image substitution. 2006-03-28 17:08:36 +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 did a global gimage -> image substitution. 2006-03-28 17:08:36 +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 define GIMP_PARAM_STATIC_STRINGS which is G_PARAM_STATIC_NAME|NICK|BLURB. 2006-01-18 20:29:40 +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 port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +00:00
gimpviewrendererbrush.h app/widgets/gimppreviewrenderer-utils.c 2004-08-26 14:20:30 +00:00
gimpviewrendererbuffer.c port to G_DEFINE_TYPE() and friends. Some related cleanup. 2005-12-19 22:37:49 +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 removed gimp_action_get_accel_closure(). 2005-12-28 19:50:08 +00:00
gimpwidgets-utils.h removed gimp_action_get_accel_closure(). 2005-12-28 19:50:08 +00:00
gtkhwrapbox.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gtkhwrapbox.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gtkvwrapbox.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gtkvwrapbox.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gtkwrapbox.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gtkwrapbox.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +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