summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-15/+32
* Use gtk_entry_get_public_chars. Fixes #79532.Anders Carlsson2002-04-221-1/+1
* Short-circuit the text to the exact same thing, so we don't unexpectedlyOwen Taylor2002-03-211-2/+8
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* Improve test to prevent infinite loop. (#74952, Thomas Leonard)Owen Taylor2002-03-201-1/+2
* Patch from Yao Zhang fixing reference count leak.Owen Taylor2002-03-181-1/+1
* Fix various problems when truncating the inserted text to fit into theOwen Taylor2002-03-061-1/+6
* Centralize lookup and caching of cursor GC's here.Owen Taylor2002-03-031-46/+18
* Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix defaultOwen Taylor2002-03-021-6/+38
* Don't to focus insensitive widgets. (#68203)Owen Taylor2002-02-261-25/+49
* use the cursor position _after_ deleting the text as the position toOwen Taylor2002-02-261-1/+2
* change to pass in the cursor direction always, not just when we need anHavoc Pennington2002-02-251-4/+7
* Patch from Matthias Clasen to remove some excessive ::changed signals forOwen Taylor2002-02-231-10/+11
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-2/+0
* Remove support for the poorly defined text/plain type for now. (#55117)Owen Taylor2002-02-181-1/+0
* Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratioOwen Taylor2002-02-141-10/+3