| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle NUL in text in places that g_utf8_strlen () was used | Behdad Esfahbod | 2009-07-15 | 1 | -1/+2 |
* | Use g_debug() instead of g_message() | Behdad Esfahbod | 2009-04-06 | 1 | -1/+1 |
* | [pango] Allocate PangoScriptIter on stack. | Chris Wilson | 2009-03-20 | 1 | -6/+7 |
* | Fix warnings. | Behdad Esfahbod | 2008-12-26 | 1 | -40/+40 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Part of Bug 97545 – Make pango_default_break follow Unicode TR #29 | Behdad Esfahbod | 2008-04-25 | 1 | -23/+219 |
* | Minor optimization. | Behdad Esfahbod | 2008-04-24 | 1 | -8/+12 |
* | Part of Bug 97545 – Make pango_default_break follow Unicode TR #29 | Behdad Esfahbod | 2008-04-24 | 1 | -123/+87 |
* | Update GraphemeBoundary to Unicode 5.1.0. Pretty close now. Passes the | Behdad Esfahbod | 2008-04-24 | 1 | -36/+54 |
* | Allow line break at the end of string. UAX#14 rule LB3 says "Always break | Behdad Esfahbod | 2008-04-24 | 1 | -1/+1 |
* | Minor. | Behdad Esfahbod | 2008-04-24 | 1 | -2/+2 |
* | Bug 518084 – Thai is not Virama language Patch from Theppitak | Behdad Esfahbod | 2008-02-28 | 1 | -1/+0 |
* | Bug 481537 – compiler warning fixes Patch from Kjartan Maraas | Behdad Esfahbod | 2007-10-15 | 1 | -1/+1 |
* | Bug 472891 – Bad consistency check in pango_get_log_attrs | Mathias Hasselmann | 2007-09-02 | 1 | -1/+1 |
* | Bug 462137 – memory corruption in pango_default_break | Behdad Esfahbod | 2007-07-31 | 1 | -1/+4 |
* | Add is_expandable_space to PangoLogAttr. | Behdad Esfahbod | 2007-05-02 | 1 | -0/+3 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -753/+753 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -23/+23 |
* | Bug 356194 – more pango_get_log_attrs problems | Behdad Esfahbod | 2006-09-18 | 1 | -49/+66 |
* | Bug 355820 – pango_get_log_attrs broken | Behdad Esfahbod | 2006-09-15 | 1 | -51/+63 |
* | Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-( | Behdad Esfahbod | 2006-09-15 | 1 | -20/+0 |
* | Unset gravity on the resulting font description. We want gravity to be set | Behdad Esfahbod | 2006-09-15 | 1 | -0/+20 |
* | Bug 355550 – Miscalculation of logical attributes in | Behdad Esfahbod | 2006-09-13 | 1 | -3/+2 |
* | Oops, undo stuff that were committed accidentally. | Behdad Esfahbod | 2006-09-13 | 1 | -22/+3 |
* | Part of Bug 355782 – Misaligned extents in pango | Behdad Esfahbod | 2006-09-13 | 1 | -3/+22 |
* | Bug 355435 – Invalid calls to pango_map_get_engine() Patch from | Behdad Esfahbod | 2006-09-11 | 1 | -4/+5 |
* | updated error C2059: syntax error : '}' Intializing a struct with empty | Hans Breuer | 2006-08-17 | 1 | -1/+1 |
* | Remove initliazer members for analysis, let compiler zero them all. Fixes | Behdad Esfahbod | 2006-08-15 | 1 | -1/+1 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -1/+1 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -8/+2 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+2 |
* | Remove g_utf8_strlen that was only used to give a warning. | Behdad Esfahbod | 2005-11-17 | 1 | -10/+1 |
* | More documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -1/+1 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -2/+2 |
* | Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor. | Behdad Esfahbod | 2005-11-14 | 1 | -16/+10 |
* | Do not call strlen when length < 0. Leave it to language engines to handle | Behdad Esfahbod | 2005-11-10 | 1 | -3/+0 |
* | Update to handle new line-breaking types in the Unicode 4.1 UAX#14. | Behdad Esfahbod | 2005-11-05 | 1 | -67/+185 |
* | Turn various gcc warnings off. Adding const, adding static, fully | Behdad Esfahbod | 2005-11-04 | 1 | -1/+1 |
* | Protect against future line-break type additions in glib Unicode module. | Behdad Esfahbod | 2005-08-26 | 1 | -1/+5 |
* | Optimization. Do not g_utf8_get_char at all. (#305323, Paolo Borelli) | Behdad Esfahbod | 2005-06-18 | 1 | -21/+26 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 1 | -23/+23 |
* | Fix trailing comma in enum (#162618) | Owen Taylor | 2005-01-04 | 1 | -1/+1 |
* | Ignore formatting characters when determining word boundaries (Part of | Owen Taylor | 2004-12-02 | 1 | -0/+1 |
* | Turn off backspace-deletes-character behavior for Kana and Hangul. It's | Owen Taylor | 2004-11-21 | 1 | -1/+3 |
* | Add missing row for the WORD_JOINER class. (#145833, Billy Biggs) | Owen Taylor | 2004-07-08 | 1 | -1/+11 |
* | Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, Jeroen | Owen Taylor | 2004-06-22 | 1 | -33/+73 |
* | Fix incorrect casts to get the class object of lang engine. (#141931) | Theppitak Karoonboonyanan | 2004-05-06 | 1 | -2/+2 |
* | Only reset the word type to WordNone at a word end if it is not also a | Matthias Clasen | 2003-09-24 | 1 | -4/+1 |
* | Add backspace_deletes_character to PangoLogAttr. (#114483) | Noah Levitt | 2003-08-14 | 1 | -0/+20 |
* | Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-based | Owen Taylor | 2003-08-03 | 1 | -2/+2 |