summaryrefslogtreecommitdiffstats
path: root/vendor
AgeCommit message (Expand)Author
2021-04-17force cursor to be at end of line when opening confirmation panelJesse Duffield
2021-04-12fix race conditionJesse Duffield
2021-04-12fix rendering issues caused by resizingJesse Duffield
2021-04-12bump gocui to fix resizing issueJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-09reduce flicker without worrying about carriage returnsJesse Duffield
2021-04-08revert no-flicker due to carriage return weirdnessJesse Duffield
2021-04-06restore contents on resume from subprocessJesse Duffield
2021-04-06fix flicker issue in main viewJesse Duffield
2021-04-06allow decimal replay speeds for integration testsJesse Duffield
2021-04-06remove caching of styles in gocuiJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06ignore clicks on invisible viewsJesse Duffield
2021-04-06support tcell simulation screenJesse Duffield
2021-04-06remove mutex lock that caused deadlockJesse Duffield
2021-04-06minor refactorJesse Duffield
2021-04-06move recording code into gocuiJesse Duffield
2021-04-06fix bug where searching through view got stuck if you went over the upper boundJesse Duffield
2021-04-06more refactoringJesse Duffield
2021-04-06WIPJesse Duffield
2021-04-06WIPJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06more efficient gocuiJesse Duffield
2021-04-06support alt-enter for inserting newline when typing commit message within the...Jesse Duffield
2021-04-06allow scrolling when staging lines or building patchJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06prioritise keybindings on editorsJesse Duffield
2021-04-06bump gocui againJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06support backtab keyJesse Duffield
2021-04-06get tcell to cleanup the terminal if we panicJesse Duffield
2021-04-06go mod tidyJesse Duffield
2021-04-06bum pgocuiJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06no more termboxJesse Duffield
2021-04-06use tcell via porting over code from awesome-gocuiJesse Duffield
2021-03-30defend against race condition in editorsJesse Duffield
2021-02-08support wide characters in the editorJesse Duffield
2021-02-08remove go-gitconfig packageJesse Duffield
2021-02-08add secureexec file for getting around windows checking for a binary first in...Jesse Duffield
2020-11-28Start on supporting auto-suggestions when checking out a branchJesse Duffield
2020-10-12fix deltaJesse Duffield
2020-10-10fix go.mod and go.sumJesse Duffield
2020-10-10fix nil view keybinding panicJesse Duffield
2020-10-10support recording sessions for testing purposesJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
2020-10-06bump go-git to fix invalid merge errorJesse Duffield
2020-10-06switch to fork of go-gitJesse Duffield
2020-10-01add mutex to views arrayJesse Duffield