summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
AgeCommit message (Expand)Author
2019-03-03prevent crashes when scrolling upJesse Duffield
2019-03-03support user configuring mouse events to be enabledJesse Duffield
2019-03-03fixup layout issue that was causing crashes when the window was too smallJesse Duffield
2019-03-03hide donate button if mouse events are disabledJesse Duffield
2019-03-02disable mouse feature until its readyJesse Duffield
2019-03-02mouse supportJesse Duffield Duffield
2019-03-02appease golangciJesse Duffield
2019-02-24change type of cherryPickedCommits from []string to []*CommitJesse Duffield Duffield
2019-02-24support cherry picking commitsJesse Duffield Duffield
2019-02-18dealing better with errors at the top levelJesse Duffield
2019-02-18remove HasMergeConflicts struct instance variablesJesse Duffield
2019-02-16fix golangci errorsJesse Duffield
2019-02-16more work on rebasing featureJesse Duffield
2019-02-16consider whether the view has focus when rendering the contents of a viewJesse Duffield
2019-02-16introduce panel contexts and more work on rebasingJesse Duffield
2019-02-16add loading panelJesse 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
2019-02-11post-merge cleanupJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2019-01-18Only reset origin in main view when handling the selection of a new filev0.6Jesse Duffield
2018-12-18fix typoJesse Duffield
2018-12-18decrease frequency of refreshing files because it's causing index lock errorsJesse Duffield
2018-12-12some fixes for issues around the credentials panelJesse Duffield
2018-12-11Make merge panel its own panelJesse Duffield
2018-12-11more work on rebasing including visual indicatorsJesse Duffield
2018-12-10Not always git fetchmjarkk
2018-12-10Changed some other namesmjarkk
2018-12-10Changed pushPassUname name to credentialsmjarkk
2018-12-10Better name for this functionmjarkk
2018-12-08Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-08Made code ready to merge to master's latest commitmjarkk
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-12-07Intro message stays on screen nowmjarkk
2018-12-07Working popupmjarkk
2018-12-06Only show private repo popup when opening repo for first timemjarkk
2018-12-06Made some small inprovementsmjarkk
2018-12-06Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-06Made the gobot happy againmjarkk
2018-12-06Started working on the popupmjarkk
2018-12-05staging lines and hunksJesse Duffield
2018-12-04initial support for staging individual linesJesse Duffield
2018-12-02Removed a lot of useless codemjarkk
2018-11-25Forgot to set the git fetch timeout back to 60smjarkk
2018-11-25Added credentials popupmjarkk
2018-11-14Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-11-10Removed some variables and placed them inside the gui structmjarkk
2018-11-10Removed getPushPassUnameView functionmjarkk