summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Calculate average digit width correctly, not as max of the digit widths.Tor Lillqvist2006-05-211-25/+3
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-281-18/+18
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-0/+3
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-1/+3
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-20/+21
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-13/+11
* Documentation improvements.Behdad Esfahbod2006-01-281-0/+18
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Have a list of metrics by language instead of just one metrics.Tor Lillqvist2005-09-141-8/+0
* No need to include modules.h here any longer. (pango_win32_get_context):Tor Lillqvist2005-07-221-5/+9
* pango/pangowin32-fontmap.c (pango_win32_font_map_class_init) MoveOwen Taylor2005-07-211-9/+0
* Rework handling of context-specific options: drop get_render_key() and addOwen Taylor2005-07-211-3/+4
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-121/+238