summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* text view: Use gtk_simulate_touchscreenMatthias Clasen2015-07-311-8/+3
* Use standard cursor namesMatthias Clasen2015-07-261-9/+10
* textview: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-67/+0
* treeview: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-3/+0
* 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
* textview: set text direction information on text handlesCarlos Garnacho2015-06-111-0/+8
* text view: Select word on double tapMatthias Clasen2015-06-091-6/+38
* text view: Make touch selection work with mouseMatthias Clasen2015-06-091-0/+1
* 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
* 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
* Update touch selection styleMatthias Clasen2015-06-071-20/+41
* textview: Update handles after flushing scroll changesCarlos Garnacho2015-06-021-0/+4
* textview: Avoid usage of gdk_window_get_device_position() during DnDCarlos Garnacho2015-05-211-35/+16
* Stop using GDK_POINTER_MOTION_HINT_MASK in widgetsMatthias Clasen2015-03-221-9/+8
* text view: Avoid clang compiler warningsMatthias Clasen2015-03-221-2/+2
* gtktextview: Fix a definite use of an uninitialised variablePhilip Withnall2015-03-091-1/+1
* Fix a typoMatthias Clasen2015-01-281-1/+1
* css: Remove _gtk_css_style_property_changes_affect_size()Benjamin Otte2015-01-271-1/+6
* GtkTextView: allow to extend text selection with mouse scrollwheelNelson Benitez Leon2015-01-101-0/+14
* textview: fix duplicated binding entries. use kp variants instead.Christian Hergert2014-12-311-3/+3
* GtkTextView: disconnect the magifier on destroyMatthias Clasen2014-12-201-0/+3
* textview: make magnifier size dependent on text sizeCarlos Garnacho2014-12-181-9/+21
* textview: Implement friendlier touch selectionCarlos Garnacho2014-12-181-31/+64
* textview: Make "extend selection" only extendCarlos Garnacho2014-12-181-8/+12
* textview: Pass a boolean telling whether a selection drag should extendCarlos Garnacho2014-12-181-13/+15
* textview: Show magnifier on top of current lineCarlos Garnacho2014-12-181-14/+18
* textview: add extend-selection signalSébastien Wilmet2014-12-171-25/+110
* Handle KP keys in copy/paste keybindingsMatthias Clasen2014-12-071-0/+7
* Minor documentation fixesMatthias Clasen2014-12-051-1/+1
* textview: remove osd style class from touch selection popoverLapo Calamandrei2014-11-151-2/+0
* Add a style class for touch selection popoversMatthias Clasen2014-10-071-0/+2
* GtkTextView: Add a monospace propertyMatthias Clasen2014-10-071-1/+81
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+2
* Revert "Make Ctrl-u and Ctrl-k work in GtkTextView too"Matthias Clasen2014-09-281-9/+0
* Make Ctrl-u and Ctrl-k work in GtkTextView tooMatthias Clasen2014-09-261-0/+9
* TextView: clear the background using the default bg colorPaolo Borelli2014-08-261-37/+35
* textview: Unset bubble timeout ID right after requesting the clipboardCarlos Garnacho2014-08-221-2/+1
* textview: Make multipress gesture accept all buttonsCarlos Garnacho2014-08-151-10/+1
* GtkTextView: Preserve the cairo context around draw_layerMatthias Clasen2014-08-131-2/+10
* GtkTextView: Change draw_layer signatureMatthias Clasen2014-08-131-2/+2
* textview: Avoid relocating adjustments on ::size-allocate while these are ani...Carlos Garnacho2014-08-031-2/+4
* textview: Add draw_layer vfuncAlexander Larsson2014-07-281-0/+7
* Revert "GtkTextView: Fix regression in GtkSourceView drawing"Alexander Larsson2014-07-281-7/+12
* GtkTextView: use GSliceSébastien Wilmet2014-07-201-11/+11
* Add a 'touchscreen' debug flagMatthias Clasen2014-07-101-0/+4