summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commits_panel.go
AgeCommit message (Expand)Author
2019-03-23Rely on model rather than view to focus a pointJesse Duffield
2019-03-16appease golangciJesse Duffield
2019-03-16allow user to discard old file changes for a given commitJesse Duffield
2019-03-16minor cleanupJesse Duffield
2019-03-16Add feature of display committed file list #383skanehira
2019-03-03i18n for rebase loading statesJesse Duffield
2019-03-03show loading status for rebasing eventsJesse Duffield
2019-03-02populate dutch and polish i18n files with new messagesJesse Duffield
2019-03-02mouse supportJesse Duffield Duffield
2019-02-24change type of cherryPickedCommits from []string to []*CommitJesse Duffield Duffield
2019-02-24support cherry picking commitsJesse Duffield Duffield
2019-02-24Make it easier to run sync/async commands, switch to interactive rebase when ...Jesse Duffield Duffield
2019-02-24some i18n and restricting rewording during interactive rebaseJesse Duffield
2019-02-24rearranging todo items while interactively rebasingJesse Duffield
2019-02-20wrap amend command in a confirmationJesse Duffield
2019-02-19work towards more interactive rebase optionsJesse Duffield
2019-02-19pull commit list builder functions into their own builder structJesse Duffield
2019-02-18add various interactive rebase commandsJesse Duffield
2019-02-18rename any commitJesse Duffield
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2018-12-11Make merge panel its own panelJesse Duffield
2018-12-08fetching branches without checking outJesse Duffield
2018-12-08standardising how list panels deal with cursor movementJesse Duffield
2018-12-08making a start on unidirectional data binding to fix these UI bugsJesse Duffield
2018-09-25Merge branch 'feature/informative-commit-colors' of https://github.com/jessed...Jesse Duffield
2018-09-25support git flow when colouring commitsJesse Duffield
2018-09-25Merge branch 'master' into feature/informative-commit-colorsJesse Duffield
2018-09-20commands/git : returns an error instead of panicingAnthony HAMON
2018-09-20Merge branch 'master' into feature/informative-commit-colorsJesse Duffield
2018-09-19Merge branch 'master' into hotfix/cursor-positioningJesse Duffield
2018-09-18color merged and unmerged commits differentlyJesse Duffield
2018-09-17standardise rendering of lists in panelsJesse Duffield
2018-09-16gui : remove unreachable codeAnthony HAMON
2018-09-12don't use newlines at the end of panel buffersJesse Duffield
2018-09-07satisfy golangciDawid Dziurla
2018-09-04add renderGlobalOptionsDawid Dziurla
2018-09-04delete optionsDawid Dziurla
2018-09-03remove capitalization of keybindings descriptionsDawid Dziurla
2018-09-03get item position from correct panelDawid Dziurla
2018-09-03make '?' key visible on every panelDawid Dziurla
2018-09-01add keybinding to open user editor when renaming last commitDaniele D'Orazio
2018-08-19compare error message rather than error itself on no-commits errorJesse Duffield
2018-08-16Fixed comment on issue #137 from @jesseduffieldMark Kopenga
2018-08-15Added all english translations to a file and fixed some typosMark Kopenga
2018-08-15Fully translated pkg/gui/commits_panel.goMark Kopenga
2018-08-14pull errors out of package scope and store sentinel errors on the gui structJesse Duffield
2018-08-14tried to update to latest masterMark Kopenga