Commit Graph

209 Commits

Author SHA1 Message Date
Johannes Rieken
9521e6b42a better presisting of sizes, simplify layout, fix issues with status bar 2020-10-20 12:35:36 +02:00
Johannes Rieken
591c49a74b add dom.Dimension#with more modification, adopt class-vs-interface usage 2020-10-19 21:38:44 +02:00
Johannes Rieken
caf096c408 💄 insane options creation 2020-10-15 17:49:21 +02:00
Benjamin Pasero
50ee84f780 debt - btoa/atob is not core 2020-10-15 13:55:18 +02:00
Jackson Kearl
0a3a0fa9eb Allow command as a scheme for href's/etc.
Fixes #108577
2020-10-14 11:42:24 -07:00
Johannes Rieken
e3dcfe77bc some 💄 and reuse, https://github.com/microsoft/vscode/issues/106395 2020-10-09 11:22:29 +02:00
Johannes Rieken
c0f4a57e22 use trusted html in issue reporter, fyi @RMacfarlane, https://github.com/microsoft/vscode/issues/106395 2020-10-09 11:22:29 +02:00
Johannes Rieken
f5ccc129cc cell renderer tweak wrt to tt policy 2020-10-08 11:34:31 +02:00
Johannes Rieken
40cd3b8bdd update search file, remove unused functions, https://github.com/microsoft/vscode/issues/103454 2020-10-06 10:25:37 +02:00
Johannes Rieken
5d9b22c4fa add and adopt trusted types apply util, https://github.com/microsoft/vscode/issues/106396 2020-10-05 13:59:43 +02:00
Benjamin Pasero
e443e37531 fix #107893 2020-10-01 19:34:58 +02:00
Benjamin Pasero
ee8378e806 file access - merge asDomUri into 2020-09-25 18:04:38 +02:00
Benjamin Pasero
7f035b4be7 debt - introduce and adopt FileAccess
deprecate amd.ts and require.toUrl methods
2020-09-25 14:11:05 +02:00
Benjamin Pasero
1d98292df4 Remove some deprecated code in ./src/vs/base #103454 2020-09-22 12:59:32 +02:00
Johannes Rieken
cc82ac4e72 remove removeNode, https://github.com/microsoft/vscode/issues/103454#issuecomment-695136569 2020-09-21 09:58:53 +02:00
ChaseKnowlden
e8760a5d6c Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
Benjamin Pasero
fcf3346a8e Web - try to detect native fullscreen (#106479)
* web - try to detect native fullscreen

* add logging for debugging

* throttle listener

* adjust

* .

* add check for windows
2020-09-15 08:03:17 +02:00
Johannes Rieken
68410abc36 debt - make class list utils functions so that @deprecated works for them 2020-09-14 15:46:44 +02:00
Matt Bierner
8a6b38e4ef use optional chaining 2020-09-11 16:59:43 -07:00
Benjamin Pasero
13aca0a170 debt - remove some any casts from window 2020-09-11 11:40:05 +02:00
Johannes Rieken
3b7fd575de 💄 dom 2020-09-07 14:18:44 +02:00
Eric Amodio
5e457c791c Ensures titleDescription is always next to title 2020-08-30 01:13:07 -04:00
annkamsk
e9495c1e60 Use DOM API for creating HTML elements instead of string concatenation 2020-08-25 10:54:50 +02:00
Johannes Rieken
37b2494462 chore - mark removeNode as deprecated 2020-08-17 15:15:09 +02:00
Johannes Rieken
b7f7c2e4f0 dom - fix selector regex escaping 2020-08-17 09:15:24 +02:00
SteVen Batten
f74e473238 fixes #103167 2020-07-24 14:06:15 -07:00
Benjamin Pasero
368c53645a fix #101028 2020-06-26 10:13:41 +02:00
Johannes Rieken
f4f7312b86 update "deprecated, use es6' list 2020-04-30 15:28:18 +02:00
Benjamin Pasero
e2bcc4d8c7 tabs - add setting to switch tabs with mouse-wheel (#13902) (#95222) 2020-04-14 14:58:05 +02:00
rebornix
18b8ef01b8 Fix #94055. 2020-04-03 15:07:31 -07:00
Benjamin Pasero
f67e7f41d9 fix some monaco ESM task 2020-03-05 09:20:29 +01:00
Alex Dima
7e4c8c983d Remove browser.isIE 2020-03-02 17:32:17 +01:00
Benjamin Pasero
fc21a3e0b3 Web: download from explorer via blobs (fix #89407) 2020-01-28 10:15:21 +01:00
Alex Dima
872096e142 Fix issue with getTopLeftOffset hitting a shadow root 2020-01-20 10:33:51 +01:00
Alex Dima
fec1e5516b Remove unnecessary changes 2020-01-20 08:38:57 +01:00
Alex Dima
8f8c09edf4 Remove other reference of monacoShadowRoot 2020-01-19 22:25:00 +01:00
Alex Dima
bb73c423a8 No more need to use monacoShadowRoot in createStyleSheet because all standalone editor calls are qualified 2020-01-19 22:04:39 +01:00
Alex Dima
d818559db0 Merge remote-tracking branch 'origin/master' into pr/lmvco/88536 2020-01-19 21:42:42 +01:00
Alex Dima
c201d89e6a Create local style sheets if the editor is in a shadow DOM 2020-01-19 21:40:52 +01:00
Alex Dima
7de1b3b438 Merge remote-tracking branch 'origin/master' into pr/lmvco/88536 2020-01-19 16:52:01 +01:00
Luis Oliveira
9d2b165a05 Fixing build isssues 2020-01-13 14:30:10 +00:00
Luis Oliveira
4766c9d226 Fixing small issue in dom.ts 2020-01-13 12:51:40 +00:00
Luis Oliveira
c5771a3cb6 Small changes to ShadowDOM 2020-01-13 09:36:48 +00:00
Luis Oliveira
438c35c042 Applying changes for shadow DOM 2020-01-10 17:59:06 +00:00
jeanp413
4f07d93cf7 Fixes #79857 2019-12-28 16:52:15 -05:00
Alex Dima
bc38acf1a4 Use passive: false when it is intentional (fixes microsoft/monaco-editor#1122) 2019-12-12 14:43:32 +01:00
Peng Lyu
ca42425503 Fix #83599. Refresh code widget focus state when hide 2019-12-05 16:17:09 -08:00
Joao Moreno
8ab4d328fa fixes #85039 2019-12-02 14:33:53 +01:00
Peng Lyu
9197d42531 4px margin for home indicator 2019-11-21 15:38:54 -08:00
Peng Lyu
6b21839efd Update lightbulb gesture clicking. 2019-11-21 14:48:52 -08:00