summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
...
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-291-8/+13
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-293-6/+42
* Revert last patch again :(.Behdad Esfahbod2006-01-291-86/+19
* Create fake Bold, Italic, and Bold Italic faces for fonts that do not haveBehdad Esfahbod2006-01-291-19/+84
* Reverted the tab alignments patch.Behdad Esfahbod2006-01-293-49/+16
* Implement other tab alignments. Bug #325547, Itai Bar-Haim.Behdad Esfahbod2006-01-283-16/+49
* Document PangoOTBuffer and PangoOTGlyph.Behdad Esfahbod2006-01-284-22/+56
* Removed.Behdad Esfahbod2006-01-288-28/+28
* Documentation improvements.Behdad Esfahbod2006-01-284-3/+21
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-274-9/+12
* #include <modules.h>. (bug #328632)Behdad Esfahbod2006-01-261-0/+2
* Fix more ATSUI stuff in build infrastructure. Sigh... (bug #328632)Behdad Esfahbod2006-01-262-6/+11
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-253-3/+0
* Declare int i! (bug #328632)Behdad Esfahbod2006-01-251-0/+1
* Improve docs to say it may return -1.Behdad Esfahbod2006-01-241-1/+1
* Change cwfont to cafont in a couple places.Behdad Esfahbod2006-01-241-3/+3
* Make tests/examples do use generated pango.modules. (bug #328291)Behdad Esfahbod2006-01-232-0/+223
* Fix typo in docs.Behdad Esfahbod2006-01-211-1/+1
* Fix docs.Behdad Esfahbod2006-01-211-2/+5
* Make matrix parameter const.Behdad Esfahbod2006-01-2115-27/+27
* Finish ATSUI module work. Bug #322022, Matthias Clasen.Behdad Esfahbod2006-01-212-0/+13
* Add a comment about using cairo_scaled_font_text_extents instead ofBehdad Esfahbod2006-01-201-1/+6
* Move GLIB_CFLAGS before external libraries' CFLAGS. Some formattingBehdad Esfahbod2006-01-161-16/+47
* Adjust the order of *_CFLAGS to the same order known to work. (Fixes bugBehdad Esfahbod2006-01-161-2/+2
* 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