summaryrefslogtreecommitdiff
path: root/pango/pangocairo-atsuifont.c
Commit message (Expand)AuthorAgeFilesLines
* [cairo] Refactor common code in create_metrics_for_context()Behdad Esfahbod2010-05-041-25/+6
* Bug 611033 - Layout using ATSUI fontmap treats absolute font sizes a...Kristian Rietveld2010-03-211-24/+23
* Revert usage of CoreText in ATSUI backendKristian Rietveld2009-12-221-12/+11
* Do not multiply return value of CTFontGetDescent with -1Kristian Rietveld2009-12-061-1/+1
* [atsui] Port to use CoreText instead of ATSBehdad Esfahbod2009-07-261-16/+17
* Remove desc argument from _pango_cairo_font_private_initialize(). ReplaceBehdad Esfahbod2009-01-281-1/+1
* Remove context argument from _pango_cairo_font_private_initialize().Behdad Esfahbod2009-01-281-1/+2
* Bug 563356 – The input area of firefox and the blank width after text inBehdad Esfahbod2008-12-061-1/+2
* Bug 562574 – Pangocariowin32 is leaking every cairo font it ever createsBehdad Esfahbod2008-11-281-1/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Require cairo >= 1.6.4. Remove compat cruft that were added to supportBehdad Esfahbod2008-04-211-6/+1
* Really fix build without cairo-atsui.Behdad Esfahbod2008-04-091-0/+1
* Try making our OS X stuff compile with latest cairo 1.5.x snapshots thatBehdad Esfahbod2008-04-081-0/+4
* Adapt the shear matrix for synthesized italic to work with cairo 1.5.13+,Richard Hult2008-03-111-2/+11
* Move the remaining uses of font_id from PangoCairoATSUIFont toRichard Hult2007-06-261-23/+7
* Bug 449543 - Ship pangoatsui.hRichard Hult2007-06-241-4/+3
* Update for the changes to PangoCairoFontMap and PangoCairoFont.Richard Hult2007-06-111-230/+52
* Improve the fix for bug #433805 so that the metrics actually are right,Richard Hult2007-05-201-1/+1
* Bug 433805 - [Atsui] Approximate char/digit width width often 0Richard Hult2007-05-151-10/+138
* Bug 434160 - [atsui] Italic versions of some faces can't be createdRichard Hult2007-05-051-3/+52
* Add comment to Richard's commit.Behdad Esfahbod2007-04-271-0/+2
* Use maxAdvanceWidth instead of avgAdvanceWidth, the latter is 0 for manyRichard Hult2007-04-271-2/+2
* Bug 419262 - Don't create coverage every time it's asked forRichard Hult2007-03-181-3/+5
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-8/+8
* Bug 326960 – hex box drawing for win32 and atsui backends of cairoBehdad Esfahbod2006-06-071-14/+20
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-19/+38
* Remove pango.modules on uninstall. (bug #328869)Behdad Esfahbod2006-01-271-1/+7
* Change cwfont to cafont in a couple places.Behdad Esfahbod2006-01-241-3/+3
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Finish ATSUI module work. Bug #322022, Matthias Clasen.Behdad Esfahbod2006-01-211-0/+10
* Draw hexbox for cairo backend. Bug #313551. Based on patch by LingNingBehdad Esfahbod2006-01-141-9/+11
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Add checks for ATSUI.Anders Carlsson2005-11-221-0/+271