summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move G_GNUC_CONST to after declaration, to be compatible with gcc 2.95.Behdad Esfahbod2006-01-142-1/+6
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-0521-29/+68
* Add pangocairo-atsui.h and pangoatsui-private.h.Behdad Esfahbod2006-01-045-7/+45
* Use g_slice for ShaperFontElement allocation. (bug #325728, MatthiasBehdad Esfahbod2006-01-042-2/+9
* Use g_slice for various attribute types allocations. (bug #325040,Behdad Esfahbod2006-01-012-23/+40
* Use pango_font_description_set_family_static. (bug #325013, MatthiasBehdad Esfahbod2005-12-272-1/+7
* Use g_slice for PangoOTBuffer allocation. (bug #325026, Matthias Clasen)Behdad Esfahbod2005-12-272-2/+7
* modules/arabic/arabic-fc.c, modules/basic/basic-fc.c,Behdad Esfahbod2005-12-265-19/+41
* Add pango_matrix_get_font_scale_factor. (bug #323978, J. Ali Harlow)Behdad Esfahbod2005-12-142-0/+6
* Pass G_MODULE_BIND_LOCAL to g_module_open. (Pointed by Federico)Behdad Esfahbod2005-12-143-2/+7
* Bumpled glib version.PANGO_1_11_1Behdad Esfahbod2005-12-131-1/+1
* === Released 1.11.1 ===Behdad Esfahbod2005-12-134-2/+34
* Fix bug #323540.Behdad Esfahbod2005-12-125-43/+77
* Undo last change. 2.9.1 has the revised g_slice_free_chain api and 2.9.2Behdad Esfahbod2005-12-112-1/+6
* Bump required glib version to 2.9.2 now that it's released. We are relyingBehdad Esfahbod2005-12-102-1/+6
* Update on missing-box drawing change. Add (!glyph) to the conditional.Behdad Esfahbod2005-12-102-1/+6
* Date of last change fixed.Behdad Esfahbod2005-12-081-1/+1
* Free ->fontset_hash. (#323498, Morten Welinder)Behdad Esfahbod2005-12-082-0/+8
* Draw an empty dashed box on missing glyphs for cairo-fc backend.Behdad Esfahbod2005-12-064-10/+39
* Use new g_slice API for TypeLink allocation, instead of GMemChunks.Behdad Esfahbod2005-12-055-111/+98
* Return NULL, not FALSE!Behdad Esfahbod2005-12-043-1/+18
* Add GLIB_LIBS to examples explicitly. (#322885, Manish Singh)Behdad Esfahbod2005-11-302-3/+12
* Add a constact fixed-size (256) cache for caching glyph extents, insteadBehdad Esfahbod2005-11-292-113/+176
* Tiny doc improvement.Behdad Esfahbod2005-11-251-1/+1
* Forgot to add thisAnders Carlsson2005-11-251-0/+234
* Fix a typoMatthias Clasen2005-11-242-1/+5
* Remove cast to double in things like a = b / c where a, b, and c are allBehdad Esfahbod2005-11-233-8/+14
* Fix typo in docs.Behdad Esfahbod2005-11-232-1/+7
* Tiny clean up. Simpler way to suppress gcc strict-aliasing warning. (partBehdad Esfahbod2005-11-232-20/+13
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-2312-0/+113
* Fix typo when checking libtool config deplibs_check_method. Moreover,Behdad Esfahbod2005-11-232-2/+9
* Link libpangoxft with -lm. (#318210)Behdad Esfahbod2005-11-232-1/+5
* Free used memory. (#316467, Steve Grubb)Behdad Esfahbod2005-11-232-1/+9
* Fix incorrect bounds check. (#316469, Steve Grubb) Moreover, increaseBehdad Esfahbod2005-11-232-2/+8
* Protect against possible division by zeros (#316468, Steve Grubb)Behdad Esfahbod2005-11-234-14/+38
* Remove excess "the" in docs. (#319175, Masao Mutoh)Behdad Esfahbod2005-11-232-1/+6
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-235-54/+246
* Finish previous patch. Use GType private data, cache it into fcfont->priv.Behdad Esfahbod2005-11-223-19/+24
* Fixes #322174:Federico Mena Quintero2005-11-225-10/+64
* Load a font suitable for viewing English text when creating mini font forBehdad Esfahbod2005-11-223-31/+39
* Silent cvsAnders Carlsson2005-11-221-0/+1
* Add checks for ATSUI.Anders Carlsson2005-11-2214-5/+1527
* Only update static mid on a match.Behdad Esfahbod2005-11-222-2/+8
* Fixed Sebastien's name spelling.Behdad Esfahbod2005-11-211-1/+1
* Return double instead of int. (#321891, Sebastian Bacher)Behdad Esfahbod2005-11-212-2/+7
* Make the Kermit notice a "no warranty" clause, to comply with LPGL.Behdad Esfahbod2005-11-212-2/+7
* === Released 1.11.0 ===PANGO_1_11_0Behdad Esfahbod2005-11-183-3/+52
* Use the new support for negative offsets in g_utf8_pointer_to_offset. SoBehdad Esfahbod2005-11-182-2/+14
* Documentation improvements. (#321731)Behdad Esfahbod2005-11-182-13/+17
* General cleanup. (pango_font_description_unset_fields): Set fields beingBehdad Esfahbod2005-11-182-96/+81