summaryrefslogtreecommitdiff
path: root/gtk/gtktexthandle.c
Commit message (Expand)AuthorAgeFilesLines
* GtkTextHandle: Look up for the first child of a scrolled window foundCarlos Garnacho2016-02-241-2/+17
* text handle: Port to CSS nodesMatthias Clasen2015-11-091-21/+22
* texthandle: Request raising of text handle popovers.Carlos Garnacho2015-11-031-0/+1
* texthandle: Ensure handles are invalidated on mode changesCarlos Garnacho2015-10-141-0/+5
* texthandle: small refactorCarlos Garnacho2015-10-141-6/+10
* texthandle: Fix Y positioning of text handlesCarlos Garnacho2015-10-141-7/+7
* texthandle: Fix handle dragging on waylandCarlos Garnacho2015-10-141-8/+23
* gtkwindow: Only allow unrestricted positioning to text handle popoversCarlos Garnacho2015-07-061-1/+1
* texthandle: Avoid double rendering of background/frameCarlos Garnacho2015-06-171-2/+0
* window: Add concept of popover "parent"Carlos Garnacho2015-06-171-1/+1
* Fix return value error in _gtk_text_handle_set_directionTing-Wei Lan2015-06-131-1/+1
* texthandle: Remove knowledge about window bordersCarlos Garnacho2015-06-111-6/+0
* texthandle: Handle ltr/rtl positioningCarlos Garnacho2015-06-111-1/+28
* texthandles: Move start handle to bottomCarlos Garnacho2015-06-111-27/+12
* GtkTextHandle: Improve handle positioningMatthias Clasen2015-06-091-12/+54
* GtkTextHandle: position handles properlyMatthias Clasen2015-06-091-2/+6
* GtkTextHandle: add a drag-started signalMatthias Clasen2015-06-081-0/+10
* texthandle: Set prelight state on the pointer-interacted handleCarlos Garnacho2015-06-051-0/+11
* texthandle: Allow setting individual states, and separately to handlesCarlos Garnacho2015-06-051-12/+21
* texthandle: Use active state when handles are being draggedCarlos Garnacho2014-12-181-0/+21
* texthandle: Use the handle widget style context for renderingCarlos Garnacho2014-12-181-1/+10
* GtkTextHandle: Better draw() implementationMatthias Clasen2014-07-131-0/+2
* texthandle: Mind the invisible area when moving the handleCarlos Garnacho2014-05-231-3/+7
* texthandle: Make a bigger hit area around texthandlesCarlos Garnacho2014-05-231-2/+11
* GtkTextHandle: Deal with parent_scrollable going awayMatthias Clasen2014-02-191-0/+4
* texthandle: Update child visibility of handles within scrollablesCarlos Garnacho2014-01-221-3/+39
* texthandle: Track parent scrollable adjustmentsCarlos Garnacho2014-01-221-1/+108
* texthandle: ensure handles are recreated on parent hierarchy changesCarlos Garnacho2014-01-221-3/+62
* texthandle: Use GtkWindow private popover API.Carlos Garnacho2014-01-221-4/+4
* popover: Fix memory management of popoversCarlos Garnacho2014-01-221-3/+4
* texthandle: Fix arguments in ::style-updated callbackCarlos Garnacho2014-01-221-1/+2
* texthandle: Remove relative_to APICarlos Garnacho2014-01-221-41/+1
* texthandles: Use GtkWindow popovers APICarlos Garnacho2014-01-221-283/+110
* texthandle: Use the parent widget's style contextBenjamin Otte2013-10-051-24/+11
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* texthandle: Set a bigger input shape, covering the line heightCarlos Garnacho2013-03-051-3/+30
* texthandles: Keep state internally to avoid X overheadCarlos Garnacho2013-03-051-59/+72
* Add a few missing gtk_widget_unregister_window callsAlexander Larsson2013-02-181-2/+14
* TextHandle: Don't draw handles if not visibleAlexander Larsson2013-02-071-2/+6
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+2
* texthandles: Add an extra style class to the cursor-mode handleCarlos Garnacho2012-10-261-2/+8
* texthandles: set input shape on handles' windowCarlos Garnacho2012-10-261-19/+23
* texthandle: Fix shape setup on non-composited environmentsCarlos Garnacho2012-10-261-15/+9
* Don't create GdkWindows with NULL parentsAlexander Larsson2012-09-271-1/+2
* Improve CSS styling of touch text selection handlesCarlos Garnacho2012-09-031-11/+28
* Add GtkTextHandleCarlos Garnacho2012-09-031-0/+667