| Commit message (Expand) | Author | Age | Files | Lines |
* | Have basic-win32.c instead of basic-win32.lo depend on usp10.h so things | Tor Lillqvist | 2006-08-27 | 1 | -1/+1 |
* | Remove redundant positioning block! | Behdad Esfahbod | 2006-08-16 | 1 | -17/+0 |
* | Use analysis->gravity to detect vertical fonts, instead of poking into the | Behdad Esfahbod | 2006-08-15 | 1 | -7/+14 |
* | Always use fallback shaping for vertical fonts. | Behdad Esfahbod | 2006-08-15 | 1 | -0/+12 |
* | Add Cuneiform and Phoenician in the list of supported scripts by this | Behdad Esfahbod | 2006-07-25 | 1 | -0/+4 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 2 | -8/+2 |
* | pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() instead | Tor Lillqvist | 2006-02-28 | 1 | -46/+46 |
* | Bug 331723 – shapers should not crash on failures | Behdad Esfahbod | 2006-02-21 | 1 | -1/+2 |
* | Pass 1.6 and gnu options to automake. | Behdad Esfahbod | 2006-02-13 | 1 | -26/+1 |
* | Bug 314548 – pango_shape() is missing const correctness Patch from | Behdad Esfahbod | 2006-02-09 | 2 | -3/+3 |
* | Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap with | Behdad Esfahbod | 2006-02-05 | 3 | -7/+7 |
* | Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that I | Behdad Esfahbod | 2006-02-03 | 4 | -10/+10 |
* | Use PANGO_GLYPH_NULL for when no glyph should be drawn. Use | Behdad Esfahbod | 2006-02-02 | 4 | -10/+10 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -8/+8 |
* | If major.minor of required and available glib versions are the same, add | Behdad Esfahbod | 2006-01-25 | 1 | -1/+0 |
* | Set cluster only on base chars, like the Arabic module does. | Behdad Esfahbod | 2006-01-23 | 1 | -2/+3 |
* | Fixes bug #71414, allowing to disable building/installing modules. | Behdad Esfahbod | 2006-01-16 | 1 | -1/+10 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 4 | -1/+4 |
* | modules/arabic/arabic-fc.c, modules/basic/basic-fc.c, | Behdad Esfahbod | 2005-12-26 | 1 | -9/+16 |
* | Return NULL, not FALSE! | Behdad Esfahbod | 2005-12-04 | 1 | -1/+1 |
* | Forgot to add this | Anders Carlsson | 2005-11-25 | 1 | -0/+234 |
* | Reworked basic shaper with OpenType support. (#101079, based on patch from | Behdad Esfahbod | 2005-11-23 | 1 | -41/+222 |
* | Add checks for ATSUI. | Anders Carlsson | 2005-11-22 | 1 | -0/+15 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -8/+8 |
* | 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 | 4 | -21/+3 |
* | Use -export-symbols-regex to control symbol exports, including not | Owen Taylor | 2005-07-22 | 1 | -7/+3 |
* | Fix up places where there is missing or incomplete Copyright and License | Owen Taylor | 2005-07-21 | 1 | -0/+21 |
* | pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyph | Owen Taylor | 2005-05-16 | 1 | -1/+2 |
* | 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 |
* | Don't use -p option to cp, can cause "failed to preserve ownership" | Tor Lillqvist | 2005-01-25 | 1 | -1/+1 |
* | Remove an extraneous / that was confusing gcc on Win32. | Owen Taylor | 2005-01-11 | 1 | -1/+1 |
* | Emergency fix for #151068... if uniscribe shaping comes up with no glyphs, | Owen Taylor | 2004-12-16 | 1 | -1/+1 |
* | Set G_LOG_DOMAIN. | Owen Taylor | 2004-11-22 | 1 | -6/+7 |
* | Add the new pango_renderer_* symbols. | Tor Lillqvist | 2004-09-25 | 1 | -11/+0 |
* | updated | Hans Breuer | 2004-08-06 | 1 | -0/+11 |
* | #143556, Noah Misch | Owen Taylor | 2004-06-21 | 1 | -1/+1 |
* | 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 | 3 | -144/+79 |
* | 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 | 3 | -95/+84 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 2 | -36/+11 |
* | Remove. | Owen Taylor | 2003-08-02 | 1 | -1/+3 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 1 | -7/+3 |
* | Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann) | Owen Taylor | 2003-07-25 | 1 | -1/+1 |