summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoMatthias Clasen2016-03-111-1/+1
* textview: Fix drag highlight problemsSebastien Lafargue2016-03-111-1/+9
* textview: Ensure the borders fit into the allocationTimm Bäder2016-03-091-1/+4
* text view: Respect gtk-keynav-use-caretMatthias Clasen2016-03-041-20/+35
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* textview: Support borders in text nodeBenjamin Otte2016-02-271-1/+10
* textview: Fix coordinates when background drawing of text nodeBenjamin Otte2016-02-271-1/+1
* pixelcache: Don't have a style context argumentBenjamin Otte2016-02-251-2/+9
* textview: Draw the background properlyBenjamin Otte2016-02-251-7/+6
* text view: Improve tag pointer trackingMatthias Clasen2016-02-101-23/+25
* text view: Don't leak cairo transformsMatthias Clasen2016-01-211-2/+1
* text view: Expose cursor blink controlMatthias Clasen2016-01-181-0/+22
* text view: Update selection node visibilityMatthias Clasen2016-01-181-0/+5
* text view: Expand CSS node docsMatthias Clasen2016-01-181-1/+8
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-3/+3
* widget: Pass a GtkCssStyleChange instead of a bitmaskBenjamin Otte2015-12-131-7/+3
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-1/+1
* Fix character entitiesPhillip Wood2015-11-191-1/+1
* Cosmetic: Avoid explicit state variablesMatthias Clasen2015-11-141-4/+2
* text view: Improve text renderingMatthias Clasen2015-11-101-7/+14
* textview: Use a CSS node for selection renderingMatthias Clasen2015-11-101-3/+30
* TextView: Use saner coordinate space in draw_layer.Alexander Larsson2015-11-101-0/+10
* text view: Add diagram to CSS documentationMatthias Clasen2015-11-031-0/+9
* Use gtk_widget_set_focus_on_click() instead of deprecated settersFlorian Müllner2015-11-031-1/+1
* entry, textview: Use a dedicated style class for magnifierMatthias Clasen2015-11-021-1/+1
* text view: Add css node docsMatthias Clasen2015-10-301-0/+7
* text view: Convert to CSS nodesMatthias Clasen2015-10-301-43/+166
* text view: Set an element nameMatthias Clasen2015-10-301-0/+1
* Don't use g_slist_next in gtktextview.cMatthias Clasen2015-10-201-13/+13
* textview: Ensure magnifier popover points within widget areaCarlos Garnacho2015-10-131-0/+4
* textview: Look up the drop location iter on the right coordinates on DNDCarlos Garnacho2015-09-241-0/+3
* text view: Use qdata with preallocated quarksMatthias Clasen2015-09-231-18/+16
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-2/+1
* textview: give pixelcache access to style contextChristian Hergert2015-09-131-0/+4
* Clean up debug featuresMatthias Clasen2015-09-091-1/+3
* text view: Drop an unused variableMatthias Clasen2015-09-041-2/+0
* text view: Improve cursor hiding logicMatthias Clasen2015-09-031-12/+20
* GtkTextView: various scroll fixesSebastien Lafargue2015-09-011-16/+15
* Revert "GtkTextView: various scroll fixes"Matthias Clasen2015-09-011-15/+16
* GtkTextView: various scroll fixesSebastien Lafargue2015-08-311-16/+15
* textview: handle NULL cursors gracefullyChristian Hergert2015-08-311-2/+2
* GtkTextView: fix margin/padding scroll behaviourSebastien Lafargue2015-08-191-4/+4
* text view: add padding and marginSebastien Lafargue2015-08-171-157/+503
* 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