terminal/src/renderer/base
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
..
lib Remove std::deque from Renderer (#10923) 2021-08-24 15:27:59 +00:00
BlinkingState.cpp Add support for the "blink" graphic rendition attribute (#7490) 2020-09-21 23:21:33 +00:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
fontinfo.cpp Reduce instances of font fallback dialog (#9734) 2021-04-08 17:49:07 +00:00
FontInfoBase.cpp Expose Text Attributes to UI Automation (#10336) 2021-07-09 23:21:35 +00:00
FontInfoDesired.cpp Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00
FontResource.cpp Add support for downloadable soft fonts (#10011) 2021-08-06 20:41:02 +00:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00
RenderEngineBase.cpp Add support for downloadable soft fonts (#10011) 2021-08-06 20:41:02 +00:00
renderer.cpp Use the til::enumset type for the GridLines enum in the renderers (#11345) 2021-09-29 10:48:32 +00:00
renderer.hpp Use the til::enumset type for the GridLines enum in the renderers (#11345) 2021-09-29 10:48:32 +00:00
sources.inc Remove std::deque from Renderer (#10923) 2021-08-24 15:27:59 +00:00
thread.cpp Delay load call SetThreadDescription to restore WPF renderer on Win7 (#10582) 2021-07-08 07:58:53 +00:00
thread.hpp Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00