summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-146-44/+280
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-1465-22/+85
* Move G_GNUC_CONST to after declaration, to be compatible with gcc 2.95.Behdad Esfahbod2006-01-141-1/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-0520-29/+44
* Use g_slice for ShaperFontElement allocation. (bug #325728, MatthiasBehdad Esfahbod2006-01-041-2/+2
* Use g_slice for various attribute types allocations. (bug #325040,Behdad Esfahbod2006-01-011-23/+35
* Use pango_font_description_set_family_static. (bug #325013, MatthiasBehdad Esfahbod2005-12-271-1/+1
* Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen)Behdad Esfahbod2005-12-271-2/+2
* Add pango_matrix_get_font_scale_factor. (bug #323978, J. Ali Harlow)Behdad Esfahbod2005-12-141-0/+1
* Pass G_MODULE_BIND_LOCAL to g_module_open. (Pointed by Federico)Behdad Esfahbod2005-12-142-2/+2
* === Released 1.11.1 ===Behdad Esfahbod2005-12-131-1/+4
* Fix bug #323540.Behdad Esfahbod2005-12-124-43/+63
* Update on missing-box drawing change. Add (!glyph) to the conditional.Behdad Esfahbod2005-12-101-1/+1
* Free ->fontset_hash. (#323498, Morten Welinder)Behdad Esfahbod2005-12-081-0/+3
* Draw an empty dashed box on missing glyphs for cairo-fc backend.Behdad Esfahbod2005-12-063-10/+33
* Use new g_slice API for TypeLink allocation, instead of GMemChunks.Behdad Esfahbod2005-12-053-110/+89
* Add a constact fixed-size (256) cache for caching glyph extents, insteadBehdad Esfahbod2005-11-291-113/+169
* Tiny doc improvement.Behdad Esfahbod2005-11-251-1/+1
* 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-232-8/+7
* Fix typo in docs.Behdad Esfahbod2005-11-231-1/+3
* Tiny clean up. Simpler way to suppress gcc strict-aliasing warning. (partBehdad Esfahbod2005-11-231-20/+8
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-2311-0/+104
* Link libpangoxft with -lm. (#318210)Behdad Esfahbod2005-11-231-1/+1
* Free used memory. (#316467, Steve Grubb)Behdad Esfahbod2005-11-231-0/+4
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-233-14/+28
* Remove excess "the" in docs. (#319175, Masao Mutoh)Behdad Esfahbod2005-11-231-1/+1
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-231-3/+3
* Finish previous patch. Use GType private data, cache it into fcfont->priv.Behdad Esfahbod2005-11-222-19/+14
* Fixes #322174:Federico Mena Quintero2005-11-224-10/+33
* Load a font suitable for viewing English text when creating mini font forBehdad Esfahbod2005-11-222-18/+25
* Silent cvsAnders Carlsson2005-11-221-0/+1
* Add checks for ATSUI.Anders Carlsson2005-11-2210-2/+1433
* Only update static mid on a match.Behdad Esfahbod2005-11-221-2/+3
* Return double instead of int. (#321891, Sebastian Bacher)Behdad Esfahbod2005-11-211-2/+2
* Use the new support for negative offsets in g_utf8_pointer_to_offset. SoBehdad Esfahbod2005-11-181-2/+5
* Documentation improvements. (#321731)Behdad Esfahbod2005-11-181-13/+13
* General cleanup. (pango_font_description_unset_fields): Set fields beingBehdad Esfahbod2005-11-181-96/+73
* Compare language too. (#318168)Behdad Esfahbod2005-11-171-0/+1
* Remove g_utf8_strlen that was only used to give a warning.Behdad Esfahbod2005-11-171-10/+1
* More documentation improvements.Behdad Esfahbod2005-11-1711-116/+128
* Part of #101079:Behdad Esfahbod2005-11-172-2/+10
* Various documentation improvements.Behdad Esfahbod2005-11-1717-72/+73
* Added % to PANGO_DIRECTION_LTR in doc comments.Behdad Esfahbod2005-11-161-1/+1
* Respect fontconfig reassignment of pixelsize. (#317121, Funda Wang)Behdad Esfahbod2005-11-151-3/+24
* Updates from #320666:Behdad Esfahbod2005-11-144-8246/+2752
* Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor.Behdad Esfahbod2005-11-141-16/+10
* Include string.h, needed for memset.Behdad Esfahbod2005-11-141-3/+10
* Fix get/set typo in docs. (#321247, Masao Mutoh)Behdad Esfahbod2005-11-111-1/+1
* Call get_context_info after g_return_if_fail.Behdad Esfahbod2005-11-101-1/+3