Jesse Duffield
|
2f45db8f7c
|
fix scrolling in sub commits panel
|
2021-11-10 08:54:14 +11:00 |
|
Jesse Duffield
|
3fb478a30e
|
add tests
|
2021-11-07 13:32:36 +11:00 |
|
Jesse Duffield
|
5d12a6bf99
|
restore some code that was erroneously removed
|
2021-11-07 13:32:36 +11:00 |
|
Jesse Duffield
|
1d40d03bb2
|
refactor
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
9a9e3d506d
|
more consistent rendering
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
06ca71e955
|
fix bug
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
308a3b51b3
|
some more throttling stuff
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
ccd80a0e4b
|
add menu options for log stuff
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
37be9dbea1
|
support scrolling left and right
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
f6ec7babf5
|
add some config
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
802cfb1a04
|
render commit graph
|
2021-11-05 07:58:21 +11:00 |
|
Jesse Duffield
|
2fc1498517
|
some refactoring in anticipation of the graph feature
|
2021-11-01 10:03:49 +11:00 |
|
Jesse Duffield
|
7a464ae5b7
|
add graph algorithm
|
2021-11-01 10:03:49 +11:00 |
|
Jesse Duffield
|
927ee63106
|
support aborting a merge or rebase with esc
|
2021-11-01 09:18:30 +11:00 |
|
Jesse Duffield
|
9989c96321
|
better formatting
|
2021-10-31 22:33:39 +11:00 |
|
Jesse Duffield
|
f91892b8f1
|
fix truncation
|
2021-10-30 20:19:40 +11:00 |
|
Jesse Duffield
|
5df0fe0765
|
fix crash
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
c47c539e12
|
support user-configurable author colours
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
c96496c3a7
|
show author info in rebase commits
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
7561703e8d
|
move author name colouring code into its own file
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
b04b457246
|
fix yet another issue with indentation
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
6457800748
|
fix another issue with indentation
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
7d9461877a
|
fix issue with indentation
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
e122f421e6
|
only use a single initial for double sized runes
|
2021-10-30 18:26:06 +11:00 |
|
Ryooooooga
|
6171690b00
|
Fix multibyte initial characters
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
253504a094
|
associate random colours with authors
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
f704707d29
|
stream output from certain git commands in command log panel
|
2021-10-30 18:26:06 +11:00 |
|
Jesse Duffield
|
01d82749b1
|
fix commit message prefix thingo
|
2021-10-25 22:40:15 +00:00 |
|
Jesse Duffield
|
3eb124c732
|
easier hiding of command log
|
2021-10-23 12:54:57 +11:00 |
|
Jesse Duffield
|
ef544e6ce9
|
add more suggestions
|
2021-10-23 12:29:52 +11:00 |
|
Jesse Duffield
|
629494144f
|
show suggestions when typing in an origin
|
2021-10-23 12:29:52 +11:00 |
|
Jesse Duffield
|
b6a5e9d615
|
use cached git config
|
2021-10-23 10:26:47 +11:00 |
|
Jesse Duffield
|
5011cac7ea
|
show filetree by default
|
2021-10-22 22:39:17 +11:00 |
|
Sam Burville
|
5df0475612
|
Add variable to simplify JumpToBlock keybinding
This removes the magic '5' and instead uses the number of windows.
|
2021-10-22 22:38:26 +11:00 |
|
Sam Burville
|
f6e316dfe5
|
Improve JumpToBlock keybinding functionality
Improve experience when yaml file has != 5 keybindings and change view
helper to use the length of the array instead of hardcoded value.
|
2021-10-22 22:38:26 +11:00 |
|
Sam Burville
|
91e8765d9c
|
Add JumpToBlock keybinding
This should allow users to decide their own keybinding for jumping
between blocks/panels.
E.g. A user could choose 5-9 instead of 1-5.
|
2021-10-22 22:38:26 +11:00 |
|
Jesse Duffield
|
80a8e9b04d
|
fix merge conflict scrolling
|
2021-10-22 22:16:52 +11:00 |
|
Jesse Duffield
|
2008c39516
|
add tests for dealing with remotes
|
2021-10-22 21:33:17 +11:00 |
|
Jesse Duffield
|
6388af70ac
|
simplify pull logic
|
2021-10-22 21:33:17 +11:00 |
|
Jesse Duffield
|
5ee559b896
|
fix issue where upstream origin and branch were quoted together
fix issue where upstream origin and branch were quoted together
|
2021-10-20 09:29:17 +11:00 |
|
Jesse Duffield
|
ca7252ef8e
|
suggest files when picking a path to filter on
async fetching of suggestions
remove limit
cache the trie for future use
more
more
|
2021-10-19 09:02:42 +11:00 |
|
Ryooooooga
|
40bc3aa5a9
|
Improve backward compatibility
|
2021-10-18 22:44:01 +09:00 |
|
Jesse Duffield
|
a05f22efa2
|
support home/end keys in editors
|
2021-10-17 20:14:31 +11:00 |
|
Jesse Duffield
|
c0cd9dd835
|
stop opening suggestions tab when no suggestions present
|
2021-10-17 20:05:09 +11:00 |
|
Jesse Duffield
|
305f211615
|
surface error when trying to set upstream
|
2021-10-17 09:00:08 +00:00 |
|
Jesse Duffield
|
d672b7342f
|
stop resetting scroll all the time
|
2021-10-17 19:45:57 +11:00 |
|
Jesse Duffield
|
e7c27b6f4a
|
small fixes
|
2021-10-17 06:41:21 +00:00 |
|
Jesse Duffield
|
345c90ac05
|
fix editor
|
2021-10-17 04:17:59 +00:00 |
|
Ryooooooga
|
7564e506b5
|
Enable/disable os specific tests at compile time
|
2021-10-17 11:00:20 +11:00 |
|
Ryooooooga
|
1e50764b4d
|
Fix tests
|
2021-10-17 11:00:20 +11:00 |
|