Commit graph

305 commits

Author SHA1 Message Date
SteVen Batten 4dbb5dcb65
bump tas-client-umd 0.1.8 (#180345)
* bump tas-client-umd 0.1.8

* undo accidental spdlog addition
2023-04-19 19:34:35 +02:00
Daniel Imms fc98a10233
xterm@5.2.0-beta.35
Fixes #178014
2023-03-28 14:01:09 -07:00
Daniel Imms 3cf7f3891f
xterm@5.2.0-beta.33
Fixes #177736
2023-03-27 11:10:55 -07:00
Megan Rogge ffe596935b
keep the accessible buffer visible until tab/escape are used (#176054) 2023-03-03 13:23:11 -08:00
Henning Dieterichs a42ec7cdd2
Merge branch 'main' into async-tokenization-2 2023-02-17 17:08:17 +01:00
Henning Dieterichs 6a22e832b7
Adresses PR feedback, adopts most recent textmate version. 2023-02-17 17:04:41 +01:00
Megan Rogge 855ba20c38
use monaco editor in terminal accessible buffer (#174400) 2023-02-16 18:22:28 +01:00
Megan Rogge 3ad462916f
replace last instances of accessibility buffer (#173880) 2023-02-09 11:39:33 -06:00
Megan Rogge a7d49b0f35
use shell integration for richer terminal accessible buffer (#173605) 2023-02-07 14:51:26 -08:00
Megan Rogge d896f7bcd4
add content editable setting, allow non-screen reader users to use accessible buffer (#173322) 2023-02-06 07:48:29 -08:00
Megan Rogge 82d2727bf0
xterm@5.2.0-beta.24 (#173075)
fix #173071
2023-02-01 17:31:21 -06:00
Megan Rogge 6e0c0de2ad
xterm@5.2.0-beta.22 (#172981) 2023-01-31 17:28:01 -08:00
Megan Rogge 7d08b7f404
xterm@5.2.0-beta.21 (#172276) 2023-01-25 14:31:48 +01:00
Megan Rogge 376a3b3a45
xterm@5.2.0-beta.20 (#172191)
xterm@5.2.0-beta.20 fix #172007
2023-01-24 10:37:31 -06:00
Megan Rogge b556f72231
make accessibility buffer readonly (#172067) 2023-01-24 16:42:23 +01:00
Megan Rogge 7fe57a2f7a
update xterm.js, get accessibility buffer to work on windows (#171850) 2023-01-20 19:04:41 +01:00
Megan Rogge 40e5320b10
xterm@5.2.0-beta.16 (#171764) 2023-01-19 23:02:49 +01:00
Megan Rogge ef9fb8a4ea
add accessibility buffer (#171118) 2023-01-19 12:58:47 -06:00
Daniel Imms 6fb7e7a8b1
Update xterm.js
Fixes #158752
2022-12-27 11:16:15 -08:00
Daniel Imms a871eef377
Update xterm.js
Fixes #169614
2022-12-20 15:33:27 -08:00
Daniel Imms b765c21ee8
Update xterm.js
Fixes #166878
Fixes #158896
Fixes #166909
2022-12-16 12:51:00 -08:00
Daniel Imms 6b2df348ab
Update xterm.js
Fixes #163000
2022-12-15 11:57:40 -08:00
Henning Dieterichs 0931ced737
adopt textmate refactoring, fixes #167288 (#168468) 2022-12-08 16:10:26 +01:00
Alexandru Dima 262fe2c606
update deps (#167275)
* update deps

* Roll back `vscode-textmate` to `7.0.1` since there are major changes to adopt
2022-11-28 09:33:15 +01:00
Daniel Imms 4cd7bfa2cd
Update xterm.js
Fixes #166158
2022-11-23 09:55:57 -08:00
Daniel Imms 5885042e32
Update xterm.js
Mainly brings in the texture atlas page/merging changes
2022-11-08 11:51:21 -08:00
Daniel Imms 0181743218
Update xterm.js
Fixes an issue where decorations could cause dropped frames
2022-10-21 16:26:37 -07:00
Daniel Imms bbfff68d40
Update xterm.js
Fixes #163448
2022-10-19 12:13:27 -07:00
Daniel Imms d105e09d00
Reapply and fix xterm update (#164019)
* Revert "Revert "Update xterm.js" (#164002)"

This reverts commit 462ecfab53.

* Adopt xterm internal API change

See xtermjs/xterm.js#4207
2022-10-19 11:18:24 -04:00
Alexandru Dima 462ecfab53
Revert "Update xterm.js" (#164002) 2022-10-19 01:58:06 -07:00
meganrogge 22978f0b6f
xterm@5.1.0-beta.35 2022-10-19 00:17:39 -04:00
Daniel Imms d483681104
Update xterm.js
- Create onSpecificOptionChange and onMultipleOptionChange helpers xtermjs/xterm.js#4195
- Fix demo again xtermjs/xterm.js#4193
- Switch to Ubuntu 20.04 xtermjs/xterm.js#4192
- Fix clearTextureAtlas call as implemented on IRenderer xtermjs/xterm.js#4180
- Create theme service xtermjs/xterm.js#4188
- Ensure stale bitmap is not used when drawing new characters xtermjs/xterm.js#4189
- Lint rule for on=event emitter and rename all methods with on prefix to handle xtermjs/xterm.js#4187
- Fix a bunch of memory retention problems xtermjs/xterm.js#4185
2022-10-10 07:07:36 -07:00
Megan Rogge 6483e39fb7
xterm-addon-webgl@0.14.0-beta.20 (#163021)
xterm-addon-webgl@0.14.0-beta.20 

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-10-07 17:13:49 -07:00
Daniel Imms becaa24c93
Update xterm.js 2022-10-07 10:58:10 -07:00
Daniel Imms ae49262345
Update xterm again
This includes a revert to event refactor which will fix vscode's
internal access. It was going to be reverted anyway.
2022-10-06 10:38:05 -07:00
Daniel Imms d3e41d26ed
Update xterm.js
- Bump copyright year xtermjs/xterm.js#4176
- Share texture atlas cache code between webgl and canvas renderers xtermjs/xterm.js#4170
- Add willReadFrequently to canvas renderer too xtermjs/xterm.js#4169
- Ensure texture atlas comparison uses rgba not object xtermjs/xterm.js#4168
- Create new event with emitter object to simplify code xtermjs/xterm.js#4166
- Define all events and emitters consistently xtermjs/xterm.js#4165
- Inline dirty row service into input handler xtermjs/xterm.js#4163
- Move w objects to $ prefix variables xtermjs/xterm.js#4162

Fixes #158984
Fixes #158874
2022-10-06 09:18:33 -07:00
Daniel Imms 07ef05f7c8
Update xterm
- Fixes a performance regression related to microtasks
- Fixes trusted types error breaking DOM renderer

Fixes #161970
2022-09-28 14:47:52 -07:00
Daniel Imms 4e074b4631
Update xterm
- Fix priority task queue and idle callback fallback xtermjs/xterm.js#4155
- Remove queuemicrotask polyfill xtermjs/xterm.js#4154
- Fix repetitive microtask problem xtermjs/xterm.js#4153
2022-09-27 12:59:08 -07:00
Daniel Imms d1f20dbf2d
Update xterm
- Optimize critical I/O path for input latency xtermjs/xterm.js#4145
- Add PriorityTaskQueue xtermjs/xterm.js#4144
- Use the browser's IdleDeadline to determine max task time xtermjs/xterm.js#4143
- Defer paused renderer resize to idle callback xtermjs/xterm.js#4142
- Do char atlas warmup via new IdleTaskQueue xtermjs/xterm.js#4141
- Share rgba vars throughout Color.ts, fast setTheme parseColor xtermjs/xterm.js#4140
- Optimize contexts for reading frequently xtermjs/xterm.js#4137
- Fix width of upper 1/8 block char xtermjs/xterm.js#4134

Fixes #161323
2022-09-26 07:01:42 -07:00
Daniel Imms 6815c43e78
Update xterm
Main change is warm up of char atlas is performed on an idle frame
2022-09-23 06:15:23 -07:00
Daniel Imms 7c433d036b
xterm@5 2022-09-15 13:31:40 -07:00
Daniel Imms b78276bd0f
xterm@5.0.0-beta.60
Fixes #157585
2022-09-12 08:19:11 -07:00
Daniel Imms 1c3bd7a719
Update xterm.js
Main change: xtermjs/xterm.js#3992
2022-09-02 13:18:22 -07:00
Daniel Imms e0335f887b
Update xterm webgl addon
Fixes #39278
2022-08-30 09:13:52 -07:00
Daniel Imms 76384da25e
Working OSC hyperlinks
Part of #39278
2022-08-30 08:39:55 -07:00
Daniel Imms b02e85c340
Update xterm.js
Fixes #159492
Fixes #159493
Fixes #158868
Fixes #158981
Fixes #157432
2022-08-29 12:19:04 -07:00
Daniel Imms 7978590ce1
Update xterm
This fixes a rendering issue with underscore when using some fonts

Fixes #158497
2022-08-24 15:58:04 -07:00
Daniel Imms 1ecc2a8fd2
Update xterm
Fixes #158326
2022-08-19 14:08:43 -07:00
Daniel Imms c5388f415e
Update xterm
Fixes #157444
2022-08-10 07:18:51 -07:00
Daniel Imms 2f72682e5d
Add canvas renderer addon 2022-08-01 09:29:26 -07:00
Daniel Imms 852b4ae5f8
Update to xterm 5
Mainly just canvas renderer not yet hooked up
2022-08-01 04:57:27 -07:00
Daniel Imms d35989fd5b
xterm@4.20.0-beta.20
Fixes #155232
2022-07-22 08:49:54 -07:00
Daniel Imms de91899be2
xterm@4.20.0-beta.13
Fixes #155035
2022-07-14 05:32:01 -07:00
Daniel Imms 9f3a127b41
xterm@4.20.0-beta.12
Fixes #151225
Fixes #154689
Fixes #154700
Fixes #154702
2022-07-11 12:54:50 -07:00
Daniel Imms b813ee1497
Update xterm
Fixes #154324
2022-07-08 13:12:40 -07:00
Logan Ramos d6114a70be
Remove app insights (#154296)
* Remove app insights

* Update product service to remove asimovKey
2022-07-06 22:23:30 -04:00
Daniel Imms 7fb7b795f6
Update xterm
Fixes #152300
Fixes #151225
2022-07-06 10:04:47 -07:00
Megan Rogge 3836384353
fix find issue (#153732)
fix #153728
2022-06-29 18:11:11 +00:00
Megan Rogge b3fff289c3
update xterm.js (#153354) 2022-06-27 15:38:46 -04:00
Daniel Imms 1ed268719e
xterm-addon-webgl@0.12.0-beta.39
Fixes #152436
2022-06-17 08:31:00 -07:00
Daniel Imms 427834d3c2
xterm-addon-webgl@0.12.0-beta.39
This is one of those odd cases where the latest (.40) is actually older than the
one before because the merged happened close by.

This brings in the light-height webgl powerline fix xtermjs/xterm.js#3862
2022-06-16 08:31:44 -07:00
Daniel Imms f3e3c63d1e
xterm@4.19.0-beta.60
Fixes #151930
Fixes #152063
2022-06-14 14:56:22 -07:00
Logan Ramos d791322812
Bring back 1DS SDK (#151810)
* Revert "Revert "Initial adoption of 1DS Sdk (#151531)""

This reverts commit 09bab84672.

* Testing CI

* More tests

* Add back core config to see if test fails

* Add an if true test

* Make sure we're not instantiating 1ds for tests

* Try async import of post plugin

* Bring back other imports
2022-06-13 10:53:07 -04:00
Daniel Imms 09bab84672
Revert "Initial adoption of 1DS Sdk (#151531)"
This reverts commit b0a239379b.
2022-06-10 13:22:58 -07:00
Logan Ramos b0a239379b
Initial adoption of 1DS Sdk (#151531)
* Start with implementing 1DS

* Add part a flag

* Fix byte mask

* Add internal testing in shared process

* Update AI

* Update XHR Override

* Update to only call unload

* small changes

* Move key to rpoduct.json

* Fix endpoint

Co-authored-by: SteVen Batten <sbatten@microsoft.com>
2022-06-10 09:14:29 -07:00
Daniel Imms ea9d498165
Update xterm
Fixes #150777
Fixes #150992
2022-06-02 15:19:23 -07:00
SteVen Batten ed192fbf22
updating tas-client-umd to 0.1.6 (#150574) 2022-05-27 19:13:34 -04:00
Daniel Imms 10ffbf5255
xterm@4.19.0-beta.56 - consistent overview ruler height
Fixes #148138
2022-05-27 12:54:48 -07:00
Daniel Imms 367ef09fd4
xterm@4.19.0-beta.55 - opaque selection in dom renderer
Fixes #150553
2022-05-27 11:18:21 -07:00
Daniel Imms cf49893c1a
Update xterm
This brings in fixes to search xtermjs/xterm.js#3834 and xtermjs/xterm.js#3831

Fixes #148109
2022-05-26 15:30:11 -07:00
Daniel Imms 9c1926d726
xterm@4.19.0-beta.52
Fixes #148061
2022-05-25 12:51:23 -07:00
Daniel Imms 9e1c5d60ae
Fix exception that could occur during render
Fixes #149867
Fixes #149865
2022-05-20 11:45:01 -07:00
Daniel Imms 5cdfdb435f
Support selection foreground in terminal
Fixes #149505
2022-05-18 09:45:17 -07:00
Daniel Imms d3637bb804
Update xterm for contrast ratio luminance change
Fixes #149495
2022-05-13 13:06:02 -07:00
Daniel Imms 99e15df830
Update xterm and make term find styles consistent with editor
- A bunch of changes to xterm.js including bg/fg decoration overrides
- Tweak find colors to use background instead of border, align with the editor
- Change high contrast themes to also align, including selection bg
- Clear the find active result decoration on blur and when the selection changes

Fixes #147013
Fixes #145751
2022-05-13 10:17:33 -07:00
Megan Rogge 7a265562f8
fix #148857 (#148923) 2022-05-06 09:21:16 -07:00
Logan Ramos b16dc5f6ef
Upgrade tas client modules (#148796)
* Upgrade tas client modules

* Fix root package being wrong version

Co-authored-by: SteVen Batten <6561887+sbatten@users.noreply.github.com>
2022-05-05 13:37:33 -04:00
meganrogge c931f100c1
xterm-addon-search@0.9.0-beta.25
fix #148295
2022-04-27 12:22:34 -07:00
Megan Rogge 410fe0fc78
fix terminal find bugs (#148222) 2022-04-26 16:39:20 -07:00
Megan Rogge 3c8d308a1f
add max threshold for find results for which to show decorations (#147879) 2022-04-21 16:59:35 -07:00
meganrogge 548da541d8
fix #146406 2022-04-19 19:08:50 -07:00
meganrogge 5ff2eb2b90
xterm@4.19.0-beta.23
fixes #146406
2022-04-19 15:41:14 -07:00
meganrogge dafbfe227f
xterm@4.19.0-beta.22
fixes #147602
fixes #147659
2022-04-19 11:05:03 -07:00
meganrogge 42f6aedda1
xterm@4.19.0-beta.21 2022-04-13 11:38:52 -07:00
Alex Dima da6d913b75
Update to vscode-textmate@7.0.1 2022-04-07 19:47:53 +02:00
Alex Dima 9fe7dabbdb
Adopt vscode-textmate@7.0.0 2022-04-07 16:38:21 +02:00
Daniel Imms 1735a8fd75 xterm@4.19.0-beta.20
Fixes #145751
2022-04-01 13:01:16 -07:00
meganrogge cbc3164e9a
xterm-addon-search@0.9.0-beta.17 2022-03-30 20:33:36 -04:00
Daniel Imms 43ca53824d xterm@4.19.0-beta.15
Fixes #145808
2022-03-24 08:27:47 -07:00
meganrogge 117846ddfd
xterm-addon-search@0.9.0-beta.15 2022-03-23 19:42:56 -04:00
Daniel Imms 6a75e4f55a xterm@4.19.0-beta.14 2022-03-23 15:34:51 -07:00
meganrogge 98e2ff9b78
xterm@4.19.0-beta.12 2022-03-22 20:59:23 -04:00
Daniel Imms 96886f8611 xterm@4.19.0-beta.11 2022-03-21 17:13:08 -07:00
meganrogge 7154a322a8
xterm@4.19.0-beta.7 2022-03-16 16:46:29 -04:00
meganrogge 037b4f4c15
xterm@4.19.0-beta.3 2022-03-15 21:29:51 -04:00
meganrogge 04850d10a8
xterm@4.19.0-beta.2 fix #144142 2022-03-09 12:46:56 -06:00
meganrogge 8a9180f8c6
xterm@4.18.0-beta.15 2022-02-25 13:59:20 -06:00
meganrogge b0c914146e
xterm@4.18.0.beta.13 fixes #143014
fixes #143784
2022-02-24 13:31:15 -06:00
Daniel Imms 77302e7332 Update xterm.js
Commit: ded6750ff55b04352071fee12174082030c290ce

Fixes #143784
2022-02-23 14:33:22 -08:00
Daniel Imms b593e59f5c Delay registration of command start marker
Fixes #143798
2022-02-23 14:10:16 -08:00