summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
...
* textview: Call gtk_widget_size_allocate() on children widgets invariablyCarlos Garnacho2014-07-091-71/+9
* textview: Fix cursor positioning oddities when scrolling through Pg Up/DownCarlos Garnacho2014-07-081-12/+5
* textview: Use adjustment animations in gtk_text_view_scroll_to_iter()Carlos Garnacho2014-07-081-4/+4
* textview: Use the adjustment target value to figure out if keynav failedCarlos Garnacho2014-07-081-3/+4
* textview: Fix compiler warningBenjamin Otte2014-07-071-4/+1
* GtkTextView: Animate keybindingsMatthias Clasen2014-07-021-9/+6
* TextView: render the background of border windowsPaolo Borelli2014-06-151-0/+37
* textview: Unobscure the mouse cursor on motion eventsCarlos Garnacho2014-06-121-0/+13
* GtkTextView: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-72/+75
* textview: Only trigger drag gesture on GDK_BUTTON_PRIMARYCarlos Garnacho2014-05-311-0/+2
* 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-5/+4
* textview: Check first whether the sequence is handled, fetch later the eventCarlos Garnacho2014-05-231-4/+7
* textview: Show the magnifier popover a bit farther from the touch positionCarlos Garnacho2014-05-231-3/+7
* textview: Improve touch popover interactionCarlos Garnacho2014-05-231-7/+15
* textview: Set up controllers on the GTK_PHASE_TARGET propagation phaseCarlos Garnacho2014-05-231-2/+2
* textview: Convert gestures' coordinates to text window onesCarlos Garnacho2014-05-231-61/+83
* textview: Use GtkGestureDrag for text selection/DnDCarlos Garnacho2014-05-231-219/+202
* textview: Use GtkGestureMultiPress for click handlingCarlos Garnacho2014-05-231-114/+138
* textview: remove superfluous GTK+ grabsCarlos Garnacho2014-05-231-6/+0
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+2
* textview: always use interior focusCosimo Cecchi2014-05-091-60/+6
* textview: inline a functionSébastien Wilmet2014-04-131-13/+4
* textview: Call map/unmap functions on pixel cacheBenjamin Otte2014-04-101-0/+32
* all: Name more idles and timeoutsBastien Nocera2014-03-261-4/+9
* textview: Mind the lateral windows when setting handles/popovers positionsCarlos Garnacho2014-03-171-0/+33
* textview: Postpone text handles creation until when neededCarlos Garnacho2014-03-101-34/+48
* textview: Postpone magnifier creation until when neededCarlos Garnacho2014-03-101-5/+19
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-30/+30
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* docs: don't use <anchor>William Jon McCann2014-02-071-12/+12
* docs: use apostrophe in *'dWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-8/+8
* docs: use proper apostropheWilliam Jon McCann2014-02-071-11/+11
* docs: Use markup for linksWilliam Jon McCann2014-02-071-14/+15
* docs: use proper quotesWilliam Jon McCann2014-02-051-7/+7
* docs: use ` instead of <literal>William Jon McCann2014-02-041-1/+1
* Docs: Use markdown for listsMatthias Clasen2014-02-021-7/+5
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* textview: Set GTK_STYLE_CLASS_OSD on text selection popoversCarlos Garnacho2014-01-221-0/+4
* popover: Add a "modal" boolean property to GtkPopoverCarlos Garnacho2014-01-221-0/+2
* texthandle: Remove relative_to APICarlos Garnacho2014-01-221-4/+0
* textview: Set use-underline in popover GtkToolButtonsCarlos Garnacho2014-01-221-0/+1
* textview: Use GtkMagnifier on touch selectionCarlos Garnacho2014-01-221-1/+47
* Introduce GtkPopoverCarlos Garnacho2014-01-221-6/+5
* textview: Avoid bubblewindow popup/popdown APICarlos Garnacho2014-01-221-5/+10
* bubblewindow: Make it relative to GtkWidget coordinatesCarlos Garnacho2014-01-221-4/+2
* GtkTextView: Fix scrolling of added childrenAlexander Larsson2014-01-101-9/+32
* all: Add names to timeoutsBastien Nocera2013-10-231-3/+14