summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* break: Mark breaks induced by soft hyphensMatthias Clasen2019-07-071-1/+8
* Respect Dependent Vowels for Indic languagePeng Wu2019-04-091-63/+7
* Fixes emoji backspace deletion behaviorPeng Wu2019-04-021-1/+2
* Clarify docs around text inputMatthias Clasen2018-12-121-3/+3
* pango/break.c: Declare variables at top of blockChun-wei Fan2018-12-041-1/+4
* Update Line Break to Unicode 11Peng Wu2018-11-201-5/+3
* Update Word Boundary to Unicode 11Peng Wu2018-11-201-1/+14
* Update Grapheme Boundary to Unicode 11Peng Wu2018-11-201-96/+33
* Fix is_char_break issue in pango_default_break functionPeng Wu2017-11-151-6/+4
* Update pango_default_break function for Line BreakPeng Wu2017-10-271-459/+421
* Fix pango_default_break function for sentence start/endPeng Wu2017-08-301-10/+29
* Fix backspacing for more Emoji sequencesMatthias Clasen2017-08-171-1/+4
* Fix backspace-deletes-character for EmojiMatthias Clasen2017-08-151-3/+11
* break: Stop lumping ZWJ with ExtendMatthias Clasen2017-08-151-11/+26
* break.c: Fix indentation a bitMatthias Clasen2017-08-151-97/+96
* Update pango_default_break function for Sentence BoundaryPeng Wu2017-07-311-443/+305
* Update pango_default_break function for Word BoundaryPeng Wu2017-07-311-16/+59
* Update pango_default_break function for Emoji ZWJ sequencePeng Wu2017-07-311-1/+116
* Avoid deprecation warningsMatthias Clasen2016-08-291-0/+2
* Avoid some overhead in pango_default_breakMatthias Clasen2015-09-131-4/+14
* Use g_unichar_get_script directlyMatthias Clasen2015-09-121-1/+1
* Revert "Use UTF-8 pragma for MSVC"Behdad Esfahbod2015-04-141-4/+0
* Use UTF-8 pragma for MSVCBehdad Esfahbod2015-04-131-0/+4
* MinorBehdad Esfahbod2015-04-061-1/+1
* Fix regression after 137832fa931e875b900dedd1c8909b46d1f7e8adBehdad Esfahbod2015-04-061-2/+2
* Fix tailoring of run boundary break propertiesBehdad Esfahbod2015-04-061-6/+7
* [modules] Move language modules in source tree and remove modules/Behdad Esfahbod2015-04-041-12/+74
* [break] Call language engine on each script changeBehdad Esfahbod2015-04-041-27/+4
* Avoid uninitialized memoryMatthias Clasen2015-02-101-0/+1
* Add many missing nullability annotations.Evan Nemerson2014-10-161-1/+1
* Bug 700577 - Support invalid UTF-8 chars in pango_find_paragraph_boundary()Behdad Esfahbod2013-05-271-1/+1
* don't break words between a letter adjacent to a numberJosé Aliste2013-05-021-17/+2
* Fix grapheme boundaries of surrogates and unassigned default ignorablesBehdad Esfahbod2012-12-021-0/+10
* Fix line break of surrogate charactersBehdad Esfahbod2012-12-021-2/+4
* Fix grapheme properties of U+FFxx rangeBehdad Esfahbod2012-12-021-1/+1
* Fix grapheme properties of joiner / nonjoinerBehdad Esfahbod2012-12-021-1/+1
* Remove Thai/Lao Prepend/Extend propertiesTheppitak Karoonboonyanan2012-12-021-9/+0
* 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