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-09-02
LibVT: Execute DragOperation after resetting active hyperlink
Musab Kılıç
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-02
Userland: Make use of container version of any_of
Lenny Maiorani
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-10
Terminal: Put debug spam in unimplemented_control_code() behind a flag
Andreas Kling
2021-07-10
LibVT: Reset scrollbar after switching to/from the alternate buffer
Daniel Bertalan
2021-07-09
LibVT: Always check intermediate bytes in CSI sequences
Daniel Bertalan
2021-07-08
LibVT: Ignore DECSTBM with invalid values (#8559)
pancake
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-29
LibVT: Paste full path when dropping file on widget
Xavier Defrang
2021-06-24
LibVT: Only resize the line after all rewrapping is done
Ali Mohammad Pur
2021-06-23
LibVT: Rewrap the terminal history along with the normal buffer
Ali Mohammad Pur
2021-06-23
LibVT+Terminal: Implement line wrapping
Ali Mohammad Pur
2021-06-23
LibVT: Keep track of the 'true' line endings
Ali Mohammad Pur
2021-06-23
LibVT: Don't crash when clicking outside of the terminal's buffer area
Gunnar Beutner
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
[next]