gimp/libgimpwidgets
Sven Neumann df09eb68d3 trim the string only if necessary.
2003-02-20  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimputils.c (gimp_utf8_strtrim): trim the string
	only if necessary.

	* app/text/gimptext.c: changed the default text to NULL.

	* app/widgets/gimptexteditor.[ch]: replaced Cancel and OK buttons
	with a single Close button and removed the callback.

	* app/widgets/gimppropwidgets.c: gtk_text_buffer_set_text()
	doesn't like NULL pointers, pass it an empty string instead.

	* app/tools/gimptexttool.c: create a new text layer as soon as the
	user starts editing.
2003-02-20 16:11:23 +00:00
..
.cvsignore ported to the new treeviewized file selection widget. Unfortunately, 2002-01-30 08:31:00 +00:00
Makefile.am add gimpmemsizeentry.h to HEADERS (Fixes #102789) 2003-01-07 22:50:37 +00:00
gimpbutton.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpbutton.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
gimpchainbutton.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpchainbutton.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpcolorarea.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolorarea.h libgimpwidgets/gimpchainbutton.[ch] libgimpwidgets/gimpcolorarea.[ch] 2003-01-05 15:41:23 +00:00
gimpcolorbutton.c fixed usage of gtk_color_selection_set_has_opacity_control(). 2003-02-02 01:22:01 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolornotebook.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorscale.c calculate the size of the handle (the small triangles) from the scale's 2003-02-17 13:15:09 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +00:00
gimpcolorscales.h added virtual functions set_toggles_visible() and set_toggles_sensitive(). 2002-11-05 00:02:56 +00:00
gimpcolorselect.c cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpdialog.h themes/Default/images/Makefile.am 2001-11-28 01:14:06 +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 libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimphelpui.h removed gimp_help_init() and gimp_help_free(). Added _gimp_help_init() 2003-01-07 17:00:49 +00:00
gimpmemsizeentry.c add a tooltip if a param_spec has a non-NULL blurb. Addresses bug #68485. 2003-01-25 20:29:42 +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 cleanup, removed unecessary G_OBJECT() casts. Should do the same for 2003-01-05 22:07:10 +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 trim the string only if necessary. 2003-02-20 16:11:23 +00:00
gimppropwidgets.h added a new widget constructor gimp_prop_opacity_entry_new() which is a 2003-02-19 20:06:38 +00:00
gimpquerybox.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpquerybox.h removed stock items which are already defined in Gtk+ (GTK_STOCK_NEW 2002-01-13 20:59:56 +00:00
gimpsizeentry.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpsizeentry.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
gimpstock.c don't use gimp_drawable_configure() to resize the text layer, it should 2003-01-31 18:57:10 +00:00
gimpstock.h don't use gimp_drawable_configure() to resize the text layer, it should 2003-01-31 18:57:10 +00:00
gimpunitmenu.c allow to query for gimp paths (like "gimp_dir") as it used to work in 1.2. 2003-02-10 13:16:35 +00:00
gimpunitmenu.h allow to query for gimp paths (like "gimp_dir") as it used to work in 1.2. 2003-02-10 13:16:35 +00:00
gimpwidgets.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpwidgets.def libgimptool/gimptool.def Add some missing entry points. 2003-01-26 17:10:47 +00:00
gimpwidgets.h libgimpwidgets/Makefile.am made GimpMemsizeEntry a widget which doesn't 2003-01-05 13:52:14 +00:00
gimpwidgetsmarshal.list documented. 2003-02-20 13:10:54 +00:00
gimpwidgetstypes.h libgimpwidgets/Makefile.am made GimpMemsizeEntry a widget which doesn't 2003-01-05 13:52:14 +00:00
libgimp-glue.c when checking for 'excecutable' make sure it is a regular file too (on 2003-01-01 13:33:27 +00:00
makefile.mingw.in Similar additions for Win32 as in the other libgimp*/Makefile.am files: 2002-12-23 01:51:58 +00:00
makefile.msc updated 2002-12-01 14:53:17 +00:00