Eric Amodio
0c75e4079a
Adds stage/unstage commands to repo explorer
6 lat temu
Eric Amodio
865459534a
Normalizes all icons to viewbox
6 lat temu
Eric Amodio
a722a995ea
Adds new repository commands (fetch, pull, push) (wip)
Closes #470 - Adds fetch command to Repository explorer
6 lat temu
Eric Amodio
2e4cbcad10
Reworks explorers (wip)
Closes #354 - Adds line history explorer (wip)
Closes #456 - Adds repository status to the repository nodes
6 lat temu
Eric Amodio
b58dc49d07
Adds diffWithWorking to editor toolbar when diffing
Renanes "Compare x with" commands
6 lat temu
Eric Amodio
5da25f1698
Adds alt command to compare with previous toolbar command
6 lat temu
Maxim Pekurin
73ed78e4a0
Adds VSTS icon
6 lat temu
Eric Amodio
6aee5f42f4
Fixes #155 - prev/next navigation works in diff editors
Also adds icons for prev/next and places them into the editor toolbar
6 lat temu
Eric Amodio
c34ed2d13f
Adds history explorer
6 lat temu
Eric Amodio
ae8428c316
Removes open working file when unneeded
6 lat temu
Eric Amodio
02e080167e
Adds remote-specific icons to view
6 lat temu
Eric Amodio
7a61eb1f40
Adds swap comparision command to results view
6 lat temu
Eric Amodio
e45f63621b
Requires vscode 1.20
Adds inline commands to explorer
6 lat temu
Eric Amodio
16d855a3a0
Updates the tree layout for branches
- Removes mix-tree support
- Avoids nesting on the current branch
- Caches basename
- Replaces folder icons with theme icons
- Folder icons will now follow the file icon theme used
- Fixes minor nitpicks
6 lat temu
Yukai Huang
4103381af1
Closes #258 - Adds tree-like layout to branches
Add folder icon
Implement branch folder
Implement branches.layout config option
Fix branch node ordering in Tree layout
Sort branch folder containing current branch correctly
- Add current getter method to BranchNode
- Implment a recursive findCurrent method on BranchFolderNode
Do not parse invalid branch name as branch folder
Expand current branch folder
6 lat temu
Eric Amodio
acb7f9f046
Fixes selection not getting restored in blame
Tweaks the blame animation
Fixes issues with blame and the active editor
6 lat temu
Eric Amodio
b254d7f96e
Closes #236 - adds open working file
7 lat temu
Eric Amodio
261b216ea8
Adds tags node to the view
7 lat temu
Eric Amodio
ff5780e696
Adds commit search results view
Adds comparison results view
7 lat temu
Eric Amodio
aa4c798780
Adds indicator status to branch nodes
7 lat temu
Eric Amodio
f7df845dfe
Adds working tree status to custom view (insiders)
Hides working changed files behind insiders flag
Unhides Changed Files node from behind insiders flag
Adds changed file count to Changed Files node label
Adds icon to Changed Files node
Adds upstream branch to upstream status nodes
Sorts files in the Changed Files node
7 lat temu
Eric Amodio
2c9a26e47b
Fixes untracked files not showing in stash list
7 lat temu
Eric Amodio
48814d4213
Changes show all commits icon
7 lat temu
Eric Amodio
77ae37c54c
Adds rudimentary "paging" to custom view branch history
7 lat temu
Eric Amodio
f911447c5e
Formats svg like other icons
7 lat temu
Eric Amodio
35b16a78ba
Adds status indicator to repo icon
7 lat temu
Eric Amodio
9782a81e46
Adds new GitLens custom view
7 lat temu
Eric Amodio
00cdd2e375
Adds "on" state to file annotation command
Adds "progress" state to file annotation command
7 lat temu
rebornix
b81d873a34
WIP of Stash Explorer commands
# Conflicts:
# src/commands/stashApply.ts
7 lat temu
Eric Amodio
d193676502
Adds status icons to explorer views
Adds templating support to explorer views
7 lat temu
Eric Amodio
c812a56eac
Adds an experimental custom view (wip)
7 lat temu
Eric Amodio
a2903ce4a9
Refactors formatters
Moves annotation messages from formatter to annotations
Moves icons into dark/light folders
7 lat temu