| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Add get_type() function declarations for private objects | Benjamin Otte | 2012-10-02 | 1 | -0/+2 |
* | Revert part of "textview: Remove extra magic for drawing children" | Benjamin Otte | 2012-04-10 | 1 | -4/+21 |
* | textview: Remove extra magic for drawing children | Benjamin Otte | 2012-04-07 | 1 | -21/+4 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | textdisplay: Use the widget state flags as a base for drawing | Rui Matos | 2012-01-09 | 1 | -3/+2 |
* | textdisplay: use g_list_free_full | Ignacio Casal Quinteiro | 2012-01-01 | 1 | -4/+1 |
* | Introduce gtk_render_insertion_cursor | Paolo Borelli | 2011-12-01 | 1 | -52/+9 |
* | Use the split-cursor setting for textview cursors | Paolo Borelli | 2011-12-01 | 1 | -19/+36 |
* | Rework GtkTextView cursor code. | Paolo Borelli | 2011-12-01 | 1 | -42/+44 |
* | Tiny cleanup. | Paolo Borelli | 2011-12-01 | 1 | -5/+4 |
* | Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba | Tristan Van Berkom | 2011-05-06 | 1 | -3/+3 |
* | Handled error_color with GdkRGBA in gtktextdisplay.c. | Tristan Van Berkom | 2011-05-06 | 1 | -15/+26 |
* | Fixed textview rendering regression. | Tristan Van Berkom | 2011-05-06 | 1 | -14/+2 |
* | Added GdkRGBA properties to GtkTextTag. | Tristan Van Berkom | 2011-05-06 | 1 | -61/+39 |
* | textview: Remove x/y arguments from render_para() func | Benjamin Otte | 2011-02-20 | 1 | -21/+17 |
* | textview: Translate the cairo context instead of keeping y value | Benjamin Otte | 2011-02-20 | 1 | -5/+8 |
* | Move the get_cursor_color in GtkStyleContext | Paolo Borelli | 2011-01-29 | 1 | -3/+4 |
* | Use GtkRGBA for the cursor color priv api. | Paolo Borelli | 2011-01-29 | 1 | -2/+2 |
* | Port gtk_draw_insertion_cursor to GtkStyleContext | Matthias Clasen | 2011-01-24 | 1 | -0/+2 |
* | gtk: no need to add GTK_STYLE_FLAG_FOCUSED to the widget's state flags | Michael Natterer | 2011-01-21 | 1 | -3/+0 |
* | Port GtkTextDisplay to StyleContext. | Paolo Borelli | 2011-01-10 | 1 | -62/+117 |
* | Obtain the fg color from the renderer | Paolo Borelli | 2011-01-09 | 1 | -22/+6 |
* | textview: Fix clip usage | José Aliste | 2010-10-03 | 1 | -3/+4 |
* | API: Get rid of gtk_draw_insertion_cursor() | Benjamin Otte | 2010-09-26 | 1 | -3/+3 |
* | textview: API: change gtk_text_layout_draw() to take a cairo_t | Benjamin Otte | 2010-09-26 | 1 | -38/+12 |
* | gtk/gtktextdisplay.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 1 | -13/+23 |
* | textview: Make cursor display again | Benjamin Otte | 2010-08-19 | 1 | -0/+6 |
* | textview: Fix rendering of embedded images | Benjamin Otte | 2010-08-16 | 1 | -16/+5 |
* | Add call to cairo_destroy() to gtk_text_layout_draw() | Kristian Rietveld | 2010-08-10 | 1 | -0/+2 |
* | textview: Replace GdkGC * argument with gpointer | Benjamin Otte | 2010-08-10 | 1 | -1/+1 |
* | textview: Make the PangoRenderer use Cairo exclusively | Benjamin Otte | 2010-08-10 | 1 | -131/+207 |
* | API: Remove GtkTextTag's stipple properties | Benjamin Otte | 2010-08-10 | 1 | -26/+0 |
* | textview: Draw selection background with Cairo | Benjamin Otte | 2010-07-26 | 1 | -48/+53 |
* | textview: Use _gtk_widget_get_cursor_color() and Cairo | Benjamin Otte | 2010-07-26 | 1 | -11/+9 |
* | textview: Draw empty shape logo with Cairo | Benjamin Otte | 2010-07-26 | 1 | -18/+25 |
* | textview: replace gdk_draw_pixbuf() call with Cairo version | Benjamin Otte | 2010-07-26 | 1 | -10/+7 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | s/GdkRegion/cairo_region_t/ in all of gtk | Benjamin Otte | 2010-06-29 | 1 | -4/+4 |
* | Deprecate the GdkRegion API | Benjamin Otte | 2010-06-29 | 1 | -6/+6 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -6/+6 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | fixed couple of drawing problems with block cursor (#448321). | Yevgen Muntyan | 2007-06-16 | 1 | -5/+5 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 1 | -13/+75 |
* | Bug 340141 – Update to Pango 1.16 API | Behdad Esfahbod | 2006-12-24 | 1 | -1/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | Applied patch from maemo-gtk that addresses many issues wrt display | Michael Natterer | 2005-11-10 | 1 | -2/+4 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+3 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | don't use deprecated gdk_gc_unref function. | Manish Singh | 2005-06-11 | 1 | -1/+1 |
* | Allow setting paragraph background. (#81045, Gustavo Carneiro, patch by | Matthias Clasen | 2005-06-10 | 1 | -0/+19 |