index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibVT
Age
Commit message (
Expand
)
Author
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-01
LibVT: New terminal cells should be filled with whitespace, not '\0'
Andreas Kling
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-27
LibVT: Make VT::Line use a Vector for storage
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibVT: Avoid double relayout during interactive resize
Andreas Kling
2021-02-21
LibVT: Don't paint selection with opacity
Linus Groh
2021-02-20
LibVT: Oops, fix dbgln() invocation mistake
Andreas Kling
2021-02-20
LibVT: Put "unimplemented escape" whining on debug log
Andreas Kling
2021-02-20
LibVT: Implement switching between 80/132 column modes (DECCOLM)
Andreas Kling
2021-02-20
Terminal+LibVT: Resize Terminal app window when requested by VT
Andreas Kling
2021-02-20
LibVT: Give proper names to remaining VTxxx control functions
Andreas Kling
2021-02-20
LibVT: Give proper names to SD and SU
Andreas Kling
2021-02-20
LibVT: Move control function doc comments to Terminal.h header
Andreas Kling
2021-02-20
LibVT: Give proper names to SCOSC and SCORC
Andreas Kling
2021-02-15
LibVT: Clean up TerminalWidget a bit, removing unused cruft
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-16
LibVT: Convert dbgprintf() => dbgln() and remove some debug code
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling