summaryrefslogtreecommitdiffstatshomepage
path: root/termui/label_select.go
Commit message (Collapse)AuthorAge
* core: make label a common type, in a similar fashion as for status (#1252)Michael Muré2024-08-25
| | | This will be useful for Board, and likely code review support later
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
| | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff
* cache: tie up the refactor up to compilingMichael Muré2022-12-21
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
|
* update gocuiMichael Muré2022-02-15
|
* termui: help bar background goes all the widthMichael Muré2020-08-22
|
* termui: make the help visually easier to parseMichael Muré2020-08-22
|
* Set the Fg color of the status bar to WhiteYuri D'Elia2020-07-13
| | | | | 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 windowMichael Muré2020-02-25
|
* termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-03
|
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-03
|
* bug: rename RGBA to Colorludovicm672019-10-15
|
* github: fix 3 edge-case failuresMichael Muré2019-03-01
|
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-25
|
* termui: some cleanup in the label edition codeMichael Muré2018-10-17
|
* Fix label select scrollingLuke Adams2018-10-16
| | | | | 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-16
|
* Fix error when label list is emptyLuke Adams2018-10-16
|
* Set minimum width for labelSelectLuke Adams2018-10-05
|
* Error checking and cleanupLuke Adams2018-10-05
|
* Make labelSelect with adaptive, add titleLuke Adams2018-10-05
|
* Fix bug in labelSelect addItemLuke Adams2018-10-05
| | | | | | 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-04
|
* Make labelSelect update after addLuke Adams2018-10-04
|
* Add labelSelect view for choosing labelsLuke Adams2018-10-04