summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate and ignore the cursor blink settingsWilliam Jon McCann2013-06-261-40/+11
* Start deprecating some GtkStock APIWilliam Jon McCann2013-06-251-1/+17
* Start migrating internals away from GtkStockWilliam Jon McCann2013-06-241-13/+13
* GtkEntry: ellipsize placeholder textJonh Wendell2013-06-211-0/+4
* GtkEntry: Remove the Unicode and input method menusMatthias Clasen2013-06-071-64/+5
* GtkEntry: Focus the entry without selecting the textBastien Nocera2013-05-231-4/+14
* Doc: various small fixesSébastien Wilmet2013-05-121-3/+4
* GtkEntry: Support baselinesAlexander Larsson2013-04-231-5/+48
* GtkEntry: Sanity check the end_pos value in _get_display_text()Bastien Nocera2013-03-061-1/+1
* Rename property to be more neutralMatthias Clasen2013-03-051-18/+20
* Really keep GtkBubbleWindow privateMatthias Clasen2013-03-051-5/+5
* Small documentation tweakMatthias Clasen2013-03-051-1/+2
* Allow to populate bubbles with extra contentMatthias Clasen2013-03-051-7/+40
* Do without GtkSelectionWindowMatthias Clasen2013-03-051-20/+63
* Made GtkBubble/SelectionWindow private at the momentCarlos Garnacho2013-03-051-1/+1
* Use gdk_threads_add_timeout to popup the selection windowCarlos Garnacho2013-03-051-2/+1
* entry: Use GtkSelectionWindow for touch text selectionCarlos Garnacho2013-03-051-5/+142
* Ensure the insertion handle stays on fake events (eg from IM)Carlos Garnacho2013-03-051-2/+4
* GtkEntry: Fix text handle paintingAlexander Larsson2013-02-181-22/+26
* [entry] unregister icon windowsPaolo Borelli2013-02-161-0/+1
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-3/+3
* entry: No need to reset layouts on style_updatedAlexander Larsson2012-12-061-2/+0
* gtk: Use context's fontBenjamin Otte2012-12-061-17/+3
* Send a notification when a GtkEntry icon's tooltip text changesMike Gorse2012-11-121-0/+3
* entry: fix requisition width/height to use the current pango layoutCosimo Cecchi2012-09-031-3/+5
* Make spinbutton orientablePaolo Borelli2012-09-031-10/+44
* Add a way to test touch featuresMatthias Clasen2012-09-031-3/+7
* Implement touch text selection in GtkEntryCarlos Garnacho2012-09-031-22/+290
* Allow setting Pango attributes on entriesMatthias Clasen2012-08-311-7/+86
* Move entry completion code where it belongsMatthias Clasen2012-08-311-604/+28
* GtkEntry: pack GtkEntryPrivate a bit betterMatthias Clasen2012-08-301-1/+12
* Trivial: Fix a whitespace messupMatthias Clasen2012-08-251-2/+2
* Add documentationMatthias Clasen2012-08-201-3/+67
* GtkEntry: Add input purpose and hintsMatthias Clasen2012-08-201-1/+100
* Export gtk_entry_get_display_text() as a private function throughMario Sanchez Prada2012-08-101-11/+11
* Ensure pixbufs as entry icons get resizedCarlos Garnacho2012-07-131-0/+3
* entry: guard for != NULL before unreffing the pixbufCosimo Cecchi2012-07-081-1/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-3/+3
* entry-completion: don't move to leftmost character with inline-selectionCosimo Cecchi2012-06-131-3/+4
* fix a typoMatthias Clasen2012-06-131-2/+3
* Update docs for GtkEntry::activateMatthias Clasen2012-06-111-6/+6
* gtk_entry_[get|set]_inner_border(): Clarify the deprecation docs.José Alburquerque2012-05-061-10/+15
* Add support for disabling middle click pasteBastien Nocera2012-05-031-1/+16
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* entry: Don't show a num lock warningMatthias Clasen2012-03-221-6/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* entry: Handle ::grab-notifyCarlos Garnacho2012-02-231-4/+33
* entry: fix progressbar area size for interior-focus = FALSECosimo Cecchi2012-02-211-6/+0
* entry: trim the progress bar area if the text area is resizedCosimo Cecchi2012-02-201-5/+31
* entry: don't force zero Y coordinate for insertion cursorCosimo Cecchi2012-02-181-4/+3