Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use canvas to render the terminal #33954

Merged
merged 25 commits into from
Sep 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
78be8b3
Update typings
Tyriar Sep 3, 2017
6894327
Add CSS changes
Tyriar Sep 3, 2017
447b1e1
Get fonts displaying correctly
Tyriar Sep 3, 2017
fbd6419
Support lineHeight
Tyriar Sep 3, 2017
c6b2dd5
Align terminal to bottom
Tyriar Sep 3, 2017
0d022d5
Fix lineHeight for terminal char measure object
Tyriar Sep 3, 2017
993aea8
Fix default terminal line height
Tyriar Sep 3, 2017
977fd77
Make fontSize a number
Tyriar Sep 3, 2017
5a1a34f
Merge remote-tracking branch 'origin/master' into tyriar/canvas_terminal
Tyriar Sep 6, 2017
72af20c
Partial support for new link API
Tyriar Sep 6, 2017
8ada816
Use new tooltip callback
Tyriar Sep 7, 2017
500240a
Merge remote-tracking branch 'origin/master' into tyriar/canvas_terminal
Tyriar Sep 7, 2017
26f1b9a
Merge remote-tracking branch 'origin/master' into tyriar/canvas_terminal
Tyriar Sep 7, 2017
6d7e0df
Fix unit tests
Tyriar Sep 8, 2017
dea0bf6
Merge remote-tracking branch 'origin/master' into tyriar/canvas_terminal
Tyriar Sep 8, 2017
b982b56
Don't require panel to exist for xterm.js to init
Tyriar Sep 8, 2017
055b8b4
Uplevel xterm.js
Tyriar Sep 10, 2017
62afc94
Uplevel xterm.js
Tyriar Sep 10, 2017
61cef0a
Support new terminal theme model
Tyriar Sep 10, 2017
7df8d06
Support terminal.selectionBackground theme key
Tyriar Sep 10, 2017
9746e5c
Add copyright statement
Tyriar Sep 10, 2017
379070d
Tweak terminal selection defaults
Tyriar Sep 10, 2017
ab8ebea
Uplevel xterm.js
Tyriar Sep 10, 2017
27c1918
Fix font/line height size issues
Tyriar Sep 10, 2017
02c75d2
Remove enableBold and fontLigratures terminal settings
Tyriar Sep 10, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vscode-ripgrep": "0.0.25",
"vscode-textmate": "^3.1.5",
"winreg": "1.2.0",
"xterm": "Tyriar/xterm.js#vscode-release/1.16",
"xterm": "Tyriar/xterm.js#vscode-release/1.17",
"yauzl": "2.8.0"
},
"devDependencies": {
Expand Down
Loading