summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x
AgeCommit message (Collapse)Author
2024-01-19Add range selection ability on list contextsJesse Duffield
This adds range select ability in two ways: 1) Sticky: like what we already have with the staging view i.e. press v then use arrow keys 2) Non-sticky: where you just use shift+up/down to expand the range The state machine works like this: (no range, press 'v') -> sticky range (no range, press arrow) -> no range (no range, press shift+arrow) -> nonsticky range (sticky range, press 'v') -> no range (sticky range, press arrow) -> sticky range (sticky range, press shift+arrow) -> nonsticky range (nonsticky range, press 'v') -> no range (nonsticky range, press arrow) -> no range (nonsticky range, press shift+arrow) -> nonsticky range
2023-12-09Bump gocuiStefan Haller
2023-09-09Bump gocuiStefan Haller
2023-08-06Bump gocuiStefan Haller
... and import stefanhaller's tcell fork for real rather than just replacing it This solves the problem that people trying to "go install github.com/jesseduffield/lazygit@latest" would get the error go: github.com/jesseduffield/lazygit@latest (in github.com/jesseduffield/lazygit@v0.40.0): The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.
2023-07-30Write unit tests with the help of aferoJesse Duffield
Afero is a package that lets you mock out a filesystem with an in-memory filesystem. It allows us to easily create the files required for a given test without worrying about a cleanup step or different tests tripping on eachother when run in parallel. Later on I'll standardise on using afero over the vanilla os package
2023-07-08Bump gocuiJesse Duffield
This includes new gocui logic for tracking busy/idle program state
2023-07-02Bump gocuiJesse Duffield
2023-06-01Add integration test for commit highlighting on focusJesse Duffield
A better refactor would be to allow matchers to assert against either a string or a slice of cells, so that I could have the same ergonomics that I have elsewhere, but this is a start.
2023-03-19Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-19Better escape code parsing (thanks to Ryooooooga) (#2514)Jesse Duffield
2023-02-18bump gocuiJesse Duffield
2023-01-06build: bump gocuiRyooooooga
2022-12-20bump gocuiJesse Duffield
2022-11-25bump gocuiRyooooooga
2022-10-18build: $ ./scripts/bump_gocui.shRyooooooga
2022-10-02bump gocuiJesse Duffield
2022-09-23build: $ ./scripts/bump_gocui.shRyooooooga
2022-09-16various changes to improve integration testsJesse Duffield
2022-08-13bump gocuiJesse Duffield
2022-08-06refactor to only have one context per viewJesse Duffield
2022-04-16clearer highlighting of current lineJesse Duffield
2022-04-08bump gocuiJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-18update go to v1.18Jesse Duffield
2022-03-17fix click handlingJesse Duffield
2022-03-17resetting controllers on new repoJesse Duffield
2022-01-08bump gocuiJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-11-01some refactoring in anticipation of the graph featureJesse Duffield
2021-10-30stream output from certain git commands in command log panelJesse Duffield
2021-10-17fix editorJesse Duffield
2021-09-27bump gocuiJesse Duffield
2021-06-15bump dependenciesJesse Duffield
2021-06-06bump tcellJesse Duffield
2021-04-17force cursor to be at end of line when opening confirmation panelJesse Duffield
2021-04-09reduce flicker without worrying about carriage returnsJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06refactorJesse Duffield
2021-04-06bump gocuiJesse Duffield
2021-04-06prioritise keybindings on editorsJesse Duffield
2021-04-06use tcell via porting over code from awesome-gocuiJesse Duffield
2020-10-10type i18nJesse Duffield
2020-10-10remove viperJesse Duffield
WIP
2020-10-06bump go-git to fix invalid merge errorJesse Duffield
2020-09-26add in-built logging support for a better dev experienceJesse Duffield
2020-08-24bump creackJesse Duffield
2020-03-27vendor: replace go-git packageMáximo Cuadros
2020-02-01bump vendor directoryJesse Duffield
2020-01-12bump gocuiJesse Duffield
2019-12-13update dependenciesDawid Dziurla