1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
62ca873ddd Bump gocui 2024-08-17 10:25:16 +02:00
9f8ae76189 Bump gocui
In Gui.onWorker we only make the minimum possible change to get things to
compile after the API-breaking change of the gocui update; we'll make this
cleaner later in this branch.
2024-04-18 10:10:30 +02:00
ad0394aebe Bump gocui
The main change here is to bump tcell to v2.7.1, which should fix problems with
multibyte characters on Windows.
2024-03-01 14:07:19 +01:00
24a4302c52 Add range selection ability on list contexts
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
2024-01-19 10:47:21 +11:00
a46f26e148 Bump gocui 2023-12-09 15:23:40 +01:00
917eb88617 Bump gocui 2023-09-09 09:44:50 +02:00
7ccb871a45 Bump gocui
... 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-08-06 12:03:23 +02:00
4df353d006 Bump gocui 2023-07-02 15:47:04 +10:00
b542579db3 Better escape code parsing (thanks to Ryooooooga) (#2514) 2023-03-19 15:41:47 +11:00
01bf7f21e6 bump gocui 2023-02-18 10:28:09 +11:00
abbd598992 bump gocui 2022-12-20 22:06:44 +11:00
4aa9147dfa build: $ ./scripts/bump_gocui.sh 2022-10-18 22:20:04 +09:00
5670c0a301 bump gocui 2022-10-02 18:43:25 -07:00
1c82924307 build: $ ./scripts/bump_gocui.sh 2022-09-23 20:01:44 +09:00
7af7af27c6 various changes to improve integration tests 2022-09-16 08:42:39 -07:00
524bf83a4a refactor to only have one context per view 2022-08-06 13:49:11 +10:00
336f2772e8 bump gocui 2022-04-08 12:15:23 +10:00
2a1e3faa0c resetting controllers on new repo 2022-03-17 19:13:40 +11:00
4a1d23dc27 bump gocui 2022-01-08 16:05:11 +11:00
f704707d29 stream output from certain git commands in command log panel 2021-10-30 18:26:06 +11:00
345c90ac05 fix editor 2021-10-17 04:17:59 +00:00
c8e9d1b4fc bump gocui 2021-09-27 19:58:24 +10:00
82022615dd bump tcell 2021-06-06 09:12:42 +10:00
5f77ac8d6f bump gocui 2021-04-06 19:34:32 +10:00
6a6024e38f use tcell via porting over code from awesome-gocui 2021-04-06 19:34:32 +10:00
077f113618 add in-built logging support for a better dev experience 2020-09-26 11:00:50 +10:00
2598ce1d4b bump creack 2020-08-24 22:16:38 +00:00
6a5d8ba859 vendor: replace go-git package 2020-03-27 19:06:21 +11:00
be8f589c32 update dependencies 2019-12-13 11:31:04 +01:00
30aed94aa8 update go git 2019-11-14 09:41:56 +11:00
3f7e107d09 Vendor: Updated dependencies
* Updated go.mod
 * Updated go.sum
 * Updated vendor packages

Signed-off-by: Glenn Vriesman <glenn.vriesman@gmail.com>
2019-11-10 23:23:20 +11:00
e0dd1cb29d switch to Go modules 2019-09-01 21:24:03 +10:00
dbf65a422a bump dependencies 2018-08-09 14:41:58 +10:00