summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed couple of drawing problems with block cursor (#448321).Yevgen Muntyan2007-06-161-5/+5
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-13/+75
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-2/+4
* Intern some more strings.Matthias Clasen2005-09-011-2/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* don't use deprecated gdk_gc_unref function.Manish Singh2005-06-111-1/+1
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-0/+19
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* 2.5.6GTK_2_5_6Matthias Clasen2004-12-031-6/+6
* Don't paint in the trailing end of a wrapped line when the selectionOwen Taylor2004-11-301-3/+8
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-452/+365
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1