summaryrefslogtreecommitdiff
path: root/pango/break.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak backspace-deletes-characterbackspace-tweaksMatthias Clasen2023-02-041-1/+2
* Fix word start for JapanesePeng Wu2023-01-101-1/+4
* Fix allow_breaks handlingfix-allow-breaksMatthias Clasen2022-01-201-3/+3
* docs: Cosmeticsmisc-doc-fixupsMatthias Clasen2021-12-101-12/+9
* break: Fix hyphen conditionMatthias Clasen2021-11-221-2/+7
* Don't replace | with hyphensMatthias Clasen2021-11-191-2/+1
* Support for Catalan middle dot in word start and endJordi Mas2021-10-271-0/+6
* Update Line Break to Unicode 14Peng Wu2021-10-121-2/+6
* break: Fix up word fixupsMatthias Clasen2021-08-261-7/+14
* break: Fix sentence boundary corner casesMatthias Clasen2021-08-261-2/+2
* break: Follow mandatory rules more strictlyMatthias Clasen2021-08-261-4/+25
* Add segmentation attributesbreak-tailoringMatthias Clasen2021-08-251-47/+363
* test-break: Print out hyphensMatthias Clasen2021-08-251-7/+3
* Refine hyphenationMatthias Clasen2021-08-251-2/+13
* Add hyphens to log attrsMatthias Clasen2021-08-241-3/+102
* break: Add pango_attr_break apiMatthias Clasen2021-08-231-2/+40
* break: Some code reorganizationMatthias Clasen2021-08-231-46/+56
* break: Silence compiler warningsMatthias Clasen2021-08-221-8/+16
* break: Some code reorgMatthias Clasen2021-08-221-141/+130
* Cosmetics: Move a function aroundMatthias Clasen2021-08-201-105/+0
* Use the language we are givenlog-attr-languageMatthias Clasen2021-08-191-0/+1
* break: Fix handling of tag sequencestests-and-fixesMatthias Clasen2021-07-071-0/+7
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-30/+39
* break: Fix an inconsistency with sentence breaksfix-sentence-breaksMatthias Clasen2021-05-091-3/+16
* 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
|/