Commit Graph

3858 Commits

Author SHA1 Message Date
Daniel Imms afac134186 Pull in new xterm.js
Fixes #26401
2018-02-05 14:24:51 -08:00
kieferrm 443fd7841b update distro reference 2018-02-02 16:10:38 -08:00
Erich Gamma 00df3bdc28 Merge branch 'master' into unused-variables 2018-02-02 16:18:49 +01:00
Erich Gamma c7b7ace3d4 Perform the tslint checks in the context of a program to enable checks which require type information 2018-02-02 16:11:16 +01:00
Alex Dima 68a24258e1 bump to 1.21.0 2018-02-02 16:00:56 +01:00
Ramya Achutha Rao 915b8c03ed Updating OSS tool results 2018-01-31 18:20:15 -08:00
Daniel Imms c094367d26 Fix double and triple click on links in terminal
Fixes #41415
2018-01-31 18:00:00 -08:00
Matt Bierner ea898c1242 Update distro 2018-01-31 15:54:57 -08:00
Ramya Achutha Rao bd7c84d636 Update distro 2018-01-31 15:51:53 -08:00
Dirk Baeumer 28e65824f2 Update to latest vscode-nls-dev 2018-01-30 11:59:52 +01:00
Ramya Achutha Rao 98ae7354ea Updated distro for recommendations url 2018-01-29 21:12:56 -08:00
Daniel Imms 8d4d2401cd Allow mouse wheel to scroll term apps when in alt buffer
Fixes #42254
2018-01-29 13:15:43 -08:00
Alex Dima e4d67319ea Merge commit '08a27fe3b331c7947def0c08092c688240198caf' into alex/asar 2018-01-29 12:04:05 +01:00
Daniel Imms 9cfbdd0abf Localize xterm.js strings 2018-01-28 13:18:47 -08:00
Dirk Baeumer b3f939095c Upgrade to vscode-nls-dev 3.0.6 2018-01-28 21:46:24 +01:00
Daniel Imms 3570f2d829 vscode-xterm@3.1.0-beta12
Removes navigation mode
2018-01-27 18:44:46 -08:00
Alex Dima 2970cf5517 Merge remote-tracking branch 'origin/master' into alex/asar 2018-01-26 17:37:23 +01:00
Alex Dima 85b8b04473 Pack the core node_modules to node_modules.asar as part of building 2018-01-26 16:22:15 +01:00
Joao Moreno 91a19d9071 adopt spdlog 0.6.0
fixes #39807
fixes #41136
2018-01-26 09:52:14 +01:00
Dirk Baeumer 04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Daniel Imms 7b2864f689 Fix regression with page up/down+modifiers in terminal
Fixes #42161
2018-01-25 09:27:22 -08:00
Rob Lourens 6bfe9bbe8a Bump distro 2018-01-23 21:57:06 -08:00
Daniel Imms 087899f428 Place terminal textarea below rows, fix nav mode reading wrong item 2018-01-23 11:17:37 -08:00
Daniel Imms 2fe2829517 vscode-xterm@3.1.0-beta8 2018-01-23 09:02:57 -08:00
Joao Moreno 53a2781d80 add extensions control url 2018-01-23 16:25:51 +01:00
kieferrm 1502c8c2a0 update distro 2018-01-22 22:26:32 -08:00
Daniel Imms 80991ce8a0 Fix terminal links sometimes not working before scroll
Fixes #36072
2018-01-22 12:00:23 -08:00
Daniel Imms 060896c901 Announce terminal to screen reader
Part of #8339
2018-01-22 06:40:22 -08:00
Daniel Imms 8e7ca11a13 xterm@3.1.0-beta5
Part of #11314
2018-01-20 11:01:53 -08:00
Daniel Imms 3904a9d878 Pull in latest terminal screen reader changes 2018-01-17 10:58:44 -08:00
Daniel Imms 4eea7798c4 vscode-xterm@3.1.0-beta2
Fixes #41281
2018-01-08 09:57:10 -08:00
Daniel Imms 8e0baeddeb vscode-xterm@3.1.0-beta1
This pulls in all the pushed changes after the v3 release and more screen
reader improvements, including:

- Render row debouncer to limit re-rendering of a11y rows
- assertive live region
- Convert \t to nbsp in live region
- Bug fix in parser not exiting to normal parse mode on certain sequences
- Emit selection event on terminal (not SelectionManager)
- Use of resolution event in ScreenDprMonitor
2018-01-05 14:39:17 -08:00
Daniel Imms 00a2a23538 Initial terminal screen reader support
Part of 8339
2018-01-03 10:32:21 -08:00
Daniel Imms bfb8ac5f5f Allow alt+backspace in terminal/bash to delete word
Fixes #40444
2018-01-02 10:42:02 -08:00
Rob Lourens 49b1249494 vscode-ripgrep@0.7.1 2017-12-30 22:50:24 -08:00
Daniel Imms a83a46d9a7 vscode-xterm@3.0.0-beta3
Improves solution to terminal viewport changing monitor issue
2017-12-29 13:59:38 -08:00
Daniel Imms 2cc5e38b52 vscode-xterm@3.0.0-beta2
Fixes terminal viewport rendering messing up when moving between monitors
of different DPIs.

Fixes #34320
2017-12-29 08:36:29 -08:00
Daniel Imms 76f8ae85c9 Replace xterm with vscode-xterm
Fixes #38342
Fixes #40927
2017-12-29 07:21:23 -08:00
Daniel Imms 114adf703b Upgrade xterm.js 2017-12-26 04:18:55 -08:00
Sandeep Somavarapu 1c94a006da #40196 Use files in the background for storing content of output channels 2017-12-18 18:25:45 +01:00
Ramya Achutha Rao b5e4920670 Update appinsights module fixes #40095 2017-12-13 11:44:53 -08:00
Benjamin Pasero 0ef13b6d54 Allow to save files that need user elevation (fixes #1614) (#40107) 2017-12-12 16:03:25 +01:00
Benjamin Pasero 9f0383f163 Add "(Administrator)" suffix to window title when running as administrator in Windows (fixes #19707) 2017-12-12 11:22:45 +01:00
Daniel Imms 457069efef Fix High Sierra terminal not exiting problem
Fixes #37846
2017-12-08 16:07:05 -08:00
Alex Dima 24f2facb54 Open master for business 2017-12-08 14:03:51 +01:00
Alex Dima 715ddfd55b OSS 2017-12-08 10:33:04 +01:00
Johannes Rieken 6ebc4409e9 depend on 0.0.7 of inspect-profiler, #39898 2017-12-08 09:16:14 +01:00
Alex Dima e27ceb87a9 OSS 2017-12-07 22:17:13 +01:00
kieferrm 0f008a6531 change distro 2017-12-06 16:50:44 -08:00
kieferrm cd29228860 changed distro 2017-12-06 14:13:48 -08:00