terminal/src/renderer/inc
James Holderness dacff61f88
Use the til::enumset type for the GridLines enum in the renderers (#11345)
## Summary of the Pull Request

This replaces the `GridLines` enum in the renderers with a `til::enumset` type, avoiding the need for the various `WI_IsFlagSet` macros and flag operators.

## References

This is followup to PR #10492 which introduced the `enumset` class.

## PR Checklist
* [ ] Closes #xxx
* [x] CLA signed.
* [ ] Tests added/passed
* [ ] Documentation updated.
* [ ] Schema updated.
* [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan.

## Validation Steps Performed

I've manually confirmed that all the different gridlines are still rendering correctly in both the GDI and DX renderers.
2021-09-29 10:48:32 +00:00
..
BlinkingState.hpp Add support for the "blink" graphic rendition attribute (#7490) 2020-09-21 23:21:33 +00:00
Cluster.hpp Remove std::deque from Renderer (#10923) 2021-08-24 15:27:59 +00:00
CursorOptions.h Add support for double-width/double-height lines in conhost (#8664) 2021-02-18 05:44:50 +00:00
DummyRenderTarget.hpp Fix TerminalControl crash on exit (#10031) 2021-05-04 21:17:37 +00:00
FontInfo.hpp Reduce instances of font fallback dialog (#9734) 2021-04-08 17:49:07 +00:00
FontInfoBase.hpp Expose Text Attributes to UI Automation (#10336) 2021-07-09 23:21:35 +00:00
FontInfoDesired.hpp Allow FontInfo{,Base,Desired} to store a font name > 32 wch (#3107) 2019-10-14 21:23:45 -07:00
FontResource.hpp Add support for downloadable soft fonts (#10011) 2021-08-06 20:41:02 +00:00
IFontDefaultList.hpp Allow FontInfo{,Base,Desired} to store a font name > 32 wch (#3107) 2019-10-14 21:23:45 -07:00
IRenderData.hpp Expose Text Attributes to UI Automation (#10336) 2021-07-09 23:21:35 +00:00
IRenderEngine.hpp Use the til::enumset type for the GridLines enum in the renderers (#11345) 2021-09-29 10:48:32 +00:00
IRenderer.hpp Add support for downloadable soft fonts (#10011) 2021-08-06 20:41:02 +00:00
IRenderTarget.hpp Fix TerminalControl crash on exit (#10031) 2021-05-04 21:17:37 +00:00
IRenderThread.hpp Add support for renderer backoff, don't FAIL_FAST on 3x failures, add UI (#5353) 2020-04-14 20:11:47 +00:00
RenderEngineBase.hpp Add support for downloadable soft fonts (#10011) 2021-08-06 20:41:02 +00:00