/help/

gets/text?h=BONOBO_CONF_0_14&id=35f032e73a472ae4d859552a7f3b59108b89706e'>diffstats
path: root/widgets/text
Commit message (Expand)AuthorAgeFilesLines
* Fixed operation of the keypad keys in EText and ECellText.Christopher James Lahey2000-09-221-6/+23
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-2010-19/+22
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-1/+1
* Changed #include lines to get e-text to compile.Chris Lahey2000-09-184-9/+9
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-091-5/+5
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-1/+2
* Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-261-1/+6
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-1/+1
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-1/+4
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-231-2/+19
* Use byte, not character based UTF-8 syntax in e-textLauris Kaplinski2000-08-222-123/+127
* Fixed a warning.Christopher James Lahey2000-08-201-0/+2
* Moved e-text to UTF-8Lauris Kaplinski2000-08-202-222/+290
* Added a test for the EEntry widget.Christopher James Lahey2000-08-112-0/+80
* Made clicking choose the right character even if show_borders is on.Christopher James Lahey2000-08-031-1/+7
* Made focus in not change your selection position.Christopher James Lahey2000-07-221-2/+0
* Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause theChristopher James Lahey2000-07-091-8/+8
* Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-093-27/+121
* Return "" instead of NULL.Christopher James Lahey2000-07-091-1/+4
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-083-0/+45
* Fixed some typos.Christopher James Lahey2000-07-081-9/+5
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-043-1/+453
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-1/+1
* Fixed some vertical scroll bugs.Christopher James Lahey2000-06-211-8/+8
* Fix a bug with intial vertical scroll.Christopher James Lahey2000-06-211-0/+1
*