summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* recent chooser: Make it expandMatthias Clasen2015-06-121-0/+1
* entry: Ensure we unset the magnifier widget on ::destroyCarlos Garnacho2015-06-121-0/+3
* textview: Set handles' mode to "none" if showing the bubbleCarlos Garnacho2015-06-121-4/+8
* textview: Perform tougher handle visibility checks after hiding the popoverCarlos Garnacho2015-06-121-7/+5
* popover: Be lenient wrt visibility of popovers too close to widget bordersCarlos Garnacho2015-06-121-2/+2
* texthandle: Remove knowledge about window bordersCarlos Garnacho2015-06-111-6/+0
* window: Allow more space at edges for popoversCarlos Garnacho2015-06-111-2/+2
* entry: Set text direction information on text handlesCarlos Garnacho2015-06-111-0/+1
* textview: set text direction information on text handlesCarlos Garnacho2015-06-111-0/+8
* texthandle: Handle ltr/rtl positioningCarlos Garnacho2015-06-112-1/+31
* Adwaita: support rtl on text handlesCarlos Garnacho2015-06-113-39/+75
* texthandles: Move start handle to bottomCarlos Garnacho2015-06-111-27/+12
* Adwaita: update text selection handlesJakub Steiner2015-06-1141-266/+288
* docs: Fix some minor typos in comments in GtkWidgetPiotr Drąg2015-06-111-42/+42
* settings: Fix the type annotation for color-hashEmmanuele Bassi2015-06-111-1/+1
* builder: Skip introspecting lookup_callback_symbol()Emmanuele Bassi2015-06-111-1/+1
* docs: Fix annotation for GtkGLArea::resize signalEmmanuele Bassi2015-06-111-0/+2
* docs: Improve deprecation notices for GtkSettingsEmmanuele Bassi2015-06-111-2/+10
* docs: Improve deprecation notices for GtkMiscEmmanuele Bassi2015-06-111-0/+37
* docs: Improve deprecation notice for rules-hint propertyEmmanuele Bassi2015-06-111-1/+2
* docs: Improve deprecation notices for GtkImageMenuItem propertiesEmmanuele Bassi2015-06-111-4/+6
* docs: Add deprecation notices for GtkAlignment propertiesEmmanuele Bassi2015-06-111-0/+44
* gtklistboxrow: propagate in the draw vfuncCarlos Soriano2015-06-101-1/+1
* entry: Select word on double tapMatthias Clasen2015-06-101-5/+22
* text view: Select word on double tapMatthias Clasen2015-06-091-6/+38
* GtkTextHandle: Improve handle positioningMatthias Clasen2015-06-091-12/+54
* GtkTextHandle: drop non-implemented functionsMatthias Clasen2015-06-091-3/+0
* GtkTextHandle: position handles properlyMatthias Clasen2015-06-091-2/+6
* entry: Make touch selection work with mouseMatthias Clasen2015-06-091-0/+1
* text view: Make touch selection work with mouseMatthias Clasen2015-06-091-0/+1
* adwaita: style tweaks to touch selectionsJakub Steiner2015-06-093-119/+460
* entry: Avoid criticalsMatthias Clasen2015-06-081-1/+2
* widget: Clarify docs on gtk_widget_set_double_buffered()Benjamin Otte2015-06-081-5/+10
* main: Push the current event on the stack before we start needing itRui Matos2015-06-081-12/+8
* entry: Always clear handles for mouse interactionMatthias Clasen2015-06-081-4/+5
* entry: Move touch selection a little further awayMatthias Clasen2015-06-081-0/+5
* entry: Hide popover when touching elsewhereMatthias Clasen2015-06-081-14/+19
* entry: Use the drag-started signalMatthias Clasen2015-06-081-6/+23
* entry: Make handles come back reliablyMatthias Clasen2015-06-081-17/+27
* entry: Never show handles and popover at the same timeMatthias Clasen2015-06-081-0/+27
* entry: Shorten touch selection timeoutMatthias Clasen2015-06-081-2/+2
* text view: Always clear handles for mouse interactionMatthias Clasen2015-06-081-9/+8
* text view: Move touch selection a little further awayMatthias Clasen2015-06-081-0/+5
* text view: Use the drag-started signalMatthias Clasen2015-06-081-8/+26
* GtkTextHandle: add a drag-started signalMatthias Clasen2015-06-081-0/+10
* text view: Don't popup after drag selectionMatthias Clasen2015-06-081-8/+1
* text view: Never show handles and popover at the same timeMatthias Clasen2015-06-081-0/+27
* text view: Shorten touch selection timeoutMatthias Clasen2015-06-081-2/+2
* Adwaita: Some touch selection updatesMatthias Clasen2015-06-073-297/+292
* Update touch selection styleMatthias Clasen2015-06-072-40/+82