aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-entry.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-1194/+0
* Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-081-1/+1
* Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-201-12/+68
* Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-041-1/+2
* Set the size of the thing to a decent value that lets us test stuff.Miguel de Icaza2001-03-191-58/+62
* Added. This is part of a change of sematics that makes things much nicerJon Trowbridge2001-03-061-10/+49
* Set version number to 0.5.99.5Jon Trowbridge2001-03-061-0/+19
* Boost version number to 0.5.99.3.Jon Trowbridge2001-03-021-24/+41
* Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-241-4/+40
* Added. Allows you to attach an ECompletion to an EEntry, and have thatJon Trowbridge2001-02-201-92/+529
* Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33
* Fixed allocation and placement of text window.Christopher James Lahey2001-01-311-9/+8
* Fixed text misplacement.Christopher James Lahey2001-01-191-10/+12
* Center text vertically.Christopher James Lahey2001-01-181-10/+13
* Made EEntry be shrinkable.Christopher James Lahey2001-01-181-3/+6
* Make justification work properly for entries. Documented.Christopher James Lahey2001-01-181-2/+49
* Add support here for "cursor_pos". (et_get_arg): Handle ARG_CURSOR_POS.Miguel de Icaza2000-12-291-4/+16
* Added a "draw_background" argument. Set the default for theChristopher James Lahey2000-12-271-1/+18
* Connect to the "changed" and "activate" signals on the EText to the proxyMiguel de Icaza2000-12-261-0/+22
* Always have some text. Fixes crash.Miguel de Icaza2000-12-261-1/+0
* Always have some text. Fixes crash.Miguel de Icaza2000-12-261-2/+2
* Handle draw background. (e_text_draw): Support both border drawing andMiguel de Icaza2000-12-251-37/+70
* Added an "allow_newlines" argument.Christopher James Lahey2000-10-271-2/+14
* Made EEntry accept focus properly.Christopher James Lahey2000-10-191-0/+11
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-3/+3
* Changed #include lines to get e-text to compile.Chris Lahey2000-09-181-3/+3
* Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-091-7/+4
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-081-0/+2
* Fixed some typos.Christopher James Lahey2000-07-081-9/+5
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-041-0/+413