| Commit message (Expand) | Author | Age | Files | Lines |
* | text view: Improve tag pointer tracking | Matthias Clasen | 2016-02-10 | 1 | -10/+10 |
* | text view: add padding and margin | Sebastien Lafargue | 2015-08-17 | 1 | -0/+3 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+48 |
* | Remove an unused private function | Matthias Clasen | 2013-05-05 | 1 | -4/+0 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
* | Rework GtkTextView cursor code. | Paolo Borelli | 2011-12-01 | 1 | -10/+1 |
* | Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba | Tristan Van Berkom | 2011-05-06 | 1 | -1/+1 |
* | Added GdkRGBA properties to GtkTextTag. | Tristan Van Berkom | 2011-05-06 | 1 | -0/+1 |
* | Added padding to GtkTextLineDisplay struct for an addition of GdkRGBA pointer... | Tristan Van Berkom | 2011-02-10 | 1 | -1/+3 |
* | Get rid of unused shaped_object list in _GtkTextLineDisplay | Paolo Borelli | 2010-11-02 | 1 | -2/+1 |
* | Really stop exporting text-related variables | Matthias Clasen | 2010-09-09 | 1 | -1/+1 |
* | Get rid of the rest of variables exported from libgtk | Tor Lillqvist | 2010-09-08 | 1 | -0/+2 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -2/+1 |
* | Implement block-cursor for overwrite mode. (#80378) | Yevgen Muntyan | 2007-06-12 | 1 | -0/+9 |
* | Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405, | Yevgen Muntyan | 2007-06-01 | 1 | -1/+13 |
* | Allow setting paragraph background. (#81045, Gustavo Carneiro, patch by | Matthias Clasen | 2005-06-10 | 1 | -0/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -10/+6 |
* | Fix #111031, reported by Padraig O'Briain: | Matthias Clasen | 2004-12-08 | 1 | -0/+5 |
* | Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables. | Owen Taylor | 2004-11-21 | 1 | -1/+1 |
* | Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView | Owen Taylor | 2004-03-01 | 1 | -1/+8 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 1 | -2/+2 |
* | Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov) | Owen Taylor | 2002-09-23 | 1 | -1/+1 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -2/+5 |
* | new function (which I then decided not to use but I think it's needed to | Havoc Pennington | 2002-01-17 | 1 | -0/+4 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -0/+3 |
* | add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so | Havoc Pennington | 2001-10-22 | 1 | -0/+3 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -12/+14 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -0/+7 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -0/+5 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 1 | -8/+8 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -14/+16 |
* | Semi-finish widget embedding. Need guffaw scrolling to be implemented in | Havoc Pennington | 2000-11-20 | 1 | -0/+3 |
* | Free the filename of the module file. | Havoc Pennington | 2000-11-13 | 1 | -1/+4 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -4/+14 |
* | Get widgets working on the btree/buffer side. Display of them still | Havoc Pennington | 2000-11-03 | 1 | -4/+23 |
* | Massive reindentation and reformatting. Arg alignment and comments still | Havoc Pennington | 2000-10-30 | 1 | -102/+102 |
* | add new marshallers used by the text widget | Havoc Pennington | 2000-10-26 | 1 | -2/+55 |
* | buncha cleanups, kludged build sources dependencies with a Makefile: | Tim Janik | 2000-10-26 | 1 | -72/+88 |
* | clean up trailing whitespace, add extensive tests for tag toggle | Havoc Pennington | 2000-10-04 | 1 | -1/+1 |
* | fix indentation | Havoc Pennington | 2000-09-30 | 1 | -2/+2 |
* | Draw the focus, and leave space to do so. | Havoc Pennington | 2000-09-25 | 1 | -0/+8 |
* | Remove g_convert (moved to glib) and now useless utf_to_latin1() | Owen Taylor | 2000-09-14 | 1 | -1/+3 |
* | Fix up visibility so that focus, cursor_visible and blink interact | Owen Taylor | 2000-09-08 | 1 | -12/+21 |
* | Rename GtkTextStyleValues to GtkTextAttributes | Havoc Pennington | 2000-08-31 | 1 | -3/+3 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | update to reflect text widget changes. | Havoc Pennington | 2000-07-25 | 1 | -4/+10 |
* | Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmaps | Owen Taylor | 2000-07-21 | 1 | -0/+1 |