Gimp/app/widgets
Sven Neumann 073e533a8a Finally landed the new GimpConfig based gimprc parser. It's not finished
2002-11-18  Sven Neumann  <sven@gimp.org>

	Finally landed the new GimpConfig based gimprc parser. It's not
	finished yet but we need to start somewhere. This release removes
	the old gimprc.[ch] files. The gimprc format changes slightly, but
	the changes are minimal. The Preferences dialog is temporarily
	disabled since it still needs to be ported. If you are are afraid,
	stay away from CVS for a few days ;-)

	* app/Makefile.am
	* app/gimprc.[ch]: removed the old gimprc system.

	* app/base/Makefile.am
	* app/base/base-config.[ch]: removed these files in favor of
	config/gimpbaseconfig.[ch].

	* app/core/Makefile.am
	* app/core/gimpcoreconfig.[ch]: removed these files in favor of
	config/gimpcoreconfig.[ch].

	* app/config/Makefile.am
	* app/config/config-types.h: moved typedefs into this new file.

	* app/config/gimpbaseconfig.[ch]
	* app/config/gimpcoreconfig.[ch]
	* app/config/gimpdisplayconfig.[ch]
	* app/config/gimpguiconfig.[ch]
	* app/config/gimprc.[ch]
	* app/config/test-config.c: brought into shape for real use.

	* app/base/base-types.h: include config/config-types.h here. Added
	a global GimpBaseConfig *base_config variable to ease migration.

	* app/gui/Makefile.am: temporarily disabled the preferences dialog.

	* app/app_procs.c
	* app/undo.c
	* app/undo_history.c
	* app/base/base.[ch]
	* app/base/gimphistogram.c
	* app/base/pixel-processor.c
	* app/base/temp-buf.c
	* app/base/tile-cache.c
	* app/core/core-types.h
	* app/core/gimp-documents.c
	* app/core/gimp.c
	* app/core/gimpbrush.c
	* app/core/gimpbrushgenerated.c
	* app/core/gimpcontext.c
	* app/core/gimpdrawable-transform.c
	* app/core/gimpimage-new.c
	* app/core/gimpimage.c
	* app/core/gimpimagefile.c
	* app/core/gimpmodules.c
	* app/core/gimppattern.c
	* app/display/Makefile.am
	* app/display/gimpdisplay-handlers.c
	* app/display/gimpdisplay.[ch]
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-handlers.c
	* app/display/gimpdisplayshell-layer-select.c
	* app/display/gimpdisplayshell-render.c
	* app/display/gimpdisplayshell-scale.c
	* app/display/gimpdisplayshell-scroll.c
	* app/display/gimpdisplayshell-selection.c
	* app/display/gimpdisplayshell.[ch]
	* app/display/gimpnavigationview.c
	* app/file/file-save.c
	* app/gui/device-status-dialog.c
	* app/gui/dialogs-constructors.c
	* app/gui/file-commands.c
	* app/gui/file-new-dialog.c
	* app/gui/file-open-dialog.c
	* app/gui/file-save-dialog.c
	* app/gui/gui.c
	* app/gui/menus.c
	* app/gui/paths-dialog.c
	* app/gui/resize-dialog.c
	* app/gui/session.c
	* app/gui/test-commands.c
	* app/gui/tips-dialog.c
	* app/gui/tips-dialog.h
	* app/gui/user-install-dialog.c
	* app/gui/view-commands.c
	* app/paint/gimppaintcore.c
	* app/plug-in/plug-in.c
	* app/plug-in/plug-ins.c
	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpfuzzyselecttool.c
	* app/tools/gimpinktool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimppainttool.c
	* app/tools/gimppathtool.c
	* app/tools/gimptexttool.[ch]
	* app/tools/selection_options.c
	* app/tools/tools.c
	* app/tools/transform_options.c
	* app/widgets/gimphelp.c
	* app/widgets/gimpitemfactory.c
	* app/widgets/gimpselectioneditor.c
	* app/xcf/xcf-load.c
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/gimprc.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/layer.pdb
	* tools/pdbgen/pdb/transform_tools.pdb: use the new config system
	instead of the old gimprc stuff.

	* etc/gimprc.in
	* etc/gimprc_user.in: adapted to the new gimprc format. Will update
	the man-page later...

	* app/pdb/fileops_cmds.c
	* app/pdb/gimprc_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/layer_cmds.c
	* app/pdb/transform_tools_cmds.c
	* libgimp/gimpgimprc_pdb.c: regenerated.
