| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix all warnings in modules/. | Behdad Esfahbod | 2008-12-26 | 2 | -12/+12 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 4 | -4/+4 |
* | Bug 515484 -- Uniscribe interface handles surrogate pairs incorrectly | Tor Lillqvist | 2008-02-25 | 1 | -2/+2 |
* | Oops, fix the coding style. My editor ate the space... | Kristian Rietveld | 2008-02-21 | 1 | -1/+1 |
* | free the ATSU style and utf16 string at the end. | Kristian Rietveld | 2008-02-21 | 1 | -0/+3 |
* | Bug 486932 – Apply vkrn GPOS feature in vertical writing | Behdad Esfahbod | 2007-10-15 | 1 | -2/+7 |
* | Update copyright headers. | Behdad Esfahbod | 2007-07-20 | 1 | -2/+4 |
* | Remove list of supported scripts. Supporting all is what we really want | Behdad Esfahbod | 2007-07-09 | 1 | -27/+0 |
* | Remove unused empty header file basic-common.h | Behdad Esfahbod | 2007-07-05 | 5 | -37/+0 |
* | Bug 449543 - Ship pangoatsui.h | Richard Hult | 2007-06-24 | 1 | -8/+4 |
* | Rename pango_ot_ruleset_get_for() to | Behdad Esfahbod | 2007-06-03 | 1 | -1/+1 |
* | Move ruleset creation after populating buffer. | Behdad Esfahbod | 2007-05-15 | 1 | -24/+23 |
* | Part of Bug 325714 – Pango should respect $LANGUAGE Bug 414264 – Pango | Behdad Esfahbod | 2007-05-14 | 1 | -254/+62 |
* | Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcoded | Behdad Esfahbod | 2007-05-10 | 1 | -6/+4 |
* | Correct the signature by making PangoAnalysis const, fixes build warning. | Richard Hult | 2007-04-27 | 1 | -6/+6 |
* | 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 | 2 | -254/+33 |
* | Bug 395328 – Map kATSDeletedGlyphcode to PANGO_GLYPH_EMPTY | Behdad Esfahbod | 2007-01-17 | 1 | -1/+2 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 2 | -31/+31 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 4 | -119/+119 |
* | New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. New | Behdad Esfahbod | 2007-01-16 | 1 | -12/+1 |
* | Remove .cvsignore files (moved to svn:ignore prop) | Behdad Esfahbod | 2007-01-09 | 1 | -7/+0 |
* | Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow) | Tor Lillqvist | 2007-01-07 | 1 | -1/+1 |
* | 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 |