Eric Amodio
07592c6d18
Fixes #366 - keybinding args changed 😢
6 years ago
Eric Amodio
1fae4e871f
Reworks menu contributions
6 years ago
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 years ago
Eric Amodio
f8a1183039
Fixes various failures when not on a branch
6 years ago
Eric Amodio
965f7f87ce
Cancels tokens because of vscode api change
See https://github.com/Microsoft/vscode/pull/46102
6 years ago
Eric Amodio
249474139e
Adds rich tooltips to views
Fixes duplicate upstream node issue
Fixes results explorer node refreshing
6 years ago
Eric Amodio
28b87cfc92
Refactors current line tracking
Splits currentLineController into:
lineAnnotationController - end of line annotation
lineHoverController - hovers to current line(s)
statusBarController - blame on the statusbar
6 years ago
Eric Amodio
5b5bad84fa
Fixes issues with image & binary files
Fixes open file, open revision, & show file history
6 years ago
Eric Amodio
2ac71647cb
Fixes #309 - comparision commands terminology
6 years ago
Eric Amodio
adda808182
Moves filter into getRemotes
6 years ago
Eric Amodio
35b437afbf
Renames files for better clarity
6 years ago
Eric Amodio
b10f7391ed
Adds control over annotation toggling
Supports toggling annotations for each file individually or all files at once
Closes #289
6 years ago
Eric Amodio
266b43b012
Closes #279 - removes selected from ancestor compare
Adds custom label support to result view
6 years ago
Eric Amodio
3d994bd0cf
Adds compare working tree to branch/tag command
7 years ago
Eric Amodio
cb15bd6149
Renames DiffHeadWithBranchCommand
7 years ago
Eric Amodio
90b5fdf1df
Fixes incorrect error messages
7 years ago
Eric Amodio
29e48fa1f8
Fixes typo
7 years ago
Geoffrey
dd3768fa33
Add new command to diff HEAD with branch using command palette
7 years ago
Eric Amodio
d0354de864
Fixes issues opening the working file if renamed
7 years ago
Eric Amodio
2ef4051c3d
Opens changes and files in the active column
7 years ago
Eric Amodio
c4483b1b91
Fixes title issue with newly added files
7 years ago
Eric Amodio
edfd0327e6
Fixes #35 - Traps xclip error and notifies
7 years ago
Eric Amodio
cd7a9ced38
Fixes typos
7 years ago
Eric Amodio
79ef07d5d4
Shows welcome page on first start
Fixes settings migration
7 years ago
Eric Amodio
6898c39195
Changes code lens and line blame toggles to always work
7 years ago
Eric Amodio
f25ca41300
Switches to es2017 output
Uses import() for copy/paste and tmp
7 years ago
Eric Amodio
ad2bc4eb3b
Overhauls configuration
7 years ago
Eric Amodio
3be10947f5
Fixes #259 - limits merges to first parent
Since git log --follow drops merges, -m --first-parent adds them back
7 years ago
Eric Amodio
acb7f9f046
Fixes selection not getting restored in blame
Tweaks the blame animation
Fixes issues with blame and the active editor
7 years ago
Eric Amodio
1b0d516b01
Fixes recent changes annotations
7 years ago
Eric Amodio
b58c023b66
Adds repo picker to commit search
Adds repo name to results if there is more than 1
7 years ago
Eric Amodio
6ae9d0e808
Fixes issues with findWorkingFileName
7 years ago
Eric Amodio
f7b2638d7e
Fixes issues with diff trying to use a range
Removes range because it is unnecessary
7 years ago
Eric Amodio
ab9d0eb7b4
Renames getLogCommit to getLogCommitForFile
Adds new getLogCommit
Adds getRecentLogCommitForFile
Renames getLogForRepo to getLog
Renames getLogForRepoSearch to getLogForSearch
7 years ago
Eric Amodio
52e9441aea
Moves config interfaces into single file
7 years ago
Eric Amodio
64c8bd46c9
Fixes versioned files not working
7 years ago
Eric Amodio
9f40bf037a
Closes #112 - Adds blame support for unsaved files
Adds a static "container"
Adds a document tracker - replaces the context tracker
Adds a line tracker
Refactors all the things - better performance, lower overhead, less code, more separation of concerns, more maintainable (hopefully)
Changes dirty blame to only happen after a "idle" delay
Closes open file annotations on edit (too expensive to track changes)
7 years ago
Eric Amodio
e0f875412f
Fixes renamed files not showing changes from view
7 years ago
Eric Amodio
1a4b3d61e5
Adds explicit skipMerges to match diffWithPrevious
7 years ago
Eric Amodio
8212659460
Closes #112 - Adds blame support for unsaved files
7 years ago
Eric Amodio
10d7f683d8
Closes #197 - Preview search matches
Adds file-based search options to placeholder text
7 years ago
Eric Amodio
b01d7abb62
Closes #182 - adds heatmap annotations
7 years ago
Eric Amodio
aa553048d8
Closes #204 - Adds tag support to commands
7 years ago
Eric Amodio
29b455d447
Adds `Open Revision...` command
Fixes issues with commit paging in certain quick pick menus
7 years ago
Eric Amodio
b254d7f96e
Closes #236 - adds open working file
7 years ago
Eric Amodio
060e992a92
Closes #225 - reduces startup time & package size
Replaces spawn-rx with homegrown (stolen) implementation
Removes telemetry for now (until I get an azure account again)
Removes unused lodash modules
Removes unused testing dependencies
7 years ago
Eric Amodio
76ee2bc85c
Fixes unable to go back after show all
7 years ago
Eric Amodio
9dc6e29a49
Closes #234 - adds directory compare to views
7 years ago
Eric Amodio
020deaaff7
Fixes some startup performance issues
Adds some startup performance timings
7 years ago
Eric Amodio
b9bc84f0d2
Adds Show All Commits to commit search
Adds Show in Results to file history quick pick
Adds re-query support to GitLog
Fixes Open in File/Revision for file history quick pick
7 years ago