aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-completion-view.c
Commit message (Expand)AuthorAgeFilesLines
* ignore test-completion.Chris Toshok2003-02-101-87/+7
* replaced e scroll frame with gtk scrolled windowRadek Doulik2003-02-051-4/+3
* add call to e_table_model_pre_change here to reduce spew.Chris Toshok2003-01-161-0/+7
* lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (thatChris Toshok2002-12-091-1/+1
* Lots of GObject work.Chris Toshok2002-11-171-133/+124
* only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-011-3/+7
* Set the gettext-domain here.Christopher James Lahey2002-05-021-2/+5
* If tab is hit and the cursor is still in the entry, move down into theJon Trowbridge2002-03-011-11/+36
* Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-22/+18
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-051-7/+7
* Allow ctrl-p and ctrl-n to be used to move up and down in the completionJon Trowbridge2001-09-271-3/+28
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-171-0/+5
* Unref the model after creating the ETable, since the table will hold a refDan Winship2001-09-131-0/+1
* bumped up to 0.10.99.3jacob berkman2001-08-101-24/+79
* Removed some debugging spew I committed by mistake.Jon Trowbridge2001-07-211-4/+1
* Change window policy to allow the completion window to shrink when theJon Trowbridge2001-07-211-10/+8
* Removed unused frame variable.Christopher James Lahey2001-06-091-2/+0
* Turned off alternating row colors in our ETable specification.Jon Trowbridge2001-06-091-1/+1
* we can ignore the border, as e-text takes care of that for usjacob berkman2001-06-071-2/+2
* Applied patch from Jacob Berkman to un-offset the completion popup and addJon Trowbridge2001-06-071-2/+138
* Small changes throughout to use ECompletionMatch.Jon Trowbridge2001-06-061-13/+14
* Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-201-1/+5
* Boost version number to 0.5.99.3.Jon Trowbridge2001-03-021-17/+16
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-1/+1
* Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-241-2/+7
* Forgot to add. Doh!Jon Trowbridge2001-02-201-0/+687