summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* Copy layout->auto_dir. (#153547, Morten Welinder)Owen Taylor2004-12-141-0/+1
* Add. (#153548, Morten Welinder)Owen Taylor2004-12-131-9/+31
* Return n+1 logical attributes not n logical attributes (#155912)Owen Taylor2004-11-211-5/+7
* Fix UTF8 => UTF-8 in warning and doc comment. (#153551, Morten Welinder)Owen Taylor2004-11-211-2/+2
* Fix typo in docs. (#153390, Paolo Borelli)Owen Taylor2004-09-221-1/+1
* === Released 1.6.0 ===PANGO_1_6_0Owen Taylor2004-09-141-0/+4
* Fix API docs. (#148627)Owen Taylor2004-07-281-3/+1
* #143601: Felipe HeidrichOwen Taylor2004-07-161-7/+16
* Add PangoEllipsizeMode, pango_layout_set_ellipsize(), implement. (#59071)Owen Taylor2004-07-141-62/+97
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-2/+0
* Add letter spacing correction to the last character, not the one justMorten Welinder2004-07-071-1/+1
* Fix bug with using wrong uline value.Owen Taylor2004-06-241-2/+57
* Add new letter_spacing attribute.Owen Taylor2004-06-231-134/+246
* pango/modules.c (append_engines): Fix some missing statics. (#142237,Owen Taylor2004-06-211-1/+1
* only invert if the layout and the context really disagree, not if they areJody Goldberg2004-05-281-2/+21
* Patch from Dov Grobgeld to add auto-direction to PangoLayout (more ofOwen Taylor2004-03-011-55/+174
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+6
* Add a docs note about non-implementedness. (#64538)Owen Taylor2004-02-211-0/+2
* Accept NULL for desc as documented. (#133001, Torsten Schoenfeld)Owen Taylor2004-02-051-1/+0
* Redo the last commit once again.Owen Taylor2004-02-051-1/+1
* Fix stupid cut-and-pasto from last commit.Owen Taylor2004-02-051-1/+1
* Set is_paragraph_start here too. (#131356, Morten Welinder)Owen Taylor2004-02-051-2/+3
* Honor U+2028 LINE SEPARATOR. (#85745)Noah Levitt2003-12-041-3/+20
* Add --indent=n option.Noah Levitt2003-11-251-9/+8
* Fix one problem with iteration by chars (Part of #89541, MarianoOwen Taylor2003-10-311-4/+4
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-4/+1
* Doc markup and typo fixes.Matthias Clasen2003-06-251-42/+42
* Fix bug in determining when we cross line boundaries. (#103421, MatthiasOwen Taylor2003-06-051-29/+34
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-1/+0
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-5/+3
* Guard against pango_layout_set_text (pango_layout_get_text (layout));Owen Taylor2003-02-121-4/+7
* Some unit fixups (#96335)Owen Taylor2002-12-201-11/+12
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-031-21/+78
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-081-10/+10
* Don't break at the first char in the first item on a line. FixesAlexander Larsson2002-10-231-3/+6
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-5/+5
* Add, implement and document PANGO_WRAP_WORD_CHARAlexander Larsson2002-10-041-49/+70
* Fix wrong assertion that was dying on lines separated by PS (U+2029).Owen Taylor2002-07-251-1/+1
* Fix problem with positions at the ends of lines (#63328, reported by DovOwen Taylor2002-03-011-26/+29
* Fix problems with computing the length of the paragraph delimiter.Owen Taylor2002-01-241-1/+1
* fix memory leak of "text", reported by Jason TackaberryHavoc Pennington2002-01-211-0/+1
* A string ending in a paragraph delimiter has an empty line at the end.Owen Taylor2002-01-161-1/+1
* slight correction to pango_layout_get_extents(), docs still need to beHavoc Pennington2002-01-141-14/+14
* allow setting attrs to NULLHavoc Pennington2002-01-111-1/+2
* docs tweak (pango_layout_iter_next_cluster): update iter->index hereHavoc Pennington2002-01-111-1/+6
* Remove incorrect special casing of initial line. (Reported by Darin Adler)Owen Taylor2001-12-201-5/+1
* Fix problem with returned width on lines other than the first lineOwen Taylor2001-12-101-1/+1
* Fix problem where length passed in didn't get adjusted for paragraphOwen Taylor2001-12-071-1/+4
* Version 0.22. Updated Update. Don't look like a doc comment.Owen Taylor2001-11-211-3/+2