summaryrefslogtreecommitdiff
path: root/modules/basic/basic-win32.c
Commit message (Expand)AuthorAgeFilesLines
* Move shapers from modules/basic/ into pango/Behdad Esfahbod2015-04-041-877/+0
* [win32] Invert y_offsetBehdad Esfahbod2014-07-291-2/+2
* modules/basic/basic-win32.c: Silence a WarningChun-wei Fan2013-12-131-1/+1
* Update win32/coretext shaper signatureBehdad Esfahbod2013-04-261-1/+3
* Bug 668154 - GTK+ Crashes on Non BMP utf-8 charpointsBehdad Esfahbod2013-02-251-27/+18
* Add commentBehdad Esfahbod2011-09-081-0/+2
* Remove dead codeBehdad Esfahbod2011-09-081-17/+0
* Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in WindowsBehdad Esfahbod2011-07-111-4/+0
* Reduce DLL hijack risk and simplify code in basic-win32 moduleTor Lillqvist2010-09-111-105/+31
* Improve performance on Windows especially for non-Latin scriptsTor Lillqvist2010-06-261-12/+38
* Add solution and project files for Visual Studio buildsTor Lillqvist2010-03-151-0/+5
* Revert "[basic-win32] Increase performance of Uniscribe code"Tor Lillqvist2009-09-101-6/+7
* [basic-win32] Increase performance of Uniscribe codeDavid E. Hollingsworth2009-08-131-7/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 515484 -- Uniscribe interface handles surrogate pairs incorrectlyTor Lillqvist2008-02-251-2/+2
* Remove unused empty header file basic-common.hBehdad Esfahbod2007-07-051-2/+0
* An ISO639 code is always in ASCII, no need to call the wide-characterTor Lillqvist2007-03-071-10/+1
* configure.in modules/basic/Makefile.am Make building with Uniscribe (usingTor Lillqvist2007-03-071-246/+33
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-25/+25
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-281-46/+46
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-3/+3
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-2/+2
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Drop unused font_cache variable and the call toTor Lillqvist2005-09-131-5/+0
* New function added.Behdad Esfahbod2005-07-231-1/+1
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-12/+33
* Update to new Cairo font API.Owen Taylor2005-04-071-1/+1
* Leave out some languages that don't have any own digits.Tor Lillqvist2005-03-201-25/+18
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-34/+12
* Emergency fix for #151068... if uniscribe shaping comes up with no glyphs,Owen Taylor2004-12-161-1/+1
* Add the new pango_renderer_* symbols.Tor Lillqvist2004-09-251-11/+0
* updatedHans Breuer2004-08-061-0/+11
* use uniscribe_scripts instead of uniscribe_ranges (does show only withHans Breuer2004-02-281-2/+2
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-131-1/+1
* Simplify.Tor Lillqvist2003-12-081-38/+32
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-78/+36
* New function. Uses the Uniscribe ScriptIsSimple() function to check ifTor Lillqvist2003-08-071-7/+50
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-41/+34
* updated to generate libtool compatible dll names, define the rightHans Breuer2003-07-201-0/+70
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-13/+4
* Add more debugging output.Tor Lillqvist2002-11-121-2/+14
* Update the non-Uniscribe ranges to cover some more simple scripts.Tor Lillqvist2002-10-241-43/+102
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-211-0/+749
* Merge from pango-1-0:Tor Lillqvist2002-09-241-1/+1
* Minor spacing fixes, comment the Unicode ranges covered.Tor Lillqvist2002-09-221-11/+63
* ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-261-1/+3
* Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE)Owen Taylor2002-03-251-0/+3
* updated externalsHans Breuer2001-09-211-0/+1
* Large rewrite of the win32 backend to use real glyph indexes instead ofAlexander Larsson2001-08-091-65/+6