Commit graph

3350 commits

Author SHA1 Message Date
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
Alexandru Dima 809cceca75
update distro (#161957) 2022-09-27 05:29:48 -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
Sandeep Somavarapu b95793e6f7
update distro (#161524) 2022-09-22 13:03:56 -07:00
Sandeep Somavarapu 4f7d5e2cf2
update distro (#161495) 2022-09-22 08:09:15 -07:00
Matt Bierner 4b973c8ebc
Pick up latest TS for building VS Code (#161426) 2022-09-21 14:56:43 -07:00
Alex Ross d26952bfeb
Bump distro (#161401) 2022-09-21 07:03:05 -07:00
Benjamin Pasero d4a02ffb61
🆙 playwright even more (#161374) 2022-09-21 00:31:52 -07:00
Benjamin Pasero 772289fd6a
tests - update playwright (#161367) 2022-09-20 22:07:05 -07:00
Peng Lyu dc2d178f06
Bump distro. (#161346) 2022-09-20 14:02:52 -07:00
Matt Bierner 6c3e1f0ff1
Pick up latest notebook renderer API typings (#161135) 2022-09-16 13:09:20 -07:00
Matt Bierner 687712b871
Pick up latest TS nightly for building VS Code (#161127) 2022-09-16 10:37:58 -07:00
Robo 158949651c
chore: update distro (#161117) 2022-09-16 09:01:42 -07:00
Daniel Imms bed45532b5
Merge pull request #161012 from microsoft/tyriar/xterm5_update
xterm@5
2022-09-16 06:02:37 -07:00
Robo 22cbb8e958
chore: update electron@19.0.17 (#161027)
* chore: update electron@19.0.17

* chore: update API typings

* fix: compilation errors

* build: add libcups dependency
2022-09-16 12:41:52 +02:00
Daniel Imms 7c433d036b
xterm@5 2022-09-15 13:31:40 -07:00
Daniel Imms 927efdf629
Fix xterm-headless version 2022-09-12 16:02:00 -07:00
Daniel Imms b78276bd0f
xterm@5.0.0-beta.60
Fixes #157585
2022-09-12 08:19:11 -07:00
Raymond Zhao 29ba38e405
Update windows-process-tree (#160545) 2022-09-12 07:53:18 -07:00
Matt Bierner 3c5b3abbee
Pick up latest TS nightly for building VS Code (#160560) 2022-09-09 14:54:58 -07:00
Alex Ross 5f9946a307
Bump distro (#160277) 2022-09-07 06:55:40 -04:00
Alex Ross a27fc69ce5
Bump distro (#160084) 2022-09-05 14:23:42 +02:00
Daniel Imms 1c3bd7a719
Update xterm.js
Main change: xtermjs/xterm.js#3992
2022-09-02 13:18:22 -07:00
Matt Bierner abe0832a22
Bump version (#159784) 2022-09-01 10:41:14 -07:00
Johannes Rieken 2335d95925
Merge pull request #159300 from microsoft/joh/swc
SWC experiments
2022-09-01 10:15:50 +02:00
tanhakabir aaa72d5b67
Distro bump (#159700) 2022-08-31 19:33:26 +02:00
Johannes 95205a3cdd
Merge branch 'main' into joh/swc 2022-08-31 16:45:01 +02: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
Johannes fb76d213f9
update swc 2022-08-30 14:16:18 +02:00
Johannes a252938303
Merge branch 'main' into joh/swc 2022-08-30 14:14:22 +02:00
Benjamin Pasero 772a0197b0
🆙 distro (#159545) 2022-08-30 06:50:12 -04:00
Matt Bierner 5e92794be6
Re-enable running our eslint rules using ts-node (#159495)
Resubmission of #157532 with the following changes:

- Use `eslint-plugin-local` instead of `yarn` link to run our plugins
- Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`)
- Update all names to `local/`
2022-08-30 08:40:04 +02: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
Matt Bierner b5a1bb34e9
Pick up latest TS for building VS Code (#158420) 2022-08-26 23:00:38 +02:00
Johannes bbf0bd9c01
update to latest 2022-08-26 11:58:43 +02:00
Johannes 93e346a449
Merge branch 'main' into joh/swc 2022-08-26 08:59:51 +02: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
Johannes 29d5cd59b8
update swc 2022-08-23 18:59:52 +02:00
Johannes c7c4b4999b
Merge branch 'main' into joh/swc 2022-08-23 18:56:48 +02:00
Martin Aeschlimann 91146b509c
bump distro (#158779) 2022-08-22 18:32:14 +02:00
Daniel Imms 1ecc2a8fd2
Update xterm
Fixes #158326
2022-08-19 14:08:43 -07:00
Joyce Er 5752831096
Bump distro (#158513) 2022-08-18 10:30:18 -07:00
Robo 1a582f7c07
chore: update electron@19.0.12 (#158025) 2022-08-13 08:08:37 +02:00
Logan Ramos dcd265c42a
Bump distro (#158043) 2022-08-12 21:10:51 +01:00
Matt Bierner 7b38f89422
Pick up new TS version for building VS Code (#157962) 2022-08-11 16:58:58 -07:00
Joyce Er 38d309ea8b
Bump distro (#157921) 2022-08-11 10:51:37 -07:00
Daniel Imms c5388f415e
Update xterm
Fixes #157444
2022-08-10 07:18:51 -07:00
Matt Bierner 460768a452
Update TS versions (#157550)
* Update TS versions

Update the bundled TS and build TS version

* Add explicit annotations

* Recompile JS
2022-08-09 11:26:24 -07:00