gimp/app/widgets
Michael Natterer 424ed1f480 changed "Number of Colors" to "Max Number of Colors" to clarify what this
2002-09-06  Michael Natterer  <mitch@gimp.org>

	* app/gui/convert-dialog.c: changed "Number of Colors" to
	"Max Number of Colors" to clarify what this parameter does.
	(fixes #92194).

	* app/gui/menus.c: use GIMP_STOCK_INFO for "View/Info Window".

	Specify spibutton sizes in chars, not pixels (eek) all over
	the place. Also removed explicit sizes where the GtkSpinButton
	default size does not disturbe tabular widget layouts.

	* libgimpwidgets/gimpwidgets.c: removed the hardcoded width of 75
	pixels in gimp_spin_button_new(). Changed gimp_scale_entry_new()
	and gimp_coordinates_new() to interpret their "spinbutton_width"
	parameters as chars if < 16, and as pixels otherwise. This gives
	reasonable results and doesn't cause unchanged plug-ins to
	suddenly have spinbuttons of dozens of chars width :)

	* libgimpwidgets/gimpsizeentry.c: added the same heuristic here.

	* libgimpwidgets/gimpquerybox.c
	* app/gui/color-notebook.c
	* app/gui/convert-dialog.c
	* app/tools/gimpairbrushtool.c
	* app/tools/gimpblendtool.c
	* app/tools/gimpbrightnesscontrasttool.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpconvolvetool.c
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimphuesaturationtool.c
	* app/tools/gimpinktool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpposterizetool.c
	* app/tools/gimpsmudgetool.c
	* app/tools/gimptexttool.c
	* app/tools/gimpthresholdtool.c
	* app/tools/paint_options.c
	* app/tools/selection_options.c
	* app/widgets/gimpbrusheditor.c
	* app/widgets/gimpbrushfactoryview.c
	* app/widgets/gimppaletteeditor.c: changed accordingly.

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/FractalExplorer/FractalExplorer.c
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/common/AlienMap.c
	* plug-ins/common/AlienMap2.c
	* plug-ins/common/CML_explorer.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/checkerboard.c
	* plug-ins/common/cubism.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/depthmerge.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/diffraction.c
	* plug-ins/common/emboss.c
	* plug-ins/common/film.c
	* plug-ins/common/flarefx.c
	* plug-ins/common/fractaltrace.c
	* plug-ins/common/gauss_iir.c
	* plug-ins/common/gauss_rle.c
	* plug-ins/common/glasstile.c
	* plug-ins/common/grid.c
	* plug-ins/common/illusion.c
	* plug-ins/common/iwarp.c
	* plug-ins/common/jigsaw.c
	* plug-ins/common/lic.c
	* plug-ins/common/max_rgb.c
	* plug-ins/common/mblur.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/nova.c
	* plug-ins/common/pixelize.c
	* plug-ins/common/sample_colorize.c
	* plug-ins/common/scatter_hsv.c
	* plug-ins/common/shift.c
	* plug-ins/common/sinus.c
	* plug-ins/common/sparkle.c
	* plug-ins/common/spread.c
	* plug-ins/common/tile.c
	* plug-ins/common/tileit.c
	* plug-ins/common/unsharp.c
	* plug-ins/common/vpropagate.c
	* plug-ins/common/waves.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/gflare/gflare.c
	* plug-ins/mosaic/mosaic.c
	* plug-ins/rcm/rcm_dialog.c: changed accordingly, which involves
	removals of gtk_widget_set_size_request(spinbutton), removal of
	lots of explicit spinbutton sizes in gimp_scale_entry_new(), and
	adding of new ones because GtkSpinButton's auto-size trashed
	tabular layouts.

	Lots of cleanup & indentation while browsing the plug-ins'
	code. Changed spacings, moved toggle buttons into frame titles,
	use stock items, stuff...
