summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* textview: Make cursor display againBenjamin Otte2010-08-191-0/+6
* textview: Fix rendering of embedded imagesBenjamin Otte2010-08-161-16/+5
* Add call to cairo_destroy() to gtk_text_layout_draw()Kristian Rietveld2010-08-101-0/+2
* textview: Replace GdkGC * argument with gpointerBenjamin Otte2010-08-101-1/+1
* textview: Make the PangoRenderer use Cairo exclusivelyBenjamin Otte2010-08-101-131/+207
* API: Remove GtkTextTag's stipple propertiesBenjamin Otte2010-08-101-26/+0
* textview: Draw selection background with CairoBenjamin Otte2010-07-261-48/+53
* textview: Use _gtk_widget_get_cursor_color() and CairoBenjamin Otte2010-07-261-11/+9
* textview: Draw empty shape logo with CairoBenjamin Otte2010-07-261-18/+25
* textview: replace gdk_draw_pixbuf() call with Cairo versionBenjamin Otte2010-07-261-10/+7
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* s/GdkRegion/cairo_region_t/ in all of gtkBenjamin Otte2010-06-291-4/+4
* Deprecate the GdkRegion APIBenjamin Otte2010-06-291-6/+6
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-6/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1