summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
Commit message (Expand)AuthorAgeFilesLines
* Improve performance on Windows especially for non-Latin scriptsTor Lillqvist2010-09-111-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
* Update to new Cairo font API.Owen Taylor2005-04-071-10/+10
* updated externalsHans Breuer2005-03-181-2/+2
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-17/+115
* pango/pangowin32-private.h Cache metrics by language, like the otherTor Lillqvist2004-12-181-47/+90
* Set also underline and strikethrough position and thickness. (#161205)Tor Lillqvist2004-12-141-6/+13
* updatedHans Breuer2004-11-211-0/+35
* updatedHans Breuer2004-08-061-7/+2
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-33/+6
* Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR.Owen Taylor2004-02-291-1/+1
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+23
* Make approximate_digit_width the width of the widest digit, rather thanNoah Levitt2004-02-191-4/+25
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-131-0/+2
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-61/+19
* Break out of loop if char is 0xFFFF. Some fonts have tables terminatedTor Lillqvist2003-01-291-0/+3
* Document PangoIndicScript. Document.Matthias Clasen2002-12-071-0/+7