summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly speed up line breakingMatthias Clasen2021-03-291-1/+4
* CosmeticsMatthias Clasen2021-03-291-11/+6
* docs: Tweak line breaking docsMatthias Clasen2021-03-111-24/+27
* break: Only call break_attrs if we really have attributesTimm Bäder2020-06-081-1/+1
* break: Make a local constTimm Bäder2020-06-081-2/+1
* break_attrs: Bail out if we have no ALLOW_BREAKS attributesTimm Bäder2020-06-081-0/+6
* Allocate internal PangoAttrLists on the stackTimm Bäder2020-06-081-10/+11
* Merge branch 'master' into 'master'Matthias Clasen2020-06-081-3/+3
|\
| * Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-04-141-3/+3
* | Update Line Breaking to Unicode 13Peng Wu2020-03-101-20/+4
* | Update Grapheme and Word Boundary to Unicode 13Peng Wu2020-02-271-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