summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-02-16fix golangci errorsJesse Duffield
2019-02-16remove outdated TODOJesse 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-16support users with gotest for coloured test outputJesse Duffield
2019-02-16fix git testsJesse Duffield
2019-02-15bump gocui to support loader animations on viewsJesse Duffield
2019-02-11post-merge cleanupJesse Duffield
2019-02-11Merge branch 'master' into feature/rebasingJesse Duffield
2019-02-11update go.modJesse Duffield
2019-02-11bump gocui to version that uses go-errors as wellJesse Duffield
2019-02-11bump dep to include go-errors packageJesse Duffield
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2019-02-11catch rebase errors and show in error panelsJesse 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
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
2019-01-17run go fmt against generatorDawid Dziurla
2019-01-17add script generating keybindings cheatsheetDawid Dziurla
2019-01-17delete KeyReadable field from Binding structDawid Dziurla
also rewrite GetKey function
2019-01-16pkg: Fix typoKimMachineGune
2019-01-16log in config directory rather than wherever you opened lazygitJesse Duffield
2019-01-15bump gocui to prevent truncating the contents of wrapped viewsJesse Duffield
2019-01-14fix checksum mismatchesJesse Duffield
2019-01-14pkg/updates: RefactoringKimMachineGune
2018-12-20Update dutch.goMark Kopenga
2018-12-20Fixed suggestion from glvr182Mark Kopenga
2018-12-20Added dutch translationsmjarkk
2018-12-20i18n: pl translationDawid Dziurla
2018-12-19remove commentJesse Duffield
2018-12-19send direct error messageJesse Duffield
2018-12-19Translated credentials error with git push/pull/fetchmjarkk
2018-12-19hopefully fixed circlecimjarkk
2018-12-19Merge branch 'master' into https-ask-for-username-passwordMark Kopenga
2018-12-18refresh files every 10 seconds rather than 2 so that we're not getting a ↵Jesse Duffield
heap of index lock errors
2018-12-18bump modules and add bump_modules scriptJesse Duffield
2018-12-18bump gocui fork to convert tabs to spacesJesse Duffield
2018-12-18Update gomodule checksums for go 1.11.4Cameron Nemo
2018-12-18fix testsJesse Duffield
2018-12-18bump go.modJesse Duffield
2018-12-18fix typoJesse Duffield
2018-12-18no longer checking for 'exit status 128' because we're directly returning stderrJesse Duffield
2018-12-18explicitly return newlines to our live command stdinJesse Duffield
2018-12-18minor refactor of credentials panel into its own fileJesse Duffield
2018-12-18bump pty forkJesse Duffield