| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | 2.5.6GTK_2_5_6 | Matthias Clasen | 2004-12-03 | 1 | -6/+6 |
* | Don't paint in the trailing end of a wrapped line when the selection | Owen Taylor | 2004-11-30 | 1 | -3/+8 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -452/+365 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Implement PANGO_UNDERLINE_ERROR (Based on a patch by Nicolas Setton, | Owen Taylor | 2004-02-29 | 1 | -0/+57 |
* | hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-26 | 1 | -8/+3 |
* | Keep track of when we have a clip mask set for the GC, and when we unset | Owen Taylor | 2003-06-04 | 1 | -31/+0 |
* | Fix display of the selection in the presence of invisible segments. | Matthias Clasen | 2003-01-08 | 1 | -3/+3 |
* | Fix highlighting of selection wrt. to empty lines. (#90435, #90582) | Matthias Clasen | 2002-12-25 | 1 | -2/+3 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -4/+4 |
* | Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbuf | Owen Taylor | 2002-10-02 | 1 | -10/+10 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -4/+21 |
* | Centralize lookup and caching of cursor GC's here. | Owen Taylor | 2002-03-03 | 1 | -6/+3 |
* | change to pass in the cursor direction always, not just when we need an | Havoc Pennington | 2002-02-25 | 1 | -6/+3 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -1/+1 |
* | fix to properly replace selection with Return or Tab | Havoc Pennington | 2001-11-13 | 1 | -6/+3 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 1 | -32/+21 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+1 |
* | ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com>GTK_1_3_9 | Owen Taylor | 2001-09-25 | 1 | -7/+40 |
* | Don't draw with GTK_STATE_ACTIVE. | Alex Larsson | 2001-09-19 | 1 | -10/+22 |