summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* textview: port GtkTextView to GskPangoRendererChristian Hergert2019-07-211-932/+0
* linedisplay: Save paragraph bg color inlineTimm Bäder2019-07-211-2/+2
* Fix up the border/background-color removalMatthias Clasen2019-03-311-7/+9
* Stop using deprecated style context apiMatthias Clasen2019-03-311-7/+3
* Remove an outdated commentMatthias Clasen2018-07-291-4/+0
* text display: correct a commentMatthias Clasen2018-07-141-1/+1
* textview: Only create cairo context in gtktextdisplay.cBenjamin Otte2018-07-141-9/+11
* textview: Replace pixbufs by texturesMatthias Clasen2017-11-291-6/+12
* textview: Make the semi-private headrs really privateBenjamin Otte2017-11-111-2/+1
* textdisplay: Remove widgets parameter from gtk_text_layout_drawTimm Bäder2017-10-101-15/+3
* gtktextdisplay: remove unused codeNelson Benítez León2017-06-051-9/+0
* Use GdkRGBA for text attributesMatthias Clasen2016-11-011-18/+7
* Remove some more GdkColor propertieswip/baedert/boxTimm Bäder2016-10-201-25/+2
* Add private header for GtkTextViewEmmanuele Bassi2016-10-171-3/+1
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-7/+5
* text view: Improve text renderingMatthias Clasen2015-11-101-13/+15
* textview: Use a CSS node for selection renderingMatthias Clasen2015-11-101-9/+7
* textdisplay: save/restore when using different state flagsBenjamin Otte2015-11-091-3/+8
* Don't use g_slist_next in gtktextdisplay.cMatthias Clasen2015-10-201-1/+1
* GtkTextDisplay: Use pango renderer alpha supportMatthias Clasen2015-08-141-12/+27
* textview: add support for underline and strikethrough colorsChristian Hergert2015-03-171-2/+19
* gtktextdisplay: Optimize GtkStyleContext usageJasper St. Pierre2014-11-261-1/+5
* stylecontext: Deprecate functionsBenjamin Otte2014-10-031-0/+4
* Deprecate GdkColorMatthias Clasen2014-05-221-0/+2
* gtk: Add get_type() function declarations for private objectsBenjamin Otte2012-10-021-0/+2
* Revert part of "textview: Remove extra magic for drawing children"Benjamin Otte2012-04-101-4/+21
* textview: Remove extra magic for drawing childrenBenjamin Otte2012-04-071-21/+4
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* textdisplay: Use the widget state flags as a base for drawingRui Matos2012-01-091-3/+2
* textdisplay: use g_list_free_fullIgnacio Casal Quinteiro2012-01-011-4/+1
* Introduce gtk_render_insertion_cursorPaolo Borelli2011-12-011-52/+9
* Use the split-cursor setting for textview cursorsPaolo Borelli2011-12-011-19/+36
* Rework GtkTextView cursor code.Paolo Borelli2011-12-011-42/+44
* Tiny cleanup.Paolo Borelli2011-12-011-5/+4
* Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgbaTristan Van Berkom2011-05-061-3/+3
* Handled error_color with GdkRGBA in gtktextdisplay.c.Tristan Van Berkom2011-05-061-15/+26
* Fixed textview rendering regression.Tristan Van Berkom2011-05-061-14/+2
* Added GdkRGBA properties to GtkTextTag.Tristan Van Berkom2011-05-061-61/+39
* textview: Remove x/y arguments from render_para() funcBenjamin Otte2011-02-201-21/+17
* textview: Translate the cairo context instead of keeping y valueBenjamin Otte2011-02-201-5/+8
* Move the get_cursor_color in GtkStyleContextPaolo Borelli2011-01-291-3/+4
* Use GtkRGBA for the cursor color priv api.Paolo Borelli2011-01-291-2/+2
* Port gtk_draw_insertion_cursor to GtkStyleContextMatthias Clasen2011-01-241-0/+2
* gtk: no need to add GTK_STYLE_FLAG_FOCUSED to the widget's state flagsMichael Natterer2011-01-211-3/+0
* Port GtkTextDisplay to StyleContext.Paolo Borelli2011-01-101-62/+117
* Obtain the fg color from the rendererPaolo Borelli2011-01-091-22/+6
* textview: Fix clip usageJosé Aliste2010-10-031-3/+4
* API: Get rid of gtk_draw_insertion_cursor()Benjamin Otte2010-09-261-3/+3
* textview: API: change gtk_text_layout_draw() to take a cairo_tBenjamin Otte2010-09-261-38/+12
* gtk/gtktextdisplay.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-13/+23