summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Pop down the completion window if there are no completions anymore.Matthias Clasen2004-04-211-5/+9
* Typo fix.Matthias Clasen2004-04-121-9/+18
* Block the ::changed handler during the ::match-selected when done byJonathan Blandford2004-03-161-0/+4
* When an action is selected stop the event to be propagated otherwise theMarco Pesenti Gritti2004-03-081-0/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* #109594, reported by Olivier RipollOwen Taylor2004-03-031-1/+4
* Handle dynamically resolved bidi direction when drawing the cursor.Owen Taylor2004-03-011-6/+3
* Implement auto-bidi-direction, based on a patch from Dov Grobgeld.Owen Taylor2004-03-011-23/+66
* Add gtk_entry_set_alignment() to allow right-aligned entries and aOwen Taylor2004-03-011-5/+101
* Fix the Shift-Tab support to go backwards.Matthias Clasen2004-02-291-2/+1
* Make Tab and Shift-Tab work when the completion popup is shown.Matthias Clasen2004-02-291-5/+24
* Fix Page_Up and Page_Down in the completion popup to move page-wise ifMatthias Clasen2004-02-291-5/+34
* Classifiy Page Up/Down as cursor move, but not Home and End.Matthias Clasen2004-02-271-5/+6
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-11/+6
* Check if the completion is the same one as the old one.Anders Carlsson2004-01-231-0/+3
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* always resize the popup when it is visible, popdown when there are lessKristian Rietveld2003-11-191-8/+12
* the total number of actions is "matches + actions - 1". (Fixes #126572).Kristian Rietveld2003-11-181-2/+2
* add _gtk_entry_completion_resize_popup.Kristian Rietveld2003-11-171-1/+6
* remove the completion timeout when the user pressed on Enter/ESC. FixesKristian Rietveld2003-10-201-0/+12
* remove the reset of first_sel_changed, as after the first popup theKristian Rietveld2003-10-131-7/+34
* I overlooked an if when I was adding the signal block/unblock code. Oops.Kristian Rietveld2003-10-131-4/+4
* Check if completion is non-NULL before accessing it. Oops.Kristian Rietveld2003-10-111-2/+4
* Fixes based on comments from Marco Pesenti Gritti.Kristian Rietveld2003-10-111-5/+10
* Add API doc comments.Kristian Rietveld2003-09-301-0/+21
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Landing GtkTreeModelFilter and the completion code. (Test program andKristian Rietveld2003-07-111-0/+256
* Recompute unconditionally in gtk_entry_style_set, and in a newOwen Taylor2003-06-081-7/+20
* Fix for bug #78499:Matthias Clasen2003-03-291-1/+50
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-3/+3
* Fix for #82734 and #78216:Matthias Clasen2003-02-111-3/+27
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-14/+14
* Deprecate gtk_paned_computed_position(). (#97077)Matthias Clasen2003-01-311-0/+2
* Call gtk_entry_set_position_internal() that takes a new "reset_IM"Owen Taylor2002-12-171-6/+13
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Actively monitor the screen of the parent. (#80281)Owen Taylor2002-10-221-0/+1
* Reset the layout, since it holds a reference to the font on a particularOwen Taylor2002-10-221-0/+2
* Return "" for entry->invisible_char == 0, otherwise N copies ofOwen Taylor2002-10-211-39/+64
* Deprecation cleanupManish Singh2002-10-091-124/+141
* Make gtk_menu_shell_select_first() public. (#70374)Owen Taylor2002-09-231-1/+1
* Set the IM context client window to NULL, not to the window that is aboutOwen Taylor2002-09-201-1/+1
* Use gtk_entry_set_positions() to update current_pos and selection_bound soPadraig O'Briain2002-08-191-5/+12
* Minor documentation fixesSoren Sandmann2002-08-101-7/+19
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-8/+17
* Add an extra parameter to _gtk_menu_item_select_first() to allow us toOwen Taylor2002-07-061-1/+1
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Add the obsolete CUA cut/copy/paste bindings. (#79078)Owen Taylor2002-06-131-2/+13
* Don't return a positive status unless there is a text target in the drag.Owen Taylor2002-06-131-2/+3
* Add an informative g_warning() when the entry has lost a focus-out-event.Owen Taylor2002-06-121-0/+7
* Special case menu items to pop down on motion. (#75961)Owen Taylor2002-05-151-5/+5