summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use proper quotesWilliam Jon McCann2014-02-051-7/+7
* Docs: Use markdown for listsMatthias Clasen2014-02-021-5/+3
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-4/+4
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-8/+8
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* entry: Set GTK_STYLE_CLASS_OSD on text selection popoversCarlos Garnacho2014-01-221-0/+4
* entry: Improve positioning of touch selection magnifierCarlos Garnacho2014-01-221-4/+15
* popover: Add a "modal" boolean property to GtkPopoverCarlos Garnacho2014-01-221-0/+2
* entry: Show a GtkMagnifier popover on touch selectionCarlos Garnacho2014-01-221-5/+62
* texthandle: Remove relative_to APICarlos Garnacho2014-01-221-4/+11
* entry: Set use-underline in popover GtkToolButtonsCarlos Garnacho2014-01-221-0/+1
* Introduce GtkPopoverCarlos Garnacho2014-01-221-7/+6
* entry: Avoid bubblewindow popup/popdown APICarlos Garnacho2014-01-221-4/+8
* bubblewindow: Make it relative to GtkWidget coordinatesCarlos Garnacho2014-01-221-7/+9
* docs: fix typo in argument typeWilliam Jon McCann2014-01-211-1/+1
* docs: fix typo in argument syntaxWilliam Jon McCann2014-01-211-1/+1
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+6
* Improve struct packing in various placesMatthias Clasen2013-09-211-3/+2
* Revert "Deprecate and ignore gtk-entry-password-hint-timeout"Matthias Clasen2013-08-311-13/+6
* Fix a typoYosef Or Boczko2013-08-191-1/+1
* GtkEntry: add a "tabs" property for setting a PangoTabArray in the layout.Andrew Walton2013-08-191-2/+84
* Fix GtkEntry drawing to provide visual feedback when editable=FALSE.David Trowbridge2013-08-191-1/+8
* Add a style class for context menusMatthias Clasen2013-08-181-20/+21
* Revert "Deprecate and ignore the cursor blink settings"Matthias Clasen2013-08-161-11/+40
* gtkdnd: Introduce a new API for more accurate drag origin dataJasper St. Pierre2013-08-141-8/+20
* Drop some unnecessary includesMatthias Clasen2013-07-191-3/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-3/+3
* Deprecate and ignore gtk-entry-password-hint-timeoutWilliam Jon McCann2013-07-111-6/+13
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+2
* Add missing G_PARAM_DEPRECATED to stock deprecationsWilliam Jon McCann2013-07-081-2/+2
* entry: Set the window on the icon helperAlexander Larsson2013-07-031-0/+6
* 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