2002-09-06 20:44:47 +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 app/widgets/Makefile.am app/widgets/widgets-types.h new dialog widget 2002-08-30 21:00:42 +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 added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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 changed "Number of Colors" to "Max Number of Colors" to clarify what this 2002-09-06 20:44:47 +00:00
gimpcolordialog.h GimpViewableDialogs everywhere, cleanup: 2002-09-01 08:44:57 +00:00
gimpcolordisplayeditor.c treeviewized and undeprecated. 2002-03-16 15:02:23 +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 connect to size allocations of the navigation preview's parent container 2002-05-11 13:51:26 +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 DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpcontainerview.h added GimpPaletteEntry typedef. 2002-03-08 00:27:45 +00:00
gimpcursor.c app/Makefile.am removed... 2002-05-05 19:17:41 +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 added a boolean "internal" which indicates that the data object is an 2002-06-12 13:48:47 +00:00
gimpdataeditor.h added GimpPaletteEntry typedef. 2002-03-08 00:27:45 +00:00
gimpdatafactoryview.c added a boolean "internal" which indicates that the data object is an 2002-06-12 13:48:47 +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 added gimp_list_reverse(). 2002-06-07 20:23:33 +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 if a dialog constructor fails to return a GimpDockable, destroy the dock 2002-08-27 14:53:15 +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 DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpdock.c gimp_dock_add_book() optimized to about two cases :) as 2002-03-22 00:07:53 +00:00
gimpdock.h g_strdup() the stock_id passed to gimp_tool_info_new() because the 2002-03-14 17:07:02 +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 don't try to set the preview_size of plain GtkMenuItems. 2002-05-10 12:47:42 +00:00
gimpdocumentview.h CPPFLAGS: added -DGTK_DISABLE_DEPRECATED 2002-01-25 18:34:33 +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 DND cleanup part 1: 2002-09-02 14:39:08 +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 DND cleanup part 1: 2002-09-02 14:39:08 +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 app/paint/gimppaintoptions.h put the "Fade Out" and "Gradient" stuff into 2002-03-18 19:34:06 +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 use GtkTreeViews instead of deprecated GtkCLists. 2002-01-31 13:40:46 +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 fixed a bug i introduced when making the tab_height configurable: need to 2002-03-20 12:57:59 +00:00
gimpfontselection.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
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 added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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 app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
gimphelp.h app/Makefile.am removed... 2002-05-05 19:17:41 +00:00
gimphistogramview.c removed unused #define cruft. 2002-08-28 19:56:06 +00:00
gimphistogramview.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
gimpimagedock.c We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +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 implemented thumbnail loading according to the latest version of the 2002-02-18 01:28:12 +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 Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
gimpimageview.h removed unused commented out prototype. 2002-05-08 12:39:01 +00:00
gimpitemfactory.c g_strdup(entry->help_path) if static_entry == FALSE. 2002-08-27 14:45:05 +00:00
gimpitemfactory.h removed usage of "the_gimp" by passing around more "Gimp" pointers. 2002-04-12 18:14:13 +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 Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +00:00
gimplayerlistview.h added a GimpAnchorItemFunc and use it if it's set. 2002-03-11 12:58:59 +00:00
gimplayertreeview.c Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +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 We can always create GimpPreviews for any GtkIconSize, but not vice versa. 2002-05-10 14:50:27 +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 added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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 DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimppreview.h added #define for GIMP_PREVIEW_MAX_BORDER_WIDTH instead of hardcoding it 2002-08-27 15:31:24 +00:00
gimppreviewrenderer.c DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimppreviewrenderer.h added #define for GIMP_PREVIEW_MAX_BORDER_WIDTH instead of hardcoding it 2002-08-27 15:31:24 +00:00
gimppreviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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 app/gui/color-select.c app/widgets/gimpselectioneditor.c removed some 2002-09-04 13:35:03 +00:00
gimpselectioneditor.h themes/Default/images/stock-all-16.png 2002-08-22 16:24:44 +00:00
gimptoolbox-color-area.c DND cleanup part 1: 2002-09-02 14:39:08 +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 app/gui/color-select.c app/widgets/gimpselectioneditor.c removed some 2002-09-04 13:35:03 +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 app/plug-in/plug-in-rc.c app/plug-in/plug-ins.c app/tools/tool_manager.c 2002-03-22 15:21:18 +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 Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +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 Started to get rid of the gdisplays_foo() functions in 2002-05-08 17:48:24 +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 DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpview.h added #define for GIMP_PREVIEW_MAX_BORDER_WIDTH instead of hardcoding it 2002-08-27 15:31:24 +00:00
gimpviewabledialog.c use GimpContainerView's get_name_func utility stuff instead of reinventing 2002-09-02 13:56:08 +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 DND cleanup part 1: 2002-09-02 14:39:08 +00:00
gimpviewrenderer.h added #define for GIMP_PREVIEW_MAX_BORDER_WIDTH instead of hardcoding it 2002-08-27 15:31:24 +00:00
gimpviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12: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 changed the message dialog icon to WARNING since we mostly use this for 2002-02-07 14:21:23 +00:00
gimpwidgets-utils.h app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +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.msc add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +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 app/widgets/Makefile.am app/widgets/widgets-types.h new dialog widget 2002-08-30 21:00:42 +00:00