summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
Commit message (Expand)AuthorAgeFilesLines
* PangoWin32: Initialize DirectWrite as wellwin32-font-languageChun-wei Fan2020-12-031-0/+217
* PangoWin32: Make PangoWin32Font type checks publicChun-wei Fan2020-12-031-5/+10
* Correct a typo in pangowin32.cFelix Yan2020-08-121-1/+1
* win32: Use GPrivate-managed display device contextYongsu Park2020-05-191-19/+33
* win32: Add a placeholder for new underline valuesMatthias Clasen2019-11-011-0/+5
* PangoWin32: Use hb_font_get_nominal_glyphKhaled Hosny2019-07-271-695/+17
* PangoWin32: Make font discovery thread-safeChun-wei Fan2019-07-251-4/+4
* PangoWin32: Drop _pango_win32_os_version_infoChun-wei Fan2019-07-251-6/+0
* Merge branch 'wip/kill-shape-engine' into 'master'Matthias Clasen2019-07-181-44/+0
|\
| * win32: Stop providing a shape engineMatthias Clasen2019-07-181-44/+0
* | Make hb fonts immutable in the frontendMatthias Clasen2019-07-181-2/+0
|/
* win32: Implement create_hb_fontChun-wei Fan2019-07-181-0/+85
* Documentation tweaksMatthias Clasen2019-07-131-1/+1
* win32: Set line height in metricsMatthias Clasen2019-07-051-0/+1
* win32: remove redundant function declarationsChristoph Reiter2018-04-051-5/+0
* Win32: Remove "uncolored" from docsNicolas Hake2017-04-071-2/+2
* Win32: Fix background rect boundsNicolas Hake2017-04-071-2/+2
* Win32: Draw background box in correct colorNicolas Hake2017-04-071-9/+9
* Win32: Reset BkMode so ETO doesn't draw its ownNicolas Hake2017-04-071-0/+3
* Win32: Enable colored underline drawingNicolas Hake2017-04-071-3/+32
* Win32: Enable rendering colored textNicolas Hake2017-04-071-10/+8
* Fix MT-unsafe initializationsBehdad Esfahbod2015-04-041-4/+5
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-21/+34
* Increase MAX_FREED_FONTS valueMax2014-12-041-1/+1
* Fix weak pointer leakMax2014-12-041-0/+3
* Add many missing nullability annotations.Evan Nemerson2014-10-161-1/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+8
* Port PangoWin32 to use GWeakRefBehdad Esfahbod2013-03-151-6/+6
* [win32] Fix assertion and warningsBehdad Esfahbod2013-02-251-3/+9
* More churnBehdad Esfahbod2012-08-281-7/+6
* Improve performance on Windows especially for non-Latin scriptsTor Lillqvist2010-06-261-18/+11
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-1/+3
* Bug 547432: Deprecation of pango_(backend)_font_map_create_context() notSven Herzberg2008-08-121-4/+3
* Make the following API public:Behdad Esfahbod2008-08-061-7/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* pango/pangowin32.c Some whitespace cleanup.Tor Lillqvist2008-05-261-5/+5
* Bug 531242 – Leak when calculating win32 font coverage Patch from DanielBehdad Esfahbod2008-05-031-2/+7
* Bug 515484: Pango on Windows is missing Type 1 font support Patch fromTor Lillqvist2008-02-241-12/+81
* Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnitBehdad Esfahbod2008-01-151-2/+2
* Add new symbols to docs.Behdad Esfahbod2007-03-121-1/+1
* pango/pangowin32-private.h pango/pangowin32.c pango/pangowin32-fontcache.cTor Lillqvist2007-03-101-67/+111
* This change was supposed to go in the trunk before 1.16.0, but it didn'tTor Lillqvist2007-02-271-14/+52
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-27/+27
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-91/+91
* Use pango_layout(_iter)?_get_line_readonly() instead ofBehdad Esfahbod2007-01-161-2/+2
* Spell-check the docs.Behdad Esfahbod2007-01-071-4/+4
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-1/+3
* Initialize the describe_absolute method pointer correctly.Tor Lillqvist2006-05-231-2/+2
* Bug 342525 – With PangoFc and PangoWin32, approximate digit width is notBehdad Esfahbod2006-05-221-3/+25
* New function pango_font_describe_with_absolute_size().Behdad Esfahbod2006-05-221-2/+16