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
/
TerminalWidget.h
Age
Commit message (
Expand
)
Author
2022-01-15
LibVT: Enable caller to control the visibility of the scrollbar widget
Brian Gianforcaro
2021-12-25
LibVT: Don't leave 50ms auto-scroll timer running at all times
Andreas Kling
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-19
LibVT: Keep track of the buffer postiion on mousedown events
brapru
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-04
LibVT: Implement bright color support
Daniel Bertalan
2021-06-04
LibVT+Terminal: Add color scheme support
Daniel Bertalan
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-05-24
LibVT: Implement Bracketed Paste Mode
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-22
LibVT: Don't cache bold variant of VT font in a member variable
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-21
LibVT: Avoid double relayout during interactive resize
Andreas Kling
2021-02-20
Terminal+LibVT: Resize Terminal app window when requested by VT
Andreas Kling
2021-02-15
LibVT: Clean up TerminalWidget a bit, removing unused cruft
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling