summaryrefslogtreecommitdiff
path: root/gtk/gtktextlayout.h
Commit message (Expand)AuthorAgeFilesLines
* text view: Improve tag pointer trackingMatthias Clasen2016-02-101-10/+10
* text view: add padding and marginSebastien Lafargue2015-08-171-0/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+48
* Remove an unused private functionMatthias Clasen2013-05-051-4/+0
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* Rework GtkTextView cursor code.Paolo Borelli2011-12-011-10/+1
* Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgbaTristan Van Berkom2011-05-061-1/+1
* Added GdkRGBA properties to GtkTextTag.Tristan Van Berkom2011-05-061-0/+1
* Added padding to GtkTextLineDisplay struct for an addition of GdkRGBA pointer...Tristan Van Berkom2011-02-101-1/+3
* Get rid of unused shaped_object list in _GtkTextLineDisplayPaolo Borelli2010-11-021-2/+1
* Really stop exporting text-related variablesMatthias Clasen2010-09-091-1/+1
* Get rid of the rest of variables exported from libgtkTor Lillqvist2010-09-081-0/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-2/+1
* Implement block-cursor for overwrite mode. (#80378)Yevgen Muntyan2007-06-121-0/+9
* Avoid recreating pangolayouts in GtkTextView on cursor movement (#435405,Yevgen Muntyan2007-06-011-1/+13
* Allow setting paragraph background. (#81045, Gustavo Carneiro, patch byMatthias Clasen2005-06-101-0/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-10/+6
* Fix #111031, reported by Padraig O'Briain:Matthias Clasen2004-12-081-0/+5
* Add GdkPangoRenderer, a subclass of PangoRenderer targeting GDK drawables.Owen Taylor2004-11-211-1/+1
* Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextViewOwen Taylor2004-03-011-1/+8
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-2/+2
* Use 'signed int' not 'gint' for signed bitfields. (#93020, Vitaly Tishkov)Owen Taylor2002-09-231-1/+1
* Massive padding addition to class structures.Owen Taylor2002-02-231-2/+5
* new function (which I then decided not to use but I think it's needed toHavoc Pennington2002-01-171-0/+4
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-051-0/+3
* add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, soHavoc Pennington2001-10-221-0/+3
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-12/+14
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-0/+7
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-0/+5
* General cleanup of the log attr iteration stuff. This should make e.g. theHavoc Pennington2000-12-161-8/+8
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-14/+16
* Semi-finish widget embedding. Need guffaw scrolling to be implemented inHavoc Pennington2000-11-201-0/+3
* Free the filename of the module file.Havoc Pennington2000-11-131-1/+4
* Make parent_class static.Owen Taylor2000-11-121-4/+14
* Get widgets working on the btree/buffer side. Display of them stillHavoc Pennington2000-11-031-4/+23
* Massive reindentation and reformatting. Arg alignment and comments stillHavoc Pennington2000-10-301-102/+102
* add new marshallers used by the text widgetHavoc Pennington2000-10-261-2/+55
* buncha cleanups, kludged build sources dependencies with a Makefile:Tim Janik2000-10-261-72/+88
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-041-1/+1
* fix indentationHavoc Pennington2000-09-301-2/+2
* Draw the focus, and leave space to do so.Havoc Pennington2000-09-251-0/+8
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-141-1/+3
* Fix up visibility so that focus, cursor_visible and blink interactOwen Taylor2000-09-081-12/+21
* Rename GtkTextStyleValues to GtkTextAttributesHavoc Pennington2000-08-311-3/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* update to reflect text widget changes.Havoc Pennington2000-07-251-4/+10
* Use new PangoAttrShape to reserve space for pixmaps, add GSList *pixmapsOwen Taylor2000-07-211-0/+1