terminal/src/renderer
Dustin L. Howett 5bb8148ef9
Convert four INSIDE_WINDOWS blocks to til features (#10404)
This pull request converts four of our existing `#ifdef` (or `#ifndef`)
`INSIDE_WINDOWS` blocks to til::features:

* Attempting to establish a handoff session (inside Windows only)
* The ability to *receive* a handoff session (outside Windows only)
* The DX engine (outside Windows only) and shaders (also outside only)
* Whether we use numpad event synthesis for clipboard/conpty (inside
  Windows only)

Most of these are using the preprocessor verison of til::feature, only
because it is more difficult to gate the inclusion of headers on
constant expressions. I'd love to prefer the compile time version.
2021-06-10 23:48:54 +00:00
..
base Fix TerminalControl crash on exit (#10031) 2021-05-04 21:17:37 +00:00
dx Convert four INSIDE_WINDOWS blocks to til features (#10404) 2021-06-10 23:48:54 +00:00
gdi Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
inc Fix TerminalControl crash on exit (#10031) 2021-05-04 21:17:37 +00:00
uia Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
vt Set keyword flags on all tracelog events (#10098) 2021-05-14 23:14:26 +00:00
wddmcon Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
dirs Merged PR 4645239: [Git2Git] Merged PR 4644345: conhost: disable the DX renderer in inbox builds 2020-05-05 23:03:07 +00:00