summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* Update Line Breaking to Unicode 13Peng Wu2021-05-051-20/+4
* Update Grapheme and Word Boundary to Unicode 13Peng Wu2021-05-051-6/+13
* break: Don't determine types more than onceMatthias Clasen2019-10-121-3/+5
* Ensure arguments name match the documentationEmmanuele Bassi2019-08-021-2/+2
* Annotate implicit fallthroughMatthias Clasen2019-08-011-0/+1
* Fix a crash with line break controlMatthias Clasen2019-07-271-1/+1
* Add a missing Since tagMatthias Clasen2019-07-201-0/+2
* break: Implement allow-breaksMatthias Clasen2019-07-201-9/+87
* Add an offset argument to pango_tailor_breakMatthias Clasen2019-07-201-0/+2
* Fix compiler warningsMatthias Clasen2019-07-181-1/+1
* Fix a compiler warningMatthias Clasen2019-07-171-1/+0
* Deprecate pango_breakMatthias Clasen2019-07-161-9/+9
* Add pango_tailor_breakMatthias Clasen2019-07-161-16/+42
* Merge branch 'kill-lang-engine' into 'master'Matthias Clasen2019-07-091-50/+16
|\
| * Remove language engine remnantsMatthias Clasen2019-07-091-40/+0
| * break: Call break_script directlyMatthias Clasen2019-07-091-11/+17
* | Revert "break: Mark breaks induced by soft hyphens"Matthias Clasen2019-07-091-8/+1
|/
* 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