summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new support for negative offsets in g_utf8_pointer_to_offset. SoBehdad Esfahbod2005-11-181-2/+5
* More documentation improvements.Behdad Esfahbod2005-11-171-89/+101
* Various documentation improvements.Behdad Esfahbod2005-11-171-2/+2
* Fix get/set typo in docs. (#321247, Masao Mutoh)Behdad Esfahbod2005-11-111-1/+1
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-11/+6
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Fixed typo in docs.Behdad Esfahbod2005-09-051-1/+1
* Fix unconditional access to logical_rect. (#312691, Hans Breuer)Owen Taylor2005-08-151-1/+1
* Fixes for signed/unsigned in PangoAttrIterator ((#166700, Morten Welinder)Owen Taylor2005-07-261-4/+7
* Always set line->resolved_dir to one of LTR or RTL. (#171439, Reported byOwen Taylor2005-07-251-3/+26
* Add some missing statics on functions added in the recent layout iterOwen Taylor2005-07-221-3/+3
* Based on patch from Gustavo J. A. M. Carneiro (#305975)Owen Taylor2005-07-221-2/+18
* Avoid calling memcpy with a NULL argument. (#310021, Morten Welinder)Owen Taylor2005-07-211-1/+2
* Don't key off zero-height to know whether to use the "empty extents" ...Owen Taylor2005-06-241-1/+1
* Fix up the operation of PangoLayoutIter, especially for Bidi (#89541,Owen Taylor2005-06-211-173/+243
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-1/+1
* Don't break lines on LINE_SEPARATOR in single-paragraph mode. (#168589,Owen Taylor2005-03-011-1/+2
* Add checks for CairoOwen Taylor2005-01-091-8/+15
* Fix bug in computing logical_rect.x when layout->width == -1. (#161510,Owen Taylor2004-12-171-13/+32
* 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