Rodrigo Batista de Moraes
67fa456e08
Add word motions to text input ( #1256 )
2022-09-08 08:50:08 +02:00
extrawurst
0ddec47611
cleanup
2022-09-03 10:22:24 +02:00
extrawurst
cf9ce9d4ff
File watching using notify ( #1310 )
...
closes #1
2022-09-02 09:59:13 +02:00
extrawurst
5101b39556
switch from lazy_static to once_cell
2022-09-02 09:17:34 +02:00
extrawurst
4249a278b6
nightly clippy fixes
2022-09-02 09:09:29 +02:00
extrawurst
77a20fb86f
small visual fixes
2022-08-31 11:53:26 +02:00
extrawurst
b9c105605e
fix submodules border style
2022-08-31 11:48:28 +02:00
extrawurst
4e0da37230
Support updating submodules ( #1305 )
2022-08-31 11:40:52 +02:00
extrawurst
986d34a5ac
support opening submodule ( #1298 )
2022-08-31 10:51:08 +02:00
extrawurst
69d30a2cd0
make cmdbar_bg style default to blue again
2022-08-30 14:05:10 +02:00
Luigi Clemente
bacf81f6d6
Improve UI selection and command bar ( #1299 )
...
* Added new color for commands bar
* Made commit list item and file tree item fill the entire row
2022-08-30 14:03:35 +02:00
extrawurst
1787917c13
fix small todo
2022-08-28 13:35:39 +02:00
extrawurst
ef3ece552d
PoC list submodules ( #1090 )
2022-08-27 17:55:06 +02:00
extrawurst
e68e5e2f46
fix one more TODO
2022-08-21 15:11:12 +02:00
extrawurst
200563aa58
remove another clippy ignore
2022-08-20 15:13:34 +02:00
extrawurst
12a6ecb9f7
remove another clippy workaround
2022-08-20 15:12:06 +02:00
extrawurst
0e2262882b
fix some clippy workarounds
2022-08-20 11:52:13 +02:00
extrawurst
8e54bfd364
upgrade crossterm/tui
2022-08-17 22:12:39 +02:00
JayceFayne
d4949a676b
support copy to clipboard on wayland ( #1233 )
2022-08-17 19:46:56 +02:00
extrawurst
948f4bb287
clap unittest
2022-08-17 18:23:55 +02:00
extrawurst
64f68fa668
remove old clippy ignores
2022-08-17 17:29:49 +02:00
Stephan D
4a0e58ae15
msrv 160 ( #1279 )
...
* bump edition
* msrv 160
* upgrade clap and more deps
2022-08-17 16:30:54 +02:00
extrawurst
3ce715178b
upgrade syntact to get rid of plist and #1275
2022-08-15 12:50:10 +02:00
extrawurst
c1cb868c4b
fix nightly clippy
2022-07-02 08:17:15 +02:00
extrawurst
149841c604
doc comment
2022-04-24 22:34:50 +02:00
extrawurst
cce49a34b7
Revert "Change diff renamed files ( #1040 )"
...
This reverts commit 5f466ff983 .
2022-04-24 22:30:40 +02:00
extrawurst
c3dbce1cd6
cargo fmt
2022-04-24 20:12:47 +02:00
Luka Markušić
638d7c2648
Sort fuzzy_matcher results based on score ( #1183 )
...
Co-authored-by: Stephan D <776816+extrawurst@users.noreply.github.com>
2022-04-24 20:11:26 +02:00
Gleb Davydov
5f466ff983
Change diff renamed files ( #1040 )
2022-04-24 19:25:50 +02:00
splitDEV
13afbf6bba
Add support for GIT_DIR and GIT_WORK_TREE environment variables ( #1191 )
...
* Use git env variables for git dir and git workdir
* Add changes to CHANGELOG.md
* Fix indentation
* Add link to PR
Co-authored-by: Stephan D <776816+extrawurst@users.noreply.github.com>
2022-04-24 19:12:00 +02:00
Stephan D
02efae1499
Fix stashlist after marked drop ( #1207 )
2022-04-23 19:01:15 +02:00
extrawurst
3c27d4f9f5
nightly clippy fix
2022-04-17 16:47:00 +01:00
Stephan D
2a578889f3
switch focus to index after staging last file ( #1170 )
2022-03-10 00:50:37 +01:00
extrawurst
dadf8ba269
fix nightly build
2022-03-09 21:34:31 +01:00
Stephan Dilly
284c57fb72
generic popup stacking solution ( #1124 )
...
* generic popup stacking solution
* allow going back to file-revision popup
* do not select diff in coming back to files-revlog
* handle filetree popup via stacking
* allow going back to inspect commit
* allow coming back to compare/inspect commit
2022-02-06 22:13:05 +01:00
Stephan Dilly
4f3ecfcd7c
fix left arrow closing popup ( #1121 )
...
* fix left arrow closing popup
* fix pageup/down being borked
* adhere to global diff options
* fix build for rust 1.50
* show revision count in header
* allow blaming any specific file revision
* show blame command
* allow opening history from blame
2022-01-31 20:56:59 +01:00
Fernando Silva
2745d9f860
fix: blame tabs indentation
2022-01-31 09:47:56 +01:00
Stephan Dilly
457ea47457
file revlog: diff issues
...
* clear on open
* populate after log was loaded
2022-01-30 23:11:17 +01:00
Stephan Dilly
194fa6f2e7
perf improvement when fullscreen popup open
...
do not render tabs when fullscreen popup open
2022-01-30 23:00:00 +01:00
Stephan Dilly
ef78a3a8ba
fix file log key events leaking through
2022-01-30 19:41:14 +01:00
Stephan Dilly
f2b09d39c6
clippy nightly fixes
2022-01-30 19:28:45 +01:00
Christoph Rüßler
b622ceef94
Add popup for file history ( #841 )
2022-01-30 18:50:50 +01:00
Stephan Dilly
e18aa48aea
fix issue with taglist component without remotes ( #1112 )
2022-01-27 21:56:54 +01:00
Stephan Dilly
fce9b90071
Fix 1104 performance regression ( #1107 )
2022-01-26 09:56:17 +01:00
Stephan Dilly
6cf39a88f5
Fix 1102 performance reg ( #1103 )
2022-01-26 00:30:19 +01:00
Stephan Dilly
14c79c12a6
use @ and style as fat tag symbol
2022-01-22 17:59:11 +01:00
Stephan Dilly
166826f5ea
allow inspecting tag annotation
2022-01-22 01:21:15 +01:00
Stephan Dilly
13b6b2fdc6
support deleting tag on remote ( #1079 )
2022-01-16 22:56:39 +01:00
Stephan Dilly
132559ea7f
support annotated tags ( #1073 )
2022-01-12 12:44:34 +01:00
Stephan Dilly
b6429bc330
do not allow pull on local-only branch ( #1067 )
2022-01-09 16:31:20 +01:00