summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables.Matthias Clasen2008-02-161-20/+13
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-0/+2
* Fix some typos. Closes bug #475400.Kjartan Maraas2007-09-101-3/+3
* Apply a number of patches by Xan Lopez to improve the interaction betweenMatthias Clasen2007-09-081-29/+46
* reset the completion prefix on Enter too, plug potential leak. Follow-upXan Lopez2007-07-311-12/+19
* Handle keypresses better when there is no completion. (#458298, ChristianMatthias Clasen2007-07-191-0/+8
* Fix some issues with some combinations of inline-selection andMatthias Clasen2007-07-161-6/+5
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-47/+96
* Store cursor_hadjustment as object dataMatthias Clasen2007-06-111-24/+22
* Don't leak cursor_hadjustmentMatthias Clasen2007-06-111-0/+3
* Move docs inlineMatthias Clasen2007-05-271-0/+83
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-16/+13
* Add gtk_entry_[gs]et_cursor_hadjustment() to allow automatic scrolling inMatthias Clasen2007-05-191-2/+97
* Same fix for gtk_entry_real_insert_textMatthias Clasen2007-04-281-19/+22
* Only call g_object_get() when necessary. (#373137, Morten Welinder, patchMatthias Clasen2007-04-281-6/+9
* Rember the user input that triggered the completion, add API to theXan Lopez2007-04-281-5/+29
* Support inline-selection in entries (#318459)Xan Lopez2007-04-271-4/+39
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Add shadow-type style property, set shadow-type property of GtkEntryMathias Hasselmann2007-03-081-42/+59
* fixed motion request condition which was wrongly ported with my lastTim Janik2007-02-071-2/+1
* call gdk_event_request_motions() for new motion events after receivingTim Janik2007-02-061-2/+2
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-6/+8
* don't add entry->scroll_offset to entry->drag_start_y. Fixes the entryMichael Natterer2007-01-121-1/+1
* Work when the entry is not realized. (#392315, Yevgen Muntyan)Matthias Clasen2007-01-031-10/+14
* Center in the frame. (#304482, Rob Staudinger, patch by RichardMatthias Clasen2007-01-021-2/+15
* Don't install cursors on insensitive widgets. (#358864, Jan Schampera)Matthias Clasen2006-12-311-4/+22
* Don't die in an assertion if focus went missing. Just warn, clean up andMatthias Clasen2006-12-291-1/+4
* Use gtk_border_free when freeing border.Behdad Esfahbod2006-12-241-1/+1
* When shift-clicking, keep the larger part of the selection selected.Matthias Clasen2006-12-241-3/+6
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-4/+4
* Emit changed and notify:text only once. The same fix was applied forMatthias Clasen2006-12-241-2/+59
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-23/+7
* Fixes bug #383407Paolo Maggi2006-12-071-4/+2
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-10/+63
* Fix interaction of GtkEntryCompletion with input methods. (#354495, DiegoMatthias Clasen2006-10-041-2/+5
* Don't unnecessarily reset the im context when deleting the selection.Matthias Clasen2006-09-011-13/+12
* Stop cursor blinking after a configurable timeout. (#353670, #352442,Matthias Clasen2006-09-011-12/+57
* Popup completion if paste is at the end (patch was already in 2.8.x).Matthias Clasen2006-08-161-3/+12
* Export privately. Adjust all callers.Matthias Clasen2006-08-151-11/+9
* Don't leak in the non-editable case. (#350258, Colin Leroy)Matthias Clasen2006-08-141-1/+2
* Export gtk_entry_reset_im_context privately.Matthias Clasen2006-08-061-21/+17
* Documentation additions and fixes.Matthias Clasen2006-06-291-0/+7
* make it compileMatthias Clasen2006-06-081-1/+1
* Adjust Delete insensitivityMatthias Clasen2006-06-081-2/+2
* Make drops end up at the right spot. (#342072, Yevgen Muntyan)Matthias Clasen2006-05-181-0/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-60/+13
* Improve positioning of the menu when popped up by keynav. (#334987,Matthias Clasen2006-04-271-14/+27
* Fix typos in property blurbs. (#338772, Clytie Siddall)Matthias Clasen2006-04-171-1/+1
* renamed last-char-timeout to password-hint-timeout and store all its dataMichael Natterer2006-03-221-46/+72