Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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) | sudoforge | 2024-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 compiling | Michael Muré | 2022-12-21 |
| | |||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |
| | |||
* | update gocui | Michael Muré | 2022-02-15 |
| | |||
* | termui: help bar background goes all the width | Michael Muré | 2020-08-22 |
| | |||
* | termui: make the help visually easier to parse | Michael Muré | 2020-08-22 |
| | |||
* | Set the Fg color of the status bar to White | Yuri D'Elia | 2020-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 window | Michael Muré | 2020-02-25 |
| | |||
* | termui: migrate to awesome-gocui instead of the old fork I had | Michael Muré | 2019-11-03 |
| | |||
* | switch to go-term-text to fix bad underflow for label rendering | Michael Muré | 2019-11-03 |
| | |||
* | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 |
| | |||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 |
| | |||
* | termui: use a forked gocui to fix large character handling | Michael Muré | 2018-12-25 |
| | |||
* | termui: some cleanup in the label edition code | Michael Muré | 2018-10-17 |
| | |||
* | Fix label select scrolling | Luke Adams | 2018-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 labels | Luke Adams | 2018-10-16 |
| | |||
* | Fix error when label list is empty | Luke Adams | 2018-10-16 |
| | |||
* | Set minimum width for labelSelect | Luke Adams | 2018-10-05 |
| | |||
* | Error checking and cleanup | Luke Adams | 2018-10-05 |
| | |||
* | Make labelSelect with adaptive, add title | Luke Adams | 2018-10-05 |
| | |||
* | Fix bug in labelSelect addItem | Luke Adams | 2018-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 labelSelect | Luke Adams | 2018-10-04 |
| | |||
* | Make labelSelect update after add | Luke Adams | 2018-10-04 |
| | |||
* | Add labelSelect view for choosing labels | Luke Adams | 2018-10-04 |