aboutsummaryrefslogtreecommitdiffstats
path: root/util/text
Commit message (Collapse)AuthorAgeFilesLines
* a few fixesMichael Muré2022-04-261-1/+1
|
* make sure every text input is safe and validatedMichael Muré2021-04-172-3/+39
| | | | fix #630
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-034-804/+0
|
* text: fix escape sequence disapearing at the end of a lineMichael Muré2019-05-102-1/+12
|
* Add unicode control characters test caseAmine Hilaly2019-05-051-0/+31
| | | | | | | | | | | Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic
* a round of cleanupMichael Muré2019-03-011-7/+0
|
* Fix handling of long wordsYang Zhang2019-01-082-2/+17
|
* Fix bad names in text.goYang Zhang2019-01-072-25/+25
|
* Remove redundant init in text packageYang Zhang2019-01-021-7/+0
|
* Make runewidth treat ambiguous rune as short and fix ui displayYang Zhang2019-01-013-4/+18
|
* Add tests for critical internal functions in text.goYang Zhang2018-12-311-0/+75
|
* Refactor text.go to improve clearityYang Zhang2018-12-311-90/+124
|
* Fix megacheck warningsYang Zhang2018-12-311-2/+2
|
* Fix incorrect wrap of mixed wide and ascii charsYang Zhang2018-12-312-4/+23
|
* Implement a new wrap algorithm and pass all text testsYang Zhang2018-12-312-77/+177
|
* Fix tests in left_paddedYang Zhang2018-12-301-3/+3
|
* Add back removed text functionsYang Zhang2018-12-302-0/+118
|
* Use ASCII ellipsis to workaround inaccurate width of unicode ellipsisYang Zhang2018-12-301-2/+2
|
* Implement almost full CJK support.Yang Zhang2018-12-263-207/+89
|\ | | | | | | Display of CJK contents are supported. Adding CJK tags are problematic.
| * Implement displaying CJK contentsYang Zhang2018-12-263-201/+91
| |
* | text: fix handling of wide charactersMichael Muré2018-12-252-16/+28
|/
* text: more chinese related fixesMichael Muré2018-12-232-6/+27
|
* text: fix a wrapping bug leading to line longer than they shouldMichael Muré2018-12-232-2/+34
|
* text: hopefuly fix the handling of chineseMichael Muré2018-12-232-7/+44
|
* text: fix broken truncate with unicode and use the ellipsis character in ↵Michael Muré2018-12-012-10/+71
| | | | LeftPadMaxLine
* bug: add the optional field AvatarUrl to PersonMichael Muré2018-09-251-0/+11
|
* commands: git bug comment now show the comments of a bugMichael Muré2018-09-151-7/+23
|
* bug: add a data validation process to avoid merging incorrect operationsMichael Muré2018-09-151-0/+33
|
* reorganize package for a more idomatic goMichael Muré2018-09-113-0/+371