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

36 Commits

Author SHA1 Message Date
d105e2690a vastly improve the logic for undo and redo 2020-03-25 09:39:04 +11:00
f94d0be2c9 refactor the way we render lists 2020-02-25 21:21:07 +11:00
9fd9fd6816 better commit lines in fullscreen mode 2020-02-25 21:21:07 +11:00
fdb543fa7d add half and fullscreen modes 2020-02-25 08:45:30 +11:00
2e1344f611 fix specs 2020-02-15 08:47:36 +11:00
814a0ea36f begin refactor of menu panel 2020-02-15 08:47:36 +11:00
92e43d9e77 allow changing tabs with [ and ] 2019-11-21 22:07:14 +11:00
d5e443e8e3 Support building and moving patches
WIP
2019-11-05 19:22:01 +11:00
a3c84296bf use array of ints instead of range 2019-11-05 19:22:01 +11:00
820f3d5cbb support split view in staging panel and staging ranges 2019-11-05 19:22:01 +11:00
53cded77f1 fix padding with coloures strings 2019-05-19 15:25:33 +10:00
8c0ea8f45f mouse support 2019-03-02 17:49:30 +11:00
639df512f3 decolorise strings before calculating padwidths 2019-02-24 17:05:17 +11:00
ad93b4c863 consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00
cfe3605e6b use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
99a8b1ae8b making a start on unidirectional data binding to fix these UI bugs 2018-12-08 11:51:47 +11:00
c0f9795910 staging lines and hunks 2018-12-05 19:33:46 +11:00
b9708c9f88 fix issues with commit message panel losing focus 2018-09-19 20:36:40 +10:00
950cfeff6f add specs for menu utils 2018-09-19 18:19:26 +10:00
a66ac8092e minor refactor 2018-09-17 21:27:53 +10:00
c00c834b35 standardise rendering of lists in panels 2018-09-17 21:02:30 +10:00
52b132fe01 better handling of cursor and origin positionings 2018-09-10 20:17:39 +10:00
4ab1a1f72b Merge branch 'master' into hotfix/238-xdg-open 2018-09-03 19:33:37 +10:00
ae0d88f855 WIP using runDirectCommand with xdg-open 2018-09-01 11:38:32 +10:00
e889a40caf fix golint issue 2018-08-29 13:46:51 +02:00
21f6e9ba87 auto-updates 2018-08-25 17:32:34 +10:00
45fea83771 Convert \r\n to \n; don't depend on unix2dos 2018-08-20 09:16:35 -04:00
766197de9d NormalizeLinefeeds removes rather than converts Window/Mac style lf's 2018-08-19 08:48:03 -04:00
d2bdac29aa Merge branch 'master' into 157_remove_bom 2018-08-19 07:22:48 -04:00
cea736e6e9 Factor out into NormalizeLinefeeds; add tests 2018-08-19 07:20:50 -04:00
93266cc2a4 support forked branches when getting project root 2018-08-19 15:05:36 +10:00
cd9eada0c6 add test for variety of potential git diff situations 2018-08-19 14:48:39 +10:00
9e725ae24e got this bad boy compiling again 2018-08-13 21:16:21 +10:00
97cff65612 progress on refactor 2018-08-13 20:26:02 +10:00
e8eb78617c Mid refactor change some more stuff 2018-08-12 21:04:47 +10:00
dcd461d29f Restrucure project in a way where it is more modular 2018-08-12 19:31:27 +10:00