summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 96431 – Can't cut and paste / DND within invisible entryMatthias Clasen2008-10-031-8/+18
* Bug 530575 – GtkEntry with invisible chars has a confused cursor inMatthias Clasen2008-10-031-3/+6
* Bug 530568 – Entries with visibility=FALSE should warn for caps-lock onMatthias Clasen2008-09-291-18/+236
* Bug 371908 – Password Entry broken Bug 317002 – Disable input methodMatthias Clasen2008-09-291-38/+6
* Bug 83935 – GtkEntry's default invisible char should be U+25CFCarlos Garnacho2008-09-191-10/+127
* Bug 547449 – Entry/ Combo popup misplaced after resizeChristian Dywan2008-09-031-0/+5
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-3/+3
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-2/+2
* gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.cSven Neumann2008-08-111-32/+32
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-11/+11
* Doc fixesMatthias Clasen2008-07-211-3/+3
* Fix the getter for text-lengthMatthias Clasen2008-07-041-1/+1
* set need_im_reset to FALSE instead of 0.Michael Natterer2008-07-041-1/+1
* Allocate with GSlice:Michael Natterer2008-07-041-4/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Fix up deprecated markup syntax. Add version numbers and a message on theJohan Dahlin2008-06-201-9/+5
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-5/+5
* Set the Since: values in the API docs to GSEAL-branch for the newly added acc...Tim Janik2008-06-201-2/+8
* Seal GtkEntryTim Janik2008-06-201-1/+99
* removed function drag_begin_cb(), which was in svn since 2.8 but was neverMichael Natterer2008-06-161-8/+0
* Fix frame size allocationMatthias Clasen2008-06-131-9/+16
* Reorder strange window hierarchy of the GtkSpinButton (#466000).Jan Arne Petersen2008-05-251-3/+33
* Use existing window size when painting the flat box instead ofBjörn Lindqvist2008-04-251-2/+1
* 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