2002-11-18 20:50:31 +00:00
..
.cvsignore app/widgets/Makefile.am use gimp_mkenums to create widgets-enums.c, added 2002-03-18 22:26:41 +00:00
gimpbrusheditor.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gimpbrusheditor.h changed gimp_channel_get_color() to not return the color but take a second 2002-03-08 16:34:42 +00:00
gimpbrushfactoryview.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gimpbrushfactoryview.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpbrushpreview.c fixed a bug spotted by Jim Meyer (#97911) and added a missing call to 2002-11-07 10:18:20 +00:00
gimpbrushpreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbufferpreview.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +00:00
gimpbufferpreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbufferview.c Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
gimpbufferview.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpchannellistitem.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpchannellistitem.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpchannellistview.c removed all component item signal handling code, which is cool... 2002-08-28 18:28:16 +00:00
gimpchannellistview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpchanneltreeview.c removed all component item signal handling code, which is cool... 2002-08-28 18:28:16 +00:00
gimpchanneltreeview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcolordialog.c removed the non-dialog variant (all color notebooks have "Cancel" and "OK" 2002-11-17 19:59:18 +00:00
gimpcolordialog.h the color scales from the main color selection as GimpColorSelector 2002-10-28 20:13:17 +00:00
gimpcolordisplayeditor.c Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimpcoloreditor.c added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcoloreditor.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolormapeditor.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpcolormapeditor.h namespaceified and cleaned up a lot. Removed the menu code. 2002-03-17 13:52:25 +00:00
gimpcolorpanel.c add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +00:00
gimpcolorpanel.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcomponentlistitem.c removed all component item signal handling code, which is cool... 2002-08-28 18:28:16 +00:00
gimpcomponentlistitem.h app/config/gimpconfig-deserialize.h fixed typos. 2001-12-13 20:19:41 +00:00
gimpcontainereditor.c CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpcontainereditor.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpcontainergridview.c treeviewized and undeprecated. 2002-03-16 15:02:23 +00:00
gimpcontainergridview.h treeviewized and undeprecated. 2002-03-16 15:02:23 +00:00
gimpcontainerlistview.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gimpcontainerlistview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainermenu.c app/widgets/gimpcontainermenu.c ref/unref menu->context and view->context 2002-10-09 11:49:01 +00:00
gimpcontainermenu.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcontainermenuimpl.c don't try to set the preview_size of plain GtkMenuItems. 2002-05-10 12:47:42 +00:00
gimpcontainermenuimpl.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainerview-utils.c added "gchar *name_changed_signal" to GimpViewableClass which defaults to 2002-04-28 23:10:42 +00:00
gimpcontainerview-utils.h removed a useless g_return_if_fail(). 2001-11-23 16:25:01 +00:00
gimpcontainerview.c app/widgets/gimpcontainermenu.c ref/unref menu->context and view->context 2002-10-09 11:49:01 +00:00
gimpcontainerview.h added GimpPaletteEntry typedef. 2002-03-08 00:27:45 +00:00
gimpcursor.c removed commented out and unused cruft, cleanup. 2002-11-17 23:13:26 +00:00
gimpcursor.h app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gimpdataeditor.c app/widgets/gimpdataeditor.c changed some debugging output to say "TODO: 2002-11-01 13:14:25 +00:00
gimpdataeditor.h added GimpPaletteEntry typedef. 2002-03-08 00:27:45 +00:00
gimpdatafactoryview.c don't g_message() on error but return a GError. 2002-10-30 18:46:29 +00:00
gimpdatafactoryview.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +00:00
gimpdeviceinfo.c override GObjectClass->constructor() and do the setup stuff there, not in 2002-05-28 16:41:56 +00:00
gimpdeviceinfo.h override GObjectClass->constructor() and do the setup stuff there, not in 2002-05-28 16:41:56 +00:00
gimpdevices.c don't #include "core/gimpbrush.h" 2002-10-30 18:32:23 +00:00
gimpdevices.h override GObjectClass->constructor() and do the setup stuff there, not in 2002-05-28 16:41:56 +00:00
gimpdialogfactory.c app/display/gimpdisplayshell.c app/gui/about-dialog.c 2002-10-25 01:11:24 +00:00
gimpdialogfactory.h g_strdup() the stock_id passed to gimp_tool_info_new() because the 2002-03-14 17:07:02 +00:00
gimpdnd.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpdnd.h added GTK_TARGET_SAME_APP flag to GIMP_TARGET_BUFFER. 2002-11-17 20:26:21 +00:00
gimpdock.c connect book_removed()'s default implementation correctly so dock auto 2002-11-04 15:11:55 +00:00
gimpdock.h added "book_added" and "book_removed" signals. Removed the 2002-10-25 13:21:54 +00:00
gimpdockable.c We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +00:00
gimpdockable.h We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +00:00
gimpdockbook.c We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +00:00
gimpdockbook.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdocumentview.c added "gimage" and "uri" parameters to file_open_dialog_show(). If an 2002-11-01 16:20:13 +00:00
gimpdocumentview.h app/widgets/gimpdocumentview.[ch] app/gui/documents-commands.[ch] changed 2002-09-12 17:34:43 +00:00
gimpdrawablelistitem.c Yes, this is a bit hackish... 2002-05-28 20:04:28 +00:00
gimpdrawablelistitem.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpListItem 2002-02-25 18:41:14 +00:00
gimpdrawablelistview.c removed #undef GTK_DISABLE_DEPRECATED and #warning because we don't use 2002-11-17 21:26:05 +00:00
gimpdrawablelistview.h app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimpdrawablepreview.c look at drawable->offset_[xy] != 0 when deciding whether to offset the 2002-08-28 18:52:04 +00:00
gimpdrawablepreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdrawabletreeview.c removed #undef GTK_DISABLE_DEPRECATED and #warning because we don't use 2002-11-17 21:26:05 +00:00
gimpdrawabletreeview.h app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimpeditor.c changed the default button_icon_size to GTK_ICON_SIZE_MENU. 2002-10-15 20:52:46 +00:00
gimpeditor.h renamed shell->cd_list to shell->filters and shell->cd_ui to 2002-03-15 15:09:58 +00:00
gimpenummenu.c added _with_range variants for all enum menu widgets that limit the range 2002-05-13 17:15:17 +00:00
gimpenummenu.h added _with_range variants for all enum menu widgets that limit the range 2002-05-13 17:15:17 +00:00
gimpfontselection-dialog.c app/gui/file-new-dialog.c app/gui/preferences-dialog.c 2002-09-17 11:55:04 +00:00
gimpfontselection-dialog.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpfontselection.c app/tools/gimptexttool.c app/widgets/gimpfontselection.[ch] started to 2002-10-09 15:42:38 +00:00
gimpfontselection.h app/tools/gimptexttool.c app/widgets/gimpfontselection.[ch] started to 2002-10-09 15:42:38 +00:00
gimpgradienteditor.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpgradienteditor.h GimpViewableDialogs everywhere, cleanup: 2002-09-01 08:44:57 +00:00
gimpgradientpreview.c app/widgets/gimpgradientpreview.c set "height" to size/2 instead of 2002-10-09 12:17:50 +00:00
gimpgradientpreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimphelp.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimphelp.h app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
gimphistogrambox.c added the API for level correction using black, gray and white point. 2002-10-15 13:36:28 +00:00
gimphistogrambox.h added the API for level correction using black, gray and white point. 2002-10-15 13:36:28 +00:00
gimphistogramview.c added the API for level correction using black, gray and white point. 2002-10-15 13:36:28 +00:00
gimphistogramview.h app/tools/gimphistogramtool.c app/tools/gimplevelstool.[ch] 2002-10-15 01:15:43 +00:00
gimpimagedock.c added "book_added" and "book_removed" signals. Removed the 2002-10-25 13:21:54 +00:00
gimpimagedock.h added a read-only property for the display's image, so it can be retreived 2002-05-10 13:09:19 +00:00
gimpimagefilepreview.c removed idle rendering and render the preview on "expose" if needed. 2002-11-04 12:15:29 +00:00
gimpimagefilepreview.h implemented thumbnail loading according to the latest version of the 2002-02-18 01:28:12 +00:00
gimpimagepreview.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +00:00
gimpimagepreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpimageview.c app/widgets/gimpdataeditor.c changed some debugging output to say "TODO: 2002-11-01 13:14:25 +00:00
gimpimageview.h removed unused commented out prototype. 2002-05-08 12:39:01 +00:00
gimpitemfactory.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpitemfactory.h added a "const gchar *textdomain" parameter so g_object_[set|get]_data() 2002-09-25 10:39:41 +00:00
gimpitemlistitem.c Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
gimpitemlistitem.h app/widgets/Makefile.am app/widgets/widgets-types.h new GimpListItem 2002-02-25 18:41:14 +00:00
gimpitemlistview.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpitemlistview.h DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpitemtreeview.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpitemtreeview.h DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimplayerlistitem.c Yes, this is a bit hackish... 2002-05-28 20:04:28 +00:00
gimplayerlistitem.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplayerlistview.c app/widgets/gimplayerlistview.c some more auto-sizing spinbuttons. 2002-09-08 12:18:23 +00:00
gimplayerlistview.h added a GimpAnchorItemFunc and use it if it's set. 2002-03-11 12:58:59 +00:00
gimplayertreeview.c app/widgets/gimplayerlistview.c some more auto-sizing spinbuttons. 2002-09-08 12:18:23 +00:00
gimplayertreeview.h added a GimpAnchorItemFunc and use it if it's set. 2002-03-11 12:58:59 +00:00
gimplistitem.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimplistitem.h app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gimpmenudock.c added "book_added" and "book_removed" signals. Removed the 2002-10-25 13:21:54 +00:00
gimpmenudock.h added a read-only property for the display's image, so it can be retreived 2002-05-10 13:09:19 +00:00
gimpmenuitem.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpmenuitem.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpnavigationpreview.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +00:00
gimpnavigationpreview.h app/Makefile.am removed. 2002-05-07 16:23:14 +00:00
gimpnavigationview.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +00:00
gimpnavigationview.h app/Makefile.am removed. 2002-05-07 16:23:14 +00:00
gimppaletteeditor.c changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gimppaletteeditor.h changed gimp_channel_get_color() to not return the color but take a second 2002-03-08 16:34:42 +00:00
gimppalettepreview.c app/widgets/gimpgradientpreview.c set "height" to size/2 instead of 2002-10-09 12:17:50 +00:00
gimppalettepreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppatternpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreview-utils.c bumped version number to 1.3.9 2002-08-22 12:49:01 +00:00
gimppreview-utils.h bumped version number to 1.3.9 2002-08-22 12:49:01 +00:00
gimppreview.c use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimppreview.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimppreviewrenderer.c use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimppreviewrenderer.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimppreviewrendererbrush.c fixed a bug spotted by Jim Meyer (#97911) and added a missing call to 2002-11-07 10:18:20 +00:00
gimppreviewrendererbrush.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreviewrendererdrawable.c look at drawable->offset_[xy] != 0 when deciding whether to offset the 2002-08-28 18:52:04 +00:00
gimppreviewrendererdrawable.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreviewrendererimage.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +00:00
gimppreviewrendererimage.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpselectioneditor.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpselectioneditor.h removed idle rendering and render the preview on "expose" if needed. 2002-11-04 12:15:29 +00:00
gimptoolbox-color-area.c set the hex entry to 7 chars instead the whole width of the vbox. Added 2002-09-08 09:26:45 +00:00
gimptoolbox-color-area.h use stock pixbufs to draw the "Default Colors" and "Swap Colors" buttons. 2002-06-08 12:15:11 +00:00
gimptoolbox-indicator-area.c DND cleanup part 1: 2002-09-02 14:39:08 +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 add a file dnd dest for the toplevel toolbox widget too. Makes gimp-remote 2002-11-17 22:40:25 +00:00
gimptoolbox.h g_strdup() the stock_id passed to gimp_tool_info_new() because the 2002-03-14 17:07:02 +00:00
gimptoolinfopreview.c removed idle rendering and render the preview on "expose" if needed. 2002-11-04 12:15:29 +00:00
gimptoolinfopreview.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimptooloptionseditor.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpvectorslistview.c app/widgets/gimpselectioneditor.c don't undefine GTK_DISABLE_DEPRECATED 2002-11-09 17:49:21 +00:00
gimpvectorslistview.h added a "item_activate_func" to the struct and the constructor so we can 2002-02-26 14:40:30 +00:00
gimpvectorstreeview.c app/widgets/gimpselectioneditor.c don't undefine GTK_DISABLE_DEPRECATED 2002-11-09 17:49:21 +00:00
gimpvectorstreeview.h added a "item_activate_func" to the struct and the constructor so we can 2002-02-26 14:40:30 +00:00
gimpview.c use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimpview.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimpviewabledialog.c use PangoAttributes instead of PangoMarkup. 2002-09-17 13:10:56 +00:00
gimpviewabledialog.h app/widgets/Makefile.am app/widgets/widgets-types.h new dialog widget 2002-08-30 21:00:42 +00:00
gimpviewrenderer.c use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimpviewrenderer.h use a low priority idle handler to queue redraws, since we really want 2002-11-09 20:01:19 +00:00
gimpviewrendererbrush.c fixed a bug spotted by Jim Meyer (#97911) and added a missing call to 2002-11-07 10:18:20 +00:00
gimpviewrendererbrush.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpviewrendererdrawable.c look at drawable->offset_[xy] != 0 when deciding whether to offset the 2002-08-28 18:52:04 +00:00
gimpviewrendererdrawable.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpviewrendererimage.c connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +00:00
gimpviewrendererimage.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpwidgets-constructors.c app/base/base-enums.h app/paint-funcs/paint-funcs-generic.h 2002-11-05 19:33:59 +00:00
gimpwidgets-constructors.h app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
gimpwidgets-utils.c app/display/gimpdisplayshell.c app/gui/about-dialog.c 2002-10-25 01:11:24 +00:00
gimpwidgets-utils.h app/tools/gimptexttool.c app/widgets/gimpfontselection.[ch] started to 2002-10-09 15:42:38 +00:00
gtkhwrapbox.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gtkhwrapbox.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gtkvwrapbox.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gtkvwrapbox.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gtkwrapbox.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
gtkwrapbox.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
Makefile.am added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
makefile.msc updated 2002-09-06 22:25:19 +00:00
widgets-enums.c app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
widgets-enums.h app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
widgets-types.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00