terminal/src
Michael Niksa 2b6e96a745
Move dirty interface to N rectangles, not just one (#4854)
## Summary of the Pull Request
- Changes the `IRenderEngine` interface to return a vector of values instead of just a single one. Engines that want to report one still can. Engines that want to report multiple smaller ones will be able to do so going forward.

## PR Checklist
* [x] In support of differential rendering #778
* [x] I work here.
* [x] Manually tested it still works.
* [x] Am core contributor.

## Detailed Description of the Pull Request / Additional comments
- Some of my ideas for the `DxEngine` require the ability to specify multiple smaller rectangles instead of one giant one, specifically to mitigate the case where someone refreshes just one cell in two opposite corners of the display (which currently coalesces into refreshing the entire display.)
- This is pulled out into an individual PR to make it easier to review that concept changing.

## Validation Steps Performed
- Ran the Terminal
2020-03-10 20:31:46 +00:00
..
buffer Abstract GetTextForClipboard() for UIA (#4578) 2020-03-09 08:17:34 -07:00
cascadia Show InputPanel on focus and pointer press (#4867) 2020-03-10 17:55:57 +00:00
host Abstract GetTextForClipboard() for UIA (#4578) 2020-03-09 08:17:34 -07:00
inc add til::color, a universal-converting color type (#4108) 2020-03-10 00:17:24 +00:00
interactivity Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
internal Merged PR 4271163: [Git2Git] Remove use of private theme APIs 2020-02-03 23:13:31 +00:00
propsheet Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
propslib Introduce chromium safe math (#4144) 2020-01-16 18:51:06 +00:00
renderer Move dirty interface to N rectangles, not just one (#4854) 2020-03-10 20:31:46 +00:00
server Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
terminal Fix the build on VS 2019 Update 5 (#4722) 2020-02-26 00:28:32 +00:00
testlist inbox: Merge accumulated build fixes from RS_ONECORE_DEP_ACIOSS (#1002) 2019-05-24 12:28:30 -07:00
til add til::color, a universal-converting color type (#4108) 2020-03-10 00:17:24 +00:00
tools translate German message into English (#4838) 2020-03-08 20:13:22 +00:00
tsf Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
types Abstract GetTextForClipboard() for UIA (#4578) 2020-03-09 08:17:34 -07:00
winconpty Migrate the ConPTY functional tests out of Windows (#4648) 2020-02-19 13:27:17 -08:00
common.build.post.props Add experimental retro terminal effects (#3468) 2019-12-12 13:44:01 +00:00
common.build.pre.props Introduce chromium safe math (#4144) 2020-01-16 18:51:06 +00:00
common.build.tests.props Update TAEF to 10.51 and remove the private dep on Taef.TestAdapter (#4450) 2020-02-03 22:14:43 +00:00
ConsolePerf.regions.xml Tab to spaces (#578) 2019-05-13 18:06:36 -07:00
ConsolePerf.wprp Fix the WPR profile (#4007) 2019-12-17 17:14:15 -08:00
cppwinrt.build.post.props Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
cppwinrt.build.pre.props Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +00:00
dirs Introduce til::some (#4123) 2020-01-09 09:07:52 -08:00
project.inc Sync with latest inbox changes 2019-10-17 15:11:07 -07:00
project.unittest.inc inbox: merge refactoring payload from FI 2019-06-11 17:01:26 -07:00
StaticAnalysis.ruleset Combined changes to make the build work again (see inside) (#2945) 2019-09-30 10:39:55 -07:00
unit.tests.x64.runsettings Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
unit.tests.x86.runsettings Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
wap-common.build.post.props Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
wap-common.build.pre.props Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00