aboutsummaryrefslogtreecommitdiffstats
path: root/termui
Commit message (Expand)AuthorAgeFilesLines
* commands: move bug specific input code into commands/bug/inputMichael Muré2022-12-271-16/+14
* cache: tie up the refactor up to compilingMichael Muré2022-12-213-8/+8
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-131-1/+1
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-222-5/+5
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-2/+3
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-183-3/+3
* update gocuiMichael Muré2022-02-155-22/+27
* make sure every text input is safe and validatedMichael Muré2021-04-171-4/+8
* repo: move bleve thereMichael Muré2020-12-081-1/+5
* identity: remove support for legacy identityMichael Muré2020-10-041-15/+7
* Fix 'no description' readability in terminal with bright backgroundZdenek Crha2020-09-271-1/+1
* Fix help bar readability in terminal with bright backgroundZdenek Crha2020-09-271-2/+2
* termui: don't pack it *that* muchMichael Muré2020-08-301-12/+14
* termui: show the number of *additional* commentsMichael Muré2020-08-301-3/+3
* TermUI: pack the bug table viewYuri D'Elia2020-08-291-20/+23
* TermUI: Remove empty borders around bug table viewYuri D'Elia2020-08-291-9/+8
* termui: help bar background goes all the widthMichael Muré2020-08-224-8/+14
* termui: make the help visually easier to parseMichael Muré2020-08-224-7/+53
* termui: avoid importing a whole package to check an errorMichael Muré2020-07-201-3/+5
* Merge pull request #428 from wavexx/force_status_fgcolorMichael Muré2020-07-143-0/+3
|\
| * Set the Fg color of the status bar to WhiteYuri D'Elia2020-07-133-0/+3
* | Trim titles in list viewsYuri D'Elia2020-07-131-1/+1
|/
* 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