Gimp/libgimpwidgets
Sven Neumann 2f855afa6a added an API to allow for sub-pixel sizes in spinbuttons connected to a
2003-10-01  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpunitmenu.[ch]:
	* libgimpwidgets/gimpwidgets.c: added an API to allow for
	sub-pixel sizes in spinbuttons connected to a GimpUnitMenu.
	Make GimpUnitMenu emit "unit-changed" when the unit is changed
	programmatically.

	* libgimpwidgets/gimpsizeentry.[ch}: added a similar API here.
	Make GimpSizeEntry emit "unit-changed" when the unit is changed
	programmatically. The other signals will need similar changes.

	* plug-ins/common/gauss_rle.c
	* plug-ins/common/gauss_iir.c
	* app/widgets/gimpstrokeeditor.c: use the new API.
2003-09-30 23:19:48 +00:00
..
.cvsignore ported to the new treeviewized file selection widget. Unfortunately, 2002-01-30 08:31:00 +00:00
gimpbutton.c pass the modifier mask as GdkModifierType instead of guint. 2003-03-20 13:22:22 +00:00
gimpbutton.h pass the modifier mask as GdkModifierType instead of guint. 2003-03-20 13:22:22 +00:00
gimpcellrenderertoggle.c allow keyboard activation. 2003-03-28 11:20:24 +00:00
gimpcellrenderertoggle.h app/widgets/gimpcellrenderertoggle.[ch] added public functions to emit the 2003-03-19 15:17:13 +00:00
gimpchainbutton.c fixed rendering for RTL layout. 2003-09-23 17:01:38 +00:00
gimpchainbutton.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpcolorarea.c app/gui/info-window.c libgimpcolor/gimpcolorspace.c libgimpcolor/gimprgb.c 2003-06-13 16:44:21 +00:00
gimpcolorarea.h let GimpColorArea optionally draw a thin border around itself. 2003-03-14 15:08:10 +00:00
gimpcolorbutton.c changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
gimpcolorbutton.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpcolordisplay.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolordisplay.h Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimpcolornotebook.c added blurbs for the style properties. These show up as descriptions in 2003-07-25 12:48:06 +00:00
gimpcolornotebook.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorscale.c moved the call to libtoolize before automake. 2003-02-26 12:48:48 +00:00
gimpcolorscale.h improved preformance by rendering the buffer only when needed for an 2002-11-01 13:03:09 +00:00
gimpcolorscales.c app/gui/info-window.c libgimpcolor/gimpcolorspace.c libgimpcolor/gimprgb.c 2003-06-13 16:44:21 +00:00
gimpcolorscales.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorselect.c save some space by showing the stock_id instead of the colorselector's 2003-07-19 01:43:51 +00:00
gimpcolorselect.h the color scales from the main color selection as GimpColorSelector 2002-10-28 20:13:17 +00:00
gimpcolorselector.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolorselector.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpdialog.c changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpdialog.h changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpfileentry.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpfileentry.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpfileselection.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpfileselection.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimphelpui.c changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimphelpui.h changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpmemsizeentry.c added a default spacing of two pixels between the entry end the menu. 2003-06-06 18:22:46 +00:00
gimpmemsizeentry.h add a tooltip if a param_spec has a non-NULL blurb. Addresses bug #68485. 2003-01-25 20:29:42 +00:00
gimpoffsetarea.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpoffsetarea.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
gimppatheditor.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimppatheditor.h added new function gimp_path_editor_set_path(). 2002-11-19 18:41:59 +00:00
gimppickbutton.c fixed color picking from other screens. 2003-08-18 23:21:44 +00:00
gimppickbutton.h new GtkButton subclass implementing the pick-from-everywhere eyedropper 2002-11-04 22:56:41 +00:00
gimppixmap.c made a warning more verbose. 2002-01-02 15:09:14 +00:00
gimppixmap.h made a warning more verbose. 2002-01-02 15:09:14 +00:00
gimppropwidgets.c added "gboolean allow_percent" to gimp_param_spec_unit() and to the 2003-07-17 15:22:21 +00:00
gimppropwidgets.h app/gui/Makefile.am removed... 2003-07-07 13:37:19 +00:00
gimpquerybox.c free the memory allocated for the GimpLut structure. Removed trailing 2003-09-05 01:40:29 +00:00
gimpquerybox.h free the memory allocated for the GimpLut structure. Removed trailing 2003-09-05 01:40:29 +00:00
gimpsizeentry.c added an API to allow for sub-pixel sizes in spinbuttons connected to a 2003-09-30 23:19:48 +00:00
gimpsizeentry.h added an API to allow for sub-pixel sizes in spinbuttons connected to a 2003-09-30 23:19:48 +00:00
gimpstock.c themes/Default/images/Makefile.am 2003-09-27 19:05:13 +00:00
gimpstock.h themes/Default/images/Makefile.am 2003-09-27 19:05:13 +00:00
gimpunitmenu.c added an API to allow for sub-pixel sizes in spinbuttons connected to a 2003-09-30 23:19:48 +00:00
gimpunitmenu.h added an API to allow for sub-pixel sizes in spinbuttons connected to a 2003-09-30 23:19:48 +00:00
gimpwidgets-private.c changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
gimpwidgets-private.h changed again to take no paramaters and use _gimp_standard_help_func from 2003-05-25 14:23:43 +00:00
gimpwidgets.c added an API to allow for sub-pixel sizes in spinbuttons connected to a 2003-09-30 23:19:48 +00:00
gimpwidgets.def libgimp/gimp.def libgimpmath/gimpmath.def used nm to regenerate these 2003-09-13 00:13:06 +00:00
gimpwidgets.h changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpwidgetsmarshal.list documented. 2003-02-20 13:10:54 +00:00
gimpwidgetstypes.h changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
Makefile.am libgimpwidgets/Makefile.am new files. Moved gimp_widgets_init() here and 2003-05-23 18:27:05 +00:00
makefile.msc updated win32 (msvc) build 2003-05-24 17:00:03 +00:00