aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make runewidth treat ambiguous rune as short and fix ui displayYang Zhang2019-01-013-4/+18
* Revert the changes on zsh_completion/git-bugYang Zhang2018-12-311-6/+6
* 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
* Revert to MichaelMure's fork of gocuiYang Zhang2018-12-307-23/+23
* Implement almost full CJK support.Yang Zhang2018-12-2611-236/+118
|\
| * Implement displaying CJK contentsYang Zhang2018-12-2611-230/+120
* | text: fix handling of wide charactersMichael Muré2018-12-252-16/+28
* | termui: use a forked gocui to fix large character handlingMichael Muré2018-12-2519-28/+34
* | Merge pull request #83 from Steap/improve-termui-pagingMichael Muré2018-12-251-2/+36
|\ \
| * | termui: don't reset the cursor when paginating with left/rightMichael Muré2018-12-231-6/+23
| * | Termui: Better position the cursor when changing page.Cyril Roelandt2018-12-221-0/+7
| * | Termui: switch to the previous/next page when going up/down.Cyril Roelandt2018-12-221-2/+12
* | | repo: minor cleaningMichael Muré2018-12-253-2/+6
| |/ |/|
* | add a check for the minimal go version (1.8)Michael Muré2018-12-236-1/+63
* | travis: build on all go and nodejs version supportedMichael Muré2018-12-231-1/+20
* | termui: display an explicit placeholder for empty messagesMichael Muré2018-12-235-26/+137
* | 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-233-4/+36
* | text: hopefuly fix the handling of chineseMichael Muré2018-12-232-7/+44
* | graphql: now that it's possible, split the schema for clarityMichael Muré2018-12-2310-566/+597
* | upgrade gqlgen to v0.7.1Michael Muré2018-12-2391-817/+8298
* | webui: upgrade npm dependencies to fix https://nvd.nist.gov/vuln/detail/CVE-2...Michael Muré2018-12-233-4869/+8728
* | update generated doc with the new dateMichael Muré2018-12-2226-26/+26
|/
* launchpad: minor cleaningMichael Muré2018-12-172-7/+12
* doc: same size for the webui screenshotsMichael Muré2018-12-171-0/+0
* Merge pull request #79 from Steap/feature/bridge-launchpadMichael Muré2018-12-175-0/+333
|\
| * Initial Launchpad bridge.Cyril Roelandt2018-12-165-0/+333
* | Merge pull request #81 from rafasc/ra/fix-empty-ident-test-failureMichael Muré2018-12-103-0/+21
|\ \ | |/ |/|
| * tests: configure user ident in repos used by testsRafael Ascensão2018-12-103-0/+21
* | Readme: add more explanation about the dev processMichael Muré2018-12-101-3/+7
* | Merge pull request #78 from Steap/improve-readmeMichael Muré2018-12-101-0/+14
|\ \ | |/ |/|
| * README.md: Add developer-specific information.Cyril Roelandt2018-12-081-0/+14
|/
* doc: update webui screenshotMichael Muré2018-12-052-0/+0
* gitignore: ignore jetbrains project filesMichael Muré2018-12-051-0/+1
* Merge branch 'recording'Michael Muré2018-12-043-9/+7
|\
| * update readme with new demo gifMichael Muré2018-12-042-4/+2
| * Add a gif file generated with ScreenToGif from the svg fileMichael Muré2018-12-041-0/+0
| * update the termui screencastMichael Muré2018-12-021-5/+5
* | bridge: simplify regexMichael Muré2018-12-041-2/+2
* | bridge: slightly better error messageMichael Muré2018-12-041-1/+1
|/
* termui: tighter column in the bug tableMichael Muré2018-12-011-21/+26
* termui: use the '↵' symbol to save screen spaceMichael Muré2018-12-011-1/+1
* text: fix broken truncate with unicode and use the ellipsis character in Left...Michael Muré2018-12-012-10/+71