| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | handle NULL shaped object from the empty-child-anchor case by drawing a | Havoc Pennington | 2001-08-30 | 1 | -2/+32 |
* | gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix | Matthias Clasen | 2001-08-07 | 1 | -4/+4 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -2/+2 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -2/+2 |
* | Remove the assertions that x_offset and y_offset must be >= 0. Clip the | Joe Shaw | 2001-05-18 | 1 | -2/+2 |
* | handle 0-height empty/invisible lines. | Havoc Pennington | 2001-04-24 | 1 | -47/+52 |
* | Close bug #50615: | Havoc Pennington | 2001-04-18 | 1 | -11/+11 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -9/+14 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 1 | -3/+3 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -1/+3 |
* | Changes by Hans Breuer: | Tor Lillqvist | 2000-11-30 | 1 | -10/+10 |
* | Semi-finish widget embedding. Need guffaw scrolling to be implemented in | Havoc Pennington | 2000-11-20 | 1 | -7/+16 |
* | remove unecessary rules for win32-specific config-substituted targets. If | Owen Taylor | 2000-11-16 | 1 | -5/+0 |
* | ed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2000-11-15 | 1 | -4/+4 |
* | Remove extra pixel from the cursor (render_layout_line): fix reversed test | Havoc Pennington | 2000-11-15 | 1 | -3/+3 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 1 | -64/+129 |
* | fix bug where GC didn't always get updated properly | Havoc Pennington | 2000-11-14 | 1 | -5/+8 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 1 | -89/+88 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -58/+89 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -331/+331 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -1/+27 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -35/+65 |
* | gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.h | Jonathan Blandford | 2000-09-08 | 1 | -5/+5 |
* | update to reflect text widget changes. | Havoc Pennington | 2000-07-25 | 1 | -4/+6 |
* | Generate gtk/makefile.mingw. | Tor Lillqvist | 2000-07-25 | 1 | -2/+2 |
* | Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps | Owen Taylor | 2000-07-21 | 1 | -7/+45 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -0/+609 |