aboutsummaryrefslogtreecommitdiffstats
path: root/termui/label_select.go
Commit message (Collapse)AuthorAgeFilesLines
* github: fix 3 edge-case failuresMichael Muré2019-03-011-1/+1
|
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-251-1/+1
|
* termui: some cleanup in the label edition codeMichael Muré2018-10-171-9/+12
|
* Fix label select scrollingLuke Adams2018-10-161-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 labelsLuke Adams2018-10-161-20/+25
|
* Fix error when label list is emptyLuke Adams2018-10-161-1/+22
|
* Set minimum width for labelSelectLuke Adams2018-10-051-1/+1
|
* Error checking and cleanupLuke Adams2018-10-051-7/+13
|
* Make labelSelect with adaptive, add titleLuke Adams2018-10-051-25/+29
|
* Fix bug in labelSelect addItemLuke Adams2018-10-051-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 labelSelectLuke Adams2018-10-041-14/+57
|
* Make labelSelect update after addLuke Adams2018-10-041-9/+9
|
* Add labelSelect view for choosing labelsLuke Adams2018-10-041-0/+245