summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
Commit message (Expand)AuthorAgeFilesLines
* PangoWin32: Avoid initializing DirectWrite repeatedlyChun-wei Fan2022-12-231-8/+11
* Revert "PangoWin32: Use HarfBuzz platform APIs if available"Chun-wei Fan2022-10-171-34/+5
* PangoWin32: Use HarfBuzz platform APIs if availableChun-wei Fan2022-09-261-5/+34
* PangoWin32: Implement is_hinted on Windows using DirectWriteChun-wei Fan2022-09-261-0/+13
* pangowin32: Initialize DirectWriteChun-wei Fan2022-09-261-0/+15
* Drop uses of pango_coverage_ref/unrefMatthias Clasen2022-01-101-3/+3
* Merge branch 'win32-cmap-free' into 'master'Matthias Clasen2021-07-091-0/+59
|\
| * pangowin32: Clear cmap on finalizeSeungha Yang2021-04-071-0/+59
* | docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-56/+59
|/
* pangowin32: Don't leak various member variables of PangoWin32Font objectSeungha Yang2021-04-051-4/+1
* docs: Remove no-longer used sectionsMatthias Clasen2021-03-111-8/+0
* 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