Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | termui: help bar background goes all the width | Michael Muré | 2020-08-22 | 1 | -1/+1 |
| | |||||
* | termui: make the help visually easier to parse | Michael Muré | 2020-08-22 | 1 | -3/+8 |
| | |||||
* | Set the Fg color of the status bar to White | Yuri D'Elia | 2020-07-13 | 1 | -0/+1 |
| | | | | | Always set the Fg color when Bg is set. This fixes poor contrast on terminals with non-standard foreground colors. | ||||
* | termui: fix label cropped in the label edition window | Michael Muré | 2020-02-25 | 1 | -4/+4 |
| | |||||
* | termui: migrate to awesome-gocui instead of the old fork I had | Michael Muré | 2019-11-03 | 1 | -8/+8 |
| | |||||
* | switch to go-term-text to fix bad underflow for label rendering | Michael Muré | 2019-11-03 | 1 | -1/+2 |
| | |||||
* | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 | 1 | -1/+6 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | termui: use a forked gocui to fix large character handling | Michael Muré | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | termui: some cleanup in the label edition code | Michael Muré | 2018-10-17 | 1 | -9/+12 |
| | |||||
* | Fix label select scrolling | Luke Adams | 2018-10-16 | 1 | -31/+6 |
| | | | | | This also sort of breaks the focus-on-add mechanism, but I can't think of a good way to implement it. | ||||
* | Fix bug in computing added/removed labels | Luke Adams | 2018-10-16 | 1 | -20/+25 |
| | |||||
* | Fix error when label list is empty | Luke Adams | 2018-10-16 | 1 | -1/+22 |
| | |||||
* | Set minimum width for labelSelect | Luke Adams | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Error checking and cleanup | Luke Adams | 2018-10-05 | 1 | -7/+13 |
| | |||||
* | Make labelSelect with adaptive, add title | Luke Adams | 2018-10-05 | 1 | -25/+29 |
| | |||||
* | Fix bug in labelSelect addItem | Luke Adams | 2018-10-05 | 1 | -1/+3 |
| | | | | | | Adding a new item would cause a panic because focusView attempted to access a view that did not yet exist. Fixed by calling layout before calling focusView. | ||||
* | Add scrolling to labelSelect | Luke Adams | 2018-10-04 | 1 | -14/+57 |
| | |||||
* | Make labelSelect update after add | Luke Adams | 2018-10-04 | 1 | -9/+9 |
| | |||||
* | Add labelSelect view for choosing labels | Luke Adams | 2018-10-04 | 1 | -0/+245 |