- 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#158984Fixes#158874
- 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
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 fixxtermjs/xterm.js#3862
* 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
* 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>
- 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#147013Fixes#145751