terminal/src/renderer/inc
PankajBhojwani 2bf5d18c84
Add support for autodetecting URLs and making hyperlinks (#7691)
This pull request is the initial implementation of hyperlink auto
detection

Overall design:
- Upon startup, TerminalCore gives the TextBuffer some patterns it
  should know about
- Whenever something in the viewport changes (i.e. text
  output/scrolling), TerminalControl tells TerminalCore (through a
  throttled function for performance) to retrieve the visible pattern
  locations from the TextBuffer
- When the renderer encounters a region that is associated with a
  pattern, it paints that region differently 

References #5001
Closes #574
2020-10-28 20:24:43 +00:00
..
BlinkingState.hpp Add support for the "blink" graphic rendition attribute (#7490) 2020-09-21 23:21:33 +00:00
Cluster.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CursorOptions.h Draw the cursor underneath text, and above the background (#6337) 2020-06-04 12:58:22 +00:00
DummyRenderTarget.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
FontInfo.hpp Allow FontInfo{,Base,Desired} to store a font name > 32 wch (#3107) 2019-10-14 21:23:45 -07:00
FontInfoBase.hpp Allow FontInfo{,Base,Desired} to store a font name > 32 wch (#3107) 2019-10-14 21:23:45 -07:00
FontInfoDesired.hpp Allow FontInfo{,Base,Desired} to store a font name > 32 wch (#3107) 2019-10-14 21:23:45 -07: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 Add support for autodetecting URLs and making hyperlinks (#7691) 2020-10-28 20:24:43 +00:00
IRenderEngine.hpp Display URI tooltip, render dashed/solid underline for links (#7420) 2020-09-10 14:59:56 -07:00
IRenderer.hpp Reduce latency with DXGI 1.3 GetFrameLatencyWaitableObject (#6435) 2020-06-10 22:35:14 +00:00
IRenderTarget.hpp Fix a bunch of spelling errors across the project (#4295) 2020-02-10 20:40:01 +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 Reduce latency with DXGI 1.3 GetFrameLatencyWaitableObject (#6435) 2020-06-10 22:35:14 +00:00