summaryrefslogtreecommitdiffstats
path: root/pkg/gui/confirmation_panel.go
AgeCommit message (Collapse)Author
2020-03-28fix up some things with the patch handling stuffJesse Duffield
2020-03-28autostash changes when pulling file into indexJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-26limit size of menu panelJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-02-01explicitly tell gocui when to start animating the loaderJesse Duffield
2019-11-21refactor confirmation prompt codeJesse Duffield
2019-11-21support adding/removing remotesJesse Duffield
2019-11-21add contexts to viewsJesse Duffield
2019-11-11specify upstream when pushing a branch for the first timev0.10.4Jesse Duffield
2019-11-10add some shameless self promotionJesse Duffield
2019-11-05do not return focus to commitsFiles view after selecting to start a new patchJesse Duffield
2019-10-20Added light theme option to the settingsmjarkk
2019-02-16add loading panelJesse Duffield
2019-02-11post-merge cleanupJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2019-01-17Directly send wrap argument rather than the viewJesse Duffield
2019-01-17Explicitly refer confirmation panel view Jesse Duffield
as @jesseduffield pointed in #358, need to refer confirmation panel view explicitly in case something else has focus Co-Authored-By: KOREAN139 <korean139@gmail.com>
2019-01-17Fix recent repo view size issueKOREAN139
getMessageHeight() calculates height under assumption that given view's wrap option (view.Wrap) is true, and createMenu() does not set wrap option as true. this causes gocui set improper view's height when lines in view needs to be wrapped. add *gocui.View as parameter in getMessageHeight(), and calculates view's height depend on its wrap option. resolve issue #354
2018-12-16always hide rather than delete the credentials view, and don't log on error ↵Jesse Duffield
in case there is a user password in the error
2018-12-11Make merge panel its own panelJesse Duffield
2018-12-10Changed pushPassUname name to credentialsmjarkk
2018-12-08Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-08fetching branches without checking outJesse Duffield
2018-12-06Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-05staging lines and hunksJesse Duffield
2018-11-10Fixed pushing forevermjarkk
2018-10-20Fixed surgestion from golangcibotmjarkk
2018-10-20First good successmjarkk
2018-09-05add commit count via gocui subtitleJesse Duffield
2018-09-05fix popup panel resizingJesse Duffield
2018-08-27better auto update logicJesse Duffield
2018-08-25auto-updatesJesse Duffield
2018-08-23WIPJesse Duffield
2018-08-18enforce white text color in prompt panelsJesse Duffield
2018-08-16Fixed comments from jesseduffield on issue #137Mark Kopenga
2018-08-16Fixed comment on issue #137 from @jesseduffieldMark Kopenga
2018-08-15Fully translated pkg/gui/confirmation_panel.goMark Kopenga
2018-08-15Merge pull request #4 from jesseduffield/masterMark Kopenga
Update to latest master
2018-08-15factor out code for new popup panelsJesse Duffield
2018-08-15dont panic if unable to close confirmation promptJesse Duffield
2018-08-15Added translation for pkg/gui/ confirmation_panel.go gui.go merge_panel.goMark Kopenga
2018-08-14tried to update to latest masterMark Kopenga
2018-08-13progress on refactorJesse Duffield