gimp/app/text
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 configure.in app/Makefile.am added new directory text. 2003-01-29 22:20:09 +00:00
gimptext-compat.c Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
gimptext-compat.h Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
gimptext.c trim the string only if necessary. 2003-02-20 16:11:23 +00:00
gimptext.h app/core/gimpobject.[ch] improved the code that trims the text before 2003-02-05 14:49:48 +00:00
gimptextlayer.c added new virtual function duplicate() as replacement for all 2003-02-11 13:52:47 +00:00
gimptextlayer.h replaced with an UTF-8 safe rewrite. 2003-02-05 18:23:58 +00:00
gimptextlayout.c app/text/gimptextlayer.c render an empty layer for an empty text layout. 2003-02-07 17:01:38 +00:00
gimptextlayout.h app/text/gimptextlayer.c render an empty layer for an empty text layout. 2003-02-07 17:01:38 +00:00
Makefile.am fixed rules for generated sources. 2003-02-05 08:29:12 +00:00
text-enums.c app/text/text-enums.[ch] replaced GimpTextAlignment with 2003-02-05 09:51:26 +00:00
text-enums.h app/text/text-enums.[ch] replaced GimpTextAlignment with 2003-02-05 09:51:26 +00:00
text-types.h fixed rules for generated sources. 2003-02-05 08:29:12 +00:00