summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT/TerminalWidget.cpp
AgeCommit message (Expand)Author
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-10LibVT: Update TerminalWidget after double-click selectionAndreas Kling
2021-04-09Terminal+LibVT: Add Alt shortcuts to menu actionsAndreas Kling
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-27LibVT: Make VT::Line use a Vector for storageAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibVT: Avoid double relayout during interactive resizeAndreas Kling
2021-02-21LibVT: Don't paint selection with opacityLinus Groh
2021-02-20Terminal+LibVT: Resize Terminal app window when requested by VTAndreas Kling
2021-02-15LibVT: Clean up TerminalWidget a bit, removing unused cruftAndreas Kling
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling