summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT/TerminalWidget.cpp
AgeCommit message (Expand)Author
2021-06-10Kernel+LibVT: Fix selection with scrollback wrap-aroundDaniel Bertalan
2021-06-04LibVT: Fix underlines incorrectly rendering in redDaniel Bertalan
2021-06-04LibVT: Implement bright color supportDaniel Bertalan
2021-06-04LibVT+Terminal: Add color scheme supportDaniel Bertalan
2021-06-04LibVT+Kernel: Create `Color` classDaniel Bertalan
2021-05-24LibVT: Implement Bracketed Paste ModeDaniel Bertalan
2021-05-24LibVT+Kernel: Add support for setting cursor stylesDaniel Bertalan
2021-05-22LibVT: Don't cache bold variant of VT font in a member variableAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
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