Commit graph

64480 commits

Author SHA1 Message Date
Benjamin Pasero f622c438e4 electron - enable ELECTRON_ENABLE_SECURITY_WARNINGS when running out of sources 2020-04-20 08:34:51 +02:00
Benjamin Pasero 7555e1bd58 tests - more reliable disk tests 2020-04-20 08:23:46 +02:00
Rob Lourens ec0d19789f Fix cell focus indicator height wrong initially 2020-04-19 16:55:17 -05:00
Daniel Imms df448dd078 Update distro 2020-04-19 08:24:24 -07:00
Daniel Imms df1f0712f6
Merge pull request #95608 from microsoft/tyriar/hover_improvements
Terminal link hover improvements
2020-04-19 08:17:50 -07:00
Daniel Imms 3ce73998d9
Merge branch 'master' into tyriar/hover_improvements 2020-04-19 08:17:36 -07:00
Daniel Imms 089df4efc5 Move word link activation handler into provider 2020-04-19 07:57:15 -07:00
Daniel Imms 1257f3bba1 Support enableFileLinks
Fixes #95082
2020-04-19 07:45:12 -07:00
Daniel Imms 86ccb2f5e6 Improve labels, polish 2020-04-19 07:28:01 -07:00
Daniel Imms 2742c2e995 Fix tooltip links not ignoring modifier 2020-04-19 07:09:14 -07:00
Daniel Imms 657e31031b Share same activation handler with tooltip to ensure it works 2020-04-19 07:03:13 -07:00
Daniel Imms e881ea6ebd Add labels to directory links 2020-04-19 06:33:36 -07:00
Daniel Imms 06fb96a281 Move directory handling into link provider 2020-04-19 06:14:46 -07:00
Daniel Imms 80b8f58729 Add git diff link support, fix multiple links on one line
Fixes #95114
2020-04-19 06:11:41 -07:00
Daniel Imms 4dbc135491 Rename provider to TerminalProtocolLinkHandler
This is more accurate than web due to file:/// links
2020-04-19 05:44:59 -07:00
Daniel Imms fa2d26a299 Remove event from new link tooltip callbacks 2020-04-19 05:35:47 -07:00
Daniel Imms fc34a5ef25 Add box drawing char (9472) to wordSeparators
Fixes #95638
2020-04-19 05:29:18 -07:00
Daniel Imms 5f61a25150 xterm@4.6.0-beta.15, xterm-addon-webgl@0.7.0-beta.5
Diff: aecfb57...e7f72a1
2020-04-19 05:06:46 -07:00
Sandeep Somavarapu e4dbf1356e fix tests 2020-04-19 13:36:37 +02:00
Sandeep Somavarapu f453fb5729 update distro 2020-04-19 13:18:09 +02:00
Sandeep Somavarapu e2586109f3 #95160 Add support for multiple authentication providers 2020-04-19 13:10:56 +02:00
Daniel Imms 60bd82dfbb Don't show pointer cursor unless modifier down
Fixes #95631
2020-04-19 04:08:13 -07:00
Daniel Imms c11796a4fa Fix compile 2020-04-19 03:22:10 -07:00
Sandeep Somavarapu a84d194763 show accounts picker for sign in action 2020-04-19 10:17:01 +02:00
Daniel Imms 32d7ac9da6 Fix compile in test 2020-04-18 18:49:18 -07:00
Daniel Imms 80a1fbba11 Update xterm 2020-04-18 18:47:13 -07:00
Daniel Imms e0edebc988 Remove resolved todo 2020-04-18 18:41:46 -07:00
Daniel Imms 3f489ef199 Defer viewport range calculation 2020-04-18 18:40:51 -07:00
Daniel Imms bc867de13a Respect correct modifier 2020-04-18 18:39:40 -07:00
Daniel Imms 1b8bfea1ec Use config service to get editor.hover.delay 2020-04-18 18:36:20 -07:00
Daniel Imms fe3527d742 Convert createLink to a class 2020-04-18 18:30:41 -07:00
Daniel Imms 16718fdb51 Move link into its own file 2020-04-18 18:17:28 -07:00
Daniel Imms 2acc88f21e Track modifier with mousemove, remove document mouseout listener 2020-04-18 18:14:53 -07:00
Daniel Imms d4aae30a5b Shift targets up 1px 2020-04-18 11:38:05 -07:00
Daniel Imms 90091f0a07 Start scheduler properly 2020-04-18 11:37:39 -07:00
Daniel Imms d63d86640d Use a scheduler for hover timer 2020-04-18 11:28:16 -07:00
Daniel Imms 2c415a6a05 Reset hover timer when mouse moves too much 2020-04-18 11:14:07 -07:00
Daniel Imms feaf1bf05e Share hover wait code 2020-04-18 11:00:06 -07:00
Daniel Imms fdfe718a5c Draw underline when ctrl is held for word link providers 2020-04-18 10:20:51 -07:00
Daniel Imms e917e5f400 Use $ for creating elements in hover widget 2020-04-18 10:20:50 -07:00
Daniel Imms 0962826b2d Remove duplicated css rule 2020-04-18 10:20:50 -07:00
Daniel Imms f5cce7d9bd Add .xterm-hover to avoid mouse events bubbling 2020-04-18 10:20:50 -07:00
Daniel Imms 4bd73962a7 Remove terminal widget tracking 2020-04-18 10:20:49 -07:00
Rob Lourens 1c3c0713f0 Fix #95500 2020-04-18 11:42:09 -05:00
Daniel Imms 6230e9359a Fix env info positioning with new widget parent 2020-04-18 08:39:11 -07:00
Daniel Imms bfe2ca2e90 Use xterm as root of widgets container
Having it outside xterm was causing a lot of issues when using
overlay targets for link hovers as mouse events bubble to ancestors.
2020-04-18 08:39:10 -07:00
Daniel Imms dd25522d7b Have hover targets ignore pointer 2020-04-18 08:39:10 -07:00
Benjamin Pasero 4711909afc Emoji handling in new Quick Pick (fix #95312) 2020-04-18 09:56:15 +02:00
Benjamin Pasero 2bd54189e5 web - home indicator wrap up 2020-04-18 08:28:01 +02:00
Jackson Kearl 7e2e87a813 Use search.seedWithNearestWord setting instead of emptyness of search input to control nearest word seeding.
Ref #91901.
2020-04-17 16:17:07 -07:00