summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 682952 - remove old glib checkBehdad Esfahbod2012-08-291-4/+0
* More churnBehdad Esfahbod2012-08-281-6/+5
* introspection: assorted fixes to avoid regressions in Vala bindingsEvan Nemerson2012-08-121-4/+8
* break.c: Fix compilation against newer GLib versionsChun-wei Fan2011-09-171-4/+8
* Handle NUL in text in places that g_utf8_strlen () was usedBehdad Esfahbod2009-07-151-1/+2
* Use g_debug() instead of g_message()Behdad Esfahbod2009-04-061-1/+1
* [pango] Allocate PangoScriptIter on stack.Chris Wilson2009-03-201-6/+7
* Fix warnings.Behdad Esfahbod2008-12-261-40/+40
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Part of Bug 97545 – Make pango_default_break follow Unicode TR #29Behdad Esfahbod2008-04-251-23/+219
* Minor optimization.Behdad Esfahbod2008-04-241-8/+12
* Part of Bug 97545 – Make pango_default_break follow Unicode TR #29Behdad Esfahbod2008-04-241-123/+87
* Update GraphemeBoundary to Unicode 5.1.0. Pretty close now. Passes theBehdad Esfahbod2008-04-241-36/+54
* Allow line break at the end of string. UAX#14 rule LB3 says "Always breakBehdad Esfahbod2008-04-241-1/+1
* Minor.Behdad Esfahbod2008-04-241-2/+2
* Bug 518084 – Thai is not Virama language Patch from TheppitakBehdad Esfahbod2008-02-281-1/+0
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Bug 472891 – Bad consistency check in pango_get_log_attrsMathias Hasselmann2007-09-021-1/+1
* Bug 462137 – memory corruption in pango_default_breakBehdad Esfahbod2007-07-311-1/+4
* Add is_expandable_space to PangoLogAttr.Behdad Esfahbod2007-05-021-0/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-753/+753
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-23/+23
* Bug 356194 – more pango_get_log_attrs problemsBehdad Esfahbod2006-09-181-49/+66
* Bug 355820 – pango_get_log_attrs brokenBehdad Esfahbod2006-09-151-51/+63
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-151-20/+0
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-0/+20
* Bug 355550 – Miscalculation of logical attributes inBehdad Esfahbod2006-09-131-3/+2
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-131-22/+3
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-3/+22
* Bug 355435 – Invalid calls to pango_map_get_engine() Patch fromBehdad Esfahbod2006-09-111-4/+5
* updated error C2059: syntax error : '}' Intializing a struct with emptyHans Breuer2006-08-171-1/+1
* Remove initliazer members for analysis, let compiler zero them all. FixesBehdad Esfahbod2006-08-151-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-8/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Remove g_utf8_strlen that was only used to give a warning.Behdad Esfahbod2005-11-171-10/+1
* More documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-2/+2
* Remove g_utf8_strlen and work around the logic. Patch by Owen Taylor.Behdad Esfahbod2005-11-141-16/+10
* Do not call strlen when length < 0. Leave it to language engines to handleBehdad Esfahbod2005-11-101-3/+0
* Update to handle new line-breaking types in the Unicode 4.1 UAX#14.Behdad Esfahbod2005-11-051-67/+185
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-1/+1
* Protect against future line-break type additions in glib Unicode module.Behdad Esfahbod2005-08-261-1/+5
* Optimization. Do not g_utf8_get_char at all. (#305323, Paolo Borelli)Behdad Esfahbod2005-06-181-21/+26
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-23/+23
* Fix trailing comma in enum (#162618)Owen Taylor2005-01-041-1/+1
* Ignore formatting characters when determining word boundaries (Part ofOwen Taylor2004-12-021-0/+1
* Turn off backspace-deletes-character behavior for Kana and Hangul. It'sOwen Taylor2004-11-211-1/+3
* Add missing row for the WORD_JOINER class. (#145833, Billy Biggs)Owen Taylor2004-07-081-1/+11
* Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, JeroenOwen Taylor2004-06-221-33/+73