aboutsummaryrefslogtreecommitdiffstats
path: root/termui/label_select.go
Commit message (Expand)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
* 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
* 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