summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* GtkEntry: Explicitly notify for populate-allMatthias Clasen2014-06-091-1/+5
* GtkEntry: Don't forget to notify for the tooltip markup propsMatthias Clasen2014-06-091-0/+3
* GtkEntry: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-51/+68
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-6/+7
* gtk: Update GtkGesture users to the GtkPropagationPhase semantics changeCarlos Garnacho2014-05-271-2/+2
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-2/+7
* entry: Implement clipBenjamin Otte2014-05-241-0/+2
* entry: Check first whether the sequence is handled, fetch later the eventCarlos Garnacho2014-05-231-4/+7
* entry: Ensure the cursor text handle is shown after touching to reposition cu...Carlos Garnacho2014-05-231-3/+4
* entry: Obey implementations' frame when placing handles/popovers aroundCarlos Garnacho2014-05-231-7/+21
* entry: Improve touch popover interactionCarlos Garnacho2014-05-231-11/+17
* entry: Use gestures to handle pointer/touch eventsCarlos Garnacho2014-05-231-328/+343
* entry: Don't show text handles too eagerly on button pressCarlos Garnacho2014-05-231-5/+5
* entry: remove unused codeCosimo Cecchi2014-05-091-7/+0
* entry: always use interior focusCosimo Cecchi2014-05-091-42/+0
* entry: consider ascent and descent when requesting heightCosimo Cecchi2014-04-111-0/+1
* all: Name more idles and timeoutsBastien Nocera2014-03-261-0/+1
* entry: revert text handles to cursor mode after cut/pasteCarlos Garnacho2014-03-101-0/+20
* entry: postpone text handles creation until when neededCarlos Garnacho2014-03-101-19/+45
* entry: postpone magnifier creation until when neededCarlos Garnacho2014-03-101-3/+19
* entry: Make DnD coordinate calculation compensate for entry iconsCarlos Garnacho2014-03-061-0/+16
* entry: use priv->dnd_position when rendering the DND cursorCarlos Garnacho2014-03-061-1/+5
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-25/+25
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-5/+13
* GtkEntry: Fix a few irregularities in the size request codeMatthias Clasen2014-02-111-18/+8
* Add GtkEntry:max-width-charsMatthias Clasen2014-02-111-12/+99
* docs: don't use <anchor>William Jon McCann2014-02-071-9/+9
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-6/+6
* docs: use proper apostropheWilliam Jon McCann2014-02-071-15/+15
* docs: Use markup for linksWilliam Jon McCann2014-02-071-14/+12
* 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