Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix handling of long words | Yang Zhang | 2019-01-08 | 1 | -0/+8 |
* | Fix bad names in text.go | Yang Zhang | 2019-01-07 | 1 | -4/+4 |
* | Add tests for critical internal functions in text.go | Yang Zhang | 2018-12-31 | 1 | -0/+75 |
* | Fix incorrect wrap of mixed wide and ascii chars | Yang Zhang | 2018-12-31 | 1 | -1/+12 |
* | Implement a new wrap algorithm and pass all text tests | Yang Zhang | 2018-12-31 | 1 | -7/+8 |
* | Add back removed text functions | Yang Zhang | 2018-12-30 | 1 | -0/+70 |
* | Implement almost full CJK support. | Yang Zhang | 2018-12-26 | 1 | -70/+0 |
|\ | |||||
| * | Implement displaying CJK contents | Yang Zhang | 2018-12-26 | 1 | -70/+0 |
* | | text: fix handling of wide characters | Michael Muré | 2018-12-25 | 1 | -13/+17 |
|/ | |||||
* | text: more chinese related fixes | Michael Muré | 2018-12-23 | 1 | -3/+17 |
* | text: fix a wrapping bug leading to line longer than they should | Michael Muré | 2018-12-23 | 1 | -1/+33 |
* | text: hopefuly fix the handling of chinese | Michael Muré | 2018-12-23 | 1 | -0/+34 |
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -0/+191 |