aboutsummaryrefslogtreecommitdiffstats
path: root/termui/label_select.go
Commit message (Expand)AuthorAgeFilesLines
* cache: tie up the refactor up to compilingMichael Muré2022-12-211-1/+1
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
* update gocuiMichael Muré2022-02-151-4/+5
* termui: help bar background goes all the widthMichael Muré2020-08-221-1/+1
* termui: make the help visually easier to parseMichael Muré2020-08-221-3/+8
* Set the Fg color of the status bar to WhiteYuri D'Elia2020-07-131-0/+1
* termui: fix label cropped in the label edition windowMichael Muré2020-02-251-4/+4
* termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-031-8/+8
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-031-1/+2
* bug: rename RGBA to Colorludovicm672019-10-151-1/+6
* 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