summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-081-3/+3
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-22/+8
* Bug 125378 – Better underline thickness handlingBehdad Esfahbod2006-05-301-40/+35
* Bug 329547 – pango_layout_get_pixel_extents andBehdad Esfahbod2006-04-291-13/+20
* Bug 338343 – Bad castBehdad Esfahbod2006-04-141-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-6/+2
* Fix broken changes I made :).Behdad Esfahbod2006-04-101-40/+42
* Fix minor bugs reported by the Coverity scan report.Behdad Esfahbod2006-04-101-48/+52
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-311-1/+1
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-5/+5
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Replace each byte in invalid UTF-8 sequences with '?'. (bug #331995)Behdad Esfahbod2006-02-261-23/+34
* Emphasize that input text should be valid UTF-8.Behdad Esfahbod2006-02-211-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-7/+10
* Document pango_layout_set_width as getting width in Pango units.Behdad Esfahbod2006-02-121-2/+2
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-1/+0
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-1/+1
* Bug 324408 – tab can result in 0 charactersBehdad Esfahbod2006-02-051-4/+5
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-5/+13
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-2/+6
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-18/+20
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-291-43/+8
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-281-8/+43
* Improve docs to say it may return -1.Behdad Esfahbod2006-01-241-1/+1
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-2/+3
* Fix a typoMatthias Clasen2005-11-241-1/+1
* Remove cast to double in things like a = b / c where a, b, and c are allBehdad Esfahbod2005-11-231-5/+5
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+5
* 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