summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commits_panel.go
AgeCommit message (Expand)Author
2020-11-21notify user upon copying something to clipboardJesse Duffield
2020-11-18fix lint errorsJesse Duffield
2020-10-12Copy a commit message to clipboard: Changes to latest versionnullawhale
2020-10-10do not put mutexes on state else we might unlock an unlocked mutexJesse Duffield
2020-10-10add some safe goroutinesJesse Duffield
2020-10-10paging keybindings for line by line panelJesse Duffield
2020-10-10type i18nJesse Duffield
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-09-26refresh commit files view when neededJesse Duffield
2020-08-29fast UI update when moving commits in rebase modeJesse Duffield
2020-08-27more efficient refreshing of rebase commitsJesse Duffield
2020-08-23use context to return to the correct viewJesse Duffield
2020-08-23ensure there is always a current contextJesse Duffield
2020-08-23minor refactorJesse Duffield
2020-08-23cleanup now that we're always using the same diff commandJesse Duffield
2020-08-23centralise code for copying to clipboardJesse Duffield
2020-08-23more cherry picking stuff, mostly around the reflogJesse Duffield
2020-08-23refactor how we handle different modesJesse Duffield
2020-08-23more cherry picking code into its own fileJesse Duffield
2020-08-23move into more appropriate fileJesse Duffield
2020-08-23genericise creating new branches off thingsJesse Duffield
2020-08-23rename to make way for a generic function nameJesse Duffield
2020-08-23add sub commit contextJesse Duffield
2020-08-23refactorJesse Duffield
2020-08-23commit files kind of generalisedJesse Duffield
2020-08-23allowing commit files to be viewed in reflog as wellJesse Duffield
2020-08-23rename to SelectedLineIdxJesse Duffield
2020-08-23standardise diffmodeJesse Duffield
2020-08-23more standardisationJesse Duffield
2020-08-23update naming to refer to contextJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23more stuffJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23stop crash due to context stack not being initializedJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23lots more stuffJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23WIPJesse Duffield
2020-08-23centralise some list view codeJesse Duffield
2020-08-16add keybinding to create new branch off of commitJesse Duffield
2020-08-16prefill commit reword editorJesse Duffield
2020-08-15more removing of gJesse Duffield
2020-08-15more removing of g and vJesse Duffield
2020-08-15renameJesse Duffield
2020-08-15clean up interface for popup panelsJesse Duffield
2020-04-15support copying stuff to clipboardJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-29remove old diff mode codeJesse Duffield
2020-03-29rename to filtered modeJesse Duffield