terminal/src/renderer/base
Dustin L. Howett e7592ec3d4
ROW: clean up in preparation to hide CharRow & AttrRow (#8446)
Moving things out of CharRow into ROW helps us hide it as an implementation detail.
This is part one of many.

### CharRow: Hide ClearCell, use ROW::ClearColumn

### CharRow: Hide GetText, use ROW::GetText

### CharRowBaseTests: remove dead file (never used!)

### CharRow: Move DoubleBytePadded into ROW

### CharRow: Move WrapForced into ROW

### Char/AttrRow: Hide Reset, use ROW::Reset

### Remove RowCellIterator (dead code)

RCI was unused; it was replaced by TextBufferCellIterator shortly after its creation

### Move AttrRowTests to ut_textbuffer from ut_host

It had no reliance on the host.
2021-01-20 21:16:56 +00:00
..
lib Add support for the "blink" graphic rendition attribute (#7490) 2020-09-21 23:21:33 +00:00
BlinkingState.cpp Add support for the "blink" graphic rendition attribute (#7490) 2020-09-21 23:21:33 +00:00
Cluster.cpp add clang-format conf to the project, format the c++ code (#1141) 2019-06-11 13:27:09 -07:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
fontinfo.cpp Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00
FontInfoBase.cpp Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00
FontInfoDesired.cpp Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +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 Reduce latency with DXGI 1.3 GetFrameLatencyWaitableObject (#6435) 2020-06-10 22:35:14 +00:00
renderer.cpp ROW: clean up in preparation to hide CharRow & AttrRow (#8446) 2021-01-20 21:16:56 +00:00
renderer.hpp Add support for autodetecting URLs and making hyperlinks (#7691) 2020-10-28 20:24:43 +00:00
sources.inc Merged PR 5409981: [Git2Git] Reflect OS build changes on top of d5bfd237e5 2020-11-16 19:28:35 +00:00
thread.cpp Set memory order on slow atomics (#6920) 2020-07-17 17:11:45 +00:00
thread.hpp Change backslashes in include statements to forward slashes (#8205) 2020-11-25 21:02:10 +00:00