| Commit message (Expand) | Author | Age | Files | Lines |
* | An ISO639 code is always in ASCII, no need to call the wide-character | Tor Lillqvist | 2007-03-07 | 1 | -10/+1 |
* | configure.in modules/basic/Makefile.am Make building with Uniscribe (using | Tor Lillqvist | 2007-03-07 | 1 | -246/+33 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -25/+25 |
* | pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() instead | Tor Lillqvist | 2006-02-28 | 1 | -46/+46 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 1 | -3/+3 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 1 | -2/+2 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 1 | -2/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -1/+1 |
* | Drop unused font_cache variable and the call to | Tor Lillqvist | 2005-09-13 | 1 | -5/+0 |
* | New function added. | Behdad Esfahbod | 2005-07-23 | 1 | -1/+1 |
* | Correct parameters passed to MultiByteToWideChar(). Pass -1 as source | Tor Lillqvist | 2005-04-28 | 1 | -12/+33 |
* | Update to new Cairo font API. | Owen Taylor | 2005-04-07 | 1 | -1/+1 |
* | Leave out some languages that don't have any own digits. | Tor Lillqvist | 2005-03-20 | 1 | -25/+18 |
* | PangoCairoFontMap for win32 fonts. | Owen Taylor | 2005-02-24 | 1 | -34/+12 |
* | Emergency fix for #151068... if uniscribe shaping comes up with no glyphs, | Owen Taylor | 2004-12-16 | 1 | -1/+1 |
* | Add the new pango_renderer_* symbols. | Tor Lillqvist | 2004-09-25 | 1 | -11/+0 |
* | updated | Hans Breuer | 2004-08-06 | 1 | -0/+11 |
* | use uniscribe_scripts instead of uniscribe_ranges (does show only with | Hans Breuer | 2004-02-28 | 1 | -2/+2 |
* | moved pango_fc_* to the latter where they live on *nix too. | Hans Breuer | 2003-12-13 | 1 | -1/+1 |
* | Simplify. | Tor Lillqvist | 2003-12-08 | 1 | -38/+32 |
* | Modules now declare a list of scripts that they cover instead of a list of | Owen Taylor | 2003-09-23 | 1 | -78/+36 |
* | New function. Uses the Uniscribe ScriptIsSimple() function to check if | Tor Lillqvist | 2003-08-07 | 1 | -7/+50 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -41/+34 |
* | updated to generate libtool compatible dll names, define the right | Hans Breuer | 2003-07-20 | 1 | -0/+70 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -13/+4 |
* | Add more debugging output. | Tor Lillqvist | 2002-11-12 | 1 | -2/+14 |
* | Update the non-Uniscribe ranges to cover some more simple scripts. | Tor Lillqvist | 2002-10-24 | 1 | -43/+102 |
* | Add --with-usp10 flag to indicate where to find the usp10.h header, for | Tor Lillqvist | 2002-10-21 | 1 | -0/+749 |
* | Merge from pango-1-0: | Tor Lillqvist | 2002-09-24 | 1 | -1/+1 |
* | Minor spacing fixes, comment the Unicode ranges covered. | Tor Lillqvist | 2002-09-22 | 1 | -11/+63 |
* | ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-03-26 | 1 | -1/+3 |
* | Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE) | Owen Taylor | 2002-03-25 | 1 | -0/+3 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -0/+1 |
* | Large rewrite of the win32 backend to use real glyph indexes instead of | Alexander Larsson | 2001-08-09 | 1 | -65/+6 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -1/+1 |
* | i2001-01-04 Alexander Larsson <alla@lysator.liu.se> | Alexander Larsson | 2001-01-04 | 1 | -3/+5 |
* | Only a script engine here. | Tor Lillqvist | 2000-12-21 | 1 | -3/+1 |
* | Fix build breakage, reported by Alex Larsson and Yasushi Shoji | Havoc Pennington | 2000-12-18 | 1 | -1/+0 |
* | delete lang engine | Havoc Pennington | 2000-12-02 | 1 | -34/+1 |
* | Define PANGO_VERSION. | Tor Lillqvist | 2000-11-30 | 1 | -3/+40 |
* | Include a stripped-down version of fribidi to avoid the extra dependency. | Owen Taylor | 2000-11-12 | 1 | -3/+3 |
* | pango/pango.def Add new entry points. | Tor Lillqvist | 2000-10-03 | 1 | -2/+2 |
* | Add parameter telling whether to print warning or not if string isn't | Tor Lillqvist | 2000-08-20 | 1 | -7/+14 |
* | Add the pangowin32 sources. | Tor Lillqvist | 2000-07-18 | 1 | -62/+4 |
* | pango/pango-utils.h pango/pango-utils.c pango/pangox-fontmap.c Move the | Tor Lillqvist | 2000-07-16 | 1 | -3/+3 |
* | pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.c | Tor Lillqvist | 2000-07-15 | 1 | -0/+363 |