Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a few fixes | Michael Muré | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 2 | -3/+39 |
| | | | | fix #630 | ||||
* | switch to go-term-text to fix bad underflow for label rendering | Michael Muré | 2019-11-03 | 4 | -804/+0 |
| | |||||
* | text: fix escape sequence disapearing at the end of a line | Michael Muré | 2019-05-10 | 2 | -1/+12 |
| | |||||
* | Add unicode control characters test case | Amine Hilaly | 2019-05-05 | 1 | -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 cleanup | Michael Muré | 2019-03-01 | 1 | -7/+0 |
| | |||||
* | Fix handling of long words | Yang Zhang | 2019-01-08 | 2 | -2/+17 |
| | |||||
* | Fix bad names in text.go | Yang Zhang | 2019-01-07 | 2 | -25/+25 |
| | |||||
* | Remove redundant init in text package | Yang Zhang | 2019-01-02 | 1 | -7/+0 |
| | |||||
* | Make runewidth treat ambiguous rune as short and fix ui display | Yang Zhang | 2019-01-01 | 3 | -4/+18 |
| | |||||
* | Add tests for critical internal functions in text.go | Yang Zhang | 2018-12-31 | 1 | -0/+75 |
| | |||||
* | Refactor text.go to improve clearity | Yang Zhang | 2018-12-31 | 1 | -90/+124 |
| | |||||
* | Fix megacheck warnings | Yang Zhang | 2018-12-31 | 1 | -2/+2 |
| | |||||
* | Fix incorrect wrap of mixed wide and ascii chars | Yang Zhang | 2018-12-31 | 2 | -4/+23 |
| | |||||
* | Implement a new wrap algorithm and pass all text tests | Yang Zhang | 2018-12-31 | 2 | -77/+177 |
| | |||||
* | Fix tests in left_padded | Yang Zhang | 2018-12-30 | 1 | -3/+3 |
| | |||||
* | Add back removed text functions | Yang Zhang | 2018-12-30 | 2 | -0/+118 |
| | |||||
* | Use ASCII ellipsis to workaround inaccurate width of unicode ellipsis | Yang Zhang | 2018-12-30 | 1 | -2/+2 |
| | |||||
* | Implement almost full CJK support. | Yang Zhang | 2018-12-26 | 3 | -207/+89 |
|\ | | | | | | | Display of CJK contents are supported. Adding CJK tags are problematic. | ||||
| * | Implement displaying CJK contents | Yang Zhang | 2018-12-26 | 3 | -201/+91 |
| | | |||||
* | | text: fix handling of wide characters | Michael Muré | 2018-12-25 | 2 | -16/+28 |
|/ | |||||
* | text: more chinese related fixes | Michael Muré | 2018-12-23 | 2 | -6/+27 |
| | |||||
* | text: fix a wrapping bug leading to line longer than they should | Michael Muré | 2018-12-23 | 2 | -2/+34 |
| | |||||
* | text: hopefuly fix the handling of chinese | Michael Muré | 2018-12-23 | 2 | -7/+44 |
| | |||||
* | text: fix broken truncate with unicode and use the ellipsis character in ↵ | Michael Muré | 2018-12-01 | 2 | -10/+71 |
| | | | | LeftPadMaxLine | ||||
* | bug: add the optional field AvatarUrl to Person | Michael Muré | 2018-09-25 | 1 | -0/+11 |
| | |||||
* | commands: git bug comment now show the comments of a bug | Michael Muré | 2018-09-15 | 1 | -7/+23 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -0/+33 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 3 | -0/+371 |