aboutsummaryrefslogtreecommitdiffstats
path: root/termui
Commit message (Expand)AuthorAgeFilesLines
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-1/+1
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-252-3/+2
* termui: fix a crash when trying to open a bug when there are noneVojtěch Káně2020-04-161-0/+4
* query: no need for an ast packageMichael Muré2020-03-281-2/+1
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-282-5/+8
* termui: fix label cropped in the label edition windowMichael Muré2020-02-251-4/+4
* various cleanups suggested by golang-ciMichael Muré2020-02-083-36/+22
* termui: fix an excessive assumption about an error0.6.0Michael Muré2019-12-271-1/+3
* termui: rework the cursor in bugtable to match the rendering before the switc...Michael Muré2019-11-101-26/+8
* termui: migrate to awesome-gocui instead of the old fork I hadMichael Muré2019-11-036-42/+46
* switch to go-term-text to fix bad underflow for label renderingMichael Muré2019-11-034-19/+23
* termui: better overflow managementludovicm672019-10-161-3/+7
* termui: add labels colors in bug tableludovicm672019-10-151-12/+20
* bug: rename RGBA to Colorludovicm672019-10-152-3/+9
* termui: add colors for labelsludovicm672019-10-152-3/+5
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-123-9/+11
* fix everything following the hash-->id changeMichael Muré2019-08-082-9/+8
* cache: expose the operation when creating a new bugMichael Muré2019-06-161-1/+1
* termui: make bugTable only use the cache Easy pickMichael Muré2019-04-211-20/+35
* termui: fix bug when trying to edit without selectionludovicm672019-04-101-0/+4
* cache: properly push/pull identities and bugsMichael Muré2019-03-271-7/+5
* github: fix 3 edge-case failuresMichael Muré2019-03-013-6/+8
* identity: more progress and fixesMichael Muré2019-03-011-7/+3
* WIP identity in gitMichael Muré2019-03-011-1/+2
* termui: use a forked gocui to fix large character handlingMichael Muré2018-12-256-6/+6
* Merge pull request #83 from Steap/improve-termui-pagingMichael Muré2018-12-251-2/+36
|\
| * termui: don't reset the cursor when paginating with left/rightMichael Muré2018-12-231-6/+23
| * Termui: Better position the cursor when changing page.Cyril Roelandt2018-12-221-0/+7
| * Termui: switch to the previous/next page when going up/down.Cyril Roelandt2018-12-221-2/+12
* | termui: display an explicit placeholder for empty messagesMichael Muré2018-12-231-10/+29
* | text: fix a wrapping bug leading to line longer than they shouldMichael Muré2018-12-231-2/+2
|/
* termui: tighter column in the bug tableMichael Muré2018-12-011-21/+26
* termui: use the '↵' symbol to save screen spaceMichael Muré2018-12-011-1/+1
* Merge branch 'labeledit'Michael Muré2018-10-173-87/+329
|\
| * 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
| * Remove old label editing code from showBugLuke Adams2018-10-041-75/+1
| * Use labelSelect to edit labels in bugViewLuke Adams2018-10-041-4/+10
| * Add labelSelect view for choosing labelsLuke Adams2018-10-042-10/+261
* | github: also pull users emailMichael Muré2018-10-072-7/+7
|/
* Add edit to instruction viewLuke Adams2018-10-041-1/+1
* Enable editing comments in the term uiLuke Adams2018-10-042-0/+68