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-06-10
LibVT: Implement `DECIC`/`DECDC`
Daniel Bertalan
2021-06-10
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-10
LibVT: Implement `DECFI` and `DECBI`
Daniel Bertalan
2021-06-10
Kernel+LibVT: Implement left-right scrolling
Daniel Bertalan
2021-06-10
Kernel+LibVT: Add function for deleting a range of characters
Daniel Bertalan
2021-06-10
LibVT+Kernel: Support clearing the scrollback buffer
Daniel Bertalan
2021-06-10
LibVT: Improve scrolling performance
Daniel Bertalan
2021-06-10
LibVT: Fix `ECH` not clearing lines
Daniel Bertalan
2021-06-10
LibVT+Kernel: Clean up scroll API
Daniel Bertalan
2021-06-10
LibVT: Fix out-of-bounds reads in ICH/DCH escape sequences
Daniel Bertalan
2021-06-05
LibVT: Don't return a history size if alternate buffer is used
Tim Schumacher
2021-06-04
LibVT: Fix underlines incorrectly rendering in red
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-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-29
LibVT: Add missing cursor movement escape sequences
Daniel Bertalan
2021-05-24
LibVT: Fix out-of bounds line insert
Daniel Bertalan
2021-05-24
LibVT: Fix issues running `nano`
Daniel Bertalan
2021-05-24
LibVT: Add Alternate Screen Buffer support
Daniel Bertalan
2021-05-24
LibVT: Implement Bracketed Paste Mode
Daniel Bertalan
2021-05-24
LibVT: Add title stack support
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-22
LibVT: Fix UTF-8 handling in OSC sequences
Daniel Bertalan
2021-05-22
LibVT: Don't cache bold variant of VT font in a member variable
Andreas Kling
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
2021-05-20
Meta: Make generate_state_machine() generate a proper target
Ali Mohammad Pur
2021-05-17
LibVT: Correct color handling
Daniel Bertalan
2021-05-17
LibVT: Fix progress bars not getting reset
Daniel Bertalan
2021-05-17
LibVT: Fix newline handling
Daniel Bertalan
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
LibVT: Run clang-format on Terminal.cpp
Linus Groh
2021-05-16
LibVT: Implement ST (ESC \) escape sequence
Daniel Bertalan
2021-05-16
LibVT: Fix 8-bit control codes clobbering UTF-8
Daniel Bertalan
2021-05-16
LibVT: fix SM/RM not respecting private markers
Daniel Bertalan
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
LibVT: Add state machine file for the new parser
Daniel Bertalan
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibVT: Convert String::format() => String::formatted()
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-10
LibVT: Update TerminalWidget after double-click selection
Andreas Kling
2021-04-09
Terminal+LibVT: Add Alt shortcuts to menu actions
Andreas Kling
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
[next]