summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.c
Commit message (Expand)AuthorAgeFilesLines
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-21/+16
* Complete the privatization of GtkTextAttributesMatthias Clasen2016-11-041-0/+1
* textview: Convert to no-window widgetBenjamin Otte2016-11-031-29/+82
* gtk: Call gtk_widget_set_has_window() on every widgetBenjamin Otte2016-11-021-0/+1
* Use GdkRGBA for text attributesMatthias Clasen2016-11-011-11/+8
* Make GtkTextAttributes privateMatthias Clasen2016-11-011-15/+0
* textview: Use gtk_widget_draw()Benjamin Otte2016-10-271-5/+19
* textview: Get rid of the pixel cacheBenjamin Otte2016-10-271-135/+7
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-25/+19
* textview: Remove deprecated GtkScrollable APITimm Bäder2016-10-221-40/+0
* textview: Remove error-underline-color style propertyTimm Bäder2016-10-181-12/+0
* textview: Use gdk_window_new_child()Benjamin Otte2016-10-181-43/+17
* Add private header for GtkTextViewEmmanuele Bassi2016-10-171-1/+2
* textview: Remove commented blockEmmanuele Bassi2016-10-171-10/+0
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-13/+4
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-7/+5
* widget: Remove cursor-aspect-ratio style propertyTimm Bäder2016-10-161-7/+3
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-4/+2
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-11/+11
* Use gtk_popover_popdown/popup where appropriateTimm Bäder2016-08-161-2/+2
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-191-105/+42
* Fix up the documentation of GtkTextView::move-viewportMatthias Clasen2016-07-081-3/+3
* gtktextview: document how to get line spaceBastian Ilsø2016-05-231-1/+6
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-14/+14
* 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