Commit graph

191 commits

Author SHA1 Message Date
Stephan Dilly
8e87bf2bd8 emphasize current tab rendering 2020-05-12 14:18:23 +02:00
Stephan Dilly
c44966c1a9 cleanup 2020-05-12 14:05:38 +02:00
Stephan Dilly
a367238e05 support page up/down in diff (#43) 2020-05-12 13:35:48 +02:00
Stephan Dilly
70e5201956 allow all draw calls to mutate self 2020-05-12 13:22:55 +02:00
Stephan Dilly
434c793d1c support page up/down in log (#43) 2020-05-12 01:21:32 +02:00
Stephan Dilly
0e9ba8aef6 Move status tab into its own component 2020-05-11 17:20:34 +02:00
Stephan Dilly
fa2aabfee0 support jumping to end in log (#43) 2020-05-11 14:34:10 +02:00
Stephan Dilly
061ad37dce support end button in file tree (#43) 2020-05-10 22:14:02 +02:00
Stephan Dilly
f5795d1fad support home button for commit log (#43)
clippy fix
2020-05-10 15:01:21 +02:00
Stephan Dilly
c42a421828 allow quitting (ctrl+c) everywhere 2020-05-10 14:51:31 +02:00
Stephan Dilly
c638eb0329 ignore ctrl+c in commit to allow quitting 2020-05-10 14:47:19 +02:00
Stephan Dilly
7e8e3a0bd5 show tab button in help and fix help for diff (fixes #48) 2020-05-10 14:37:49 +02:00
Stephan Dilly
16aa6f7c50 support showing tags in log, speed up log by cloning less (#47) 2020-05-10 14:23:24 +02:00
Stephan Dilly
ec6180af51 only quit gitui on Ctrl+c from now on 2020-05-10 13:27:46 +02:00
Stephan Dilly
d332e7e586 refactor key handling in diff 2020-05-10 13:24:54 +02:00
Stephan Dilly
e8204d5a6d clippy fixes 2020-05-10 13:19:40 +02:00
Stephan Dilly
5fc8d72ed6 fix home/end buttons on diff and add home button on file list (#43) 2020-05-10 13:12:06 +02:00
Stephan Dilly
5b25abace5 fix clippy warning 2020-05-10 10:10:15 +02:00
Stephan Dilly
8ef80945b0 better label 2020-05-09 22:58:09 +02:00
Stephan Dilly
6bb54cfa8c support home/end to jump up/down (#43) 2020-05-09 22:55:02 +02:00
Stephan Dilly
13979c1013 revert workaround (fixes #26) 2020-05-09 13:04:29 +02:00
Stephan Dilly
87d13f84d8 show diffed files path in title 2020-05-07 17:06:02 +02:00
Stephan Dilly
871f2cf2c3 commit error handling 2020-05-05 13:54:43 +02:00
Stephan Dilly
1db1f00302
Log view (#41) 2020-05-05 13:47:21 +02:00
Stephan Dilly
4df7704ef5 clippy fixes 2020-05-02 16:58:13 +02:00
Stephan Dilly
aa830963d4 file status indication and color for rename 2020-05-02 11:59:14 +02:00
Stephan Dilly
8f6a7bd330 fix rare showing of wrong diff 2020-05-01 22:24:18 +02:00
Stephan Dilly
66cb359e18 simplify code using macro 2020-04-30 13:48:12 +02:00
Stephan Dilly
5908d46d56 better wording 2020-04-30 12:25:18 +02:00
Stephan Dilly
5382ce7408 Improve navigation (#29)
* offer commit only when selecting staging area
* show quickbar cmd to switch between unstaged/staged
* adjust size of focused file tree
2020-04-30 12:22:38 +02:00
Stephan Dilly
12cef5fccd also use status fetching for spinner state 2020-04-29 23:33:44 +02:00
Stephan Dilly
f502c81187 spinner showing pending background work 2020-04-29 23:23:08 +02:00
Stephan Dilly
d48fdd2774 fix folder indenting when a file starting exactly like the folder exists next to it 2020-04-28 17:55:08 +02:00
Stephan Dilly
1ca04496cb Add folder actions unstage/stage/reset 2020-04-28 15:43:11 +02:00
Stephan Dilly
b0fdf5049c
Switch to a tree view for changed files list (#37) 2020-04-28 11:15:05 +02:00
Stephan Dilly
09df10cdbd fix new clippy warning
Fix ci clippy task
2020-04-24 07:41:48 +02:00
Stephan Dilly
39479c5d13 use xdg convention for log file location putting it in .cache (see #27) 2020-04-22 14:31:54 +02:00
Stephan Dilly
aa1c54d366 fix mix up in label for add/remove hunk 2020-04-21 22:31:15 +02:00
Stephan Dilly
72a1f94483 workaround crossterm bug: https://github.com/crossterm-rs/crossterm/issues/421 2020-04-21 18:02:27 +02:00
Stephan Dilly
258d1311cd cleanup 2020-04-18 22:58:39 +02:00
Stephan Dilly
952ea17c90 cleanup 2020-04-18 22:56:22 +02:00
Stephan Dilly
73c650174f fix staging removed files (fixes #24) 2020-04-18 11:25:03 +02:00
Stephan Dilly
69afc129c7 fix line ending drawing CRLF
(fixes #21)
2020-04-16 16:41:04 +02:00
Stephan Dilly
1b90436421 switch to tui clear new in 0.9 2020-04-16 15:12:32 +02:00
Stephan Dilly
e50f15f72b tui upgrade 2020-04-15 22:38:09 +02:00
Stephan Dilly
99a240da5f clippy fix 2020-04-13 01:38:13 +02:00
Stephan Dilly
6bcdee4d63 more clean update messaging 2020-04-13 01:22:09 +02:00
Stephan Dilly
de5cedb05a new update flags system 2020-04-13 00:29:36 +02:00
Stephan Dilly
c0f0883f1b cleanup 2020-04-12 19:45:37 +02:00
Stephan Dilly
e43ed300ed doc 2020-04-12 19:39:53 +02:00