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
2022-01-05
Kernel+LibVT: Use MUST + try_prepend / try_append
Brian Gianforcaro
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-29
LibVT: Always clear "stomp" state when changing the cursor position
Daniel Bertalan
2021-12-28
LibVT: Handle window resize after history overflow
ryanb-dev
2021-12-25
LibVT: Don't leave 50ms auto-scroll timer running at all times
Andreas Kling
2021-12-16
Terminal: Fix broken selection after dbl/trp click
ryanb-dev
2021-12-05
LibVT: Cast unused smart-pointer return value to void
Sam Atkins
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-21
LibVT: Make paste access to Clipboard atomic
Ben Wiederhake
2021-11-13
LibVT: Show action of double click in tooltip
David Lindbom
2021-11-11
Everywhere: Pass AK::ReadonlyBytes by value
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-06
LibVT: Add missing headers
Ben Wiederhake
2021-10-02
LibVT: Implement G0..G3 and VT100 translation table
Jelle Raaijmakers
2021-10-02
LibVT: Implement support for Cursor Keys Mode (DECCKM)
Jelle Raaijmakers
2021-10-02
LibVT: Add stubs for DECPNM, DECPAM
Jelle Raaijmakers
2021-09-19
LibVT: Add movemouse support for triple click
brapru
2021-09-19
LibVT: Keep track of the buffer postiion on mousedown events
brapru
2021-09-16
LibVT: Use default instead of an empty constructor/destructor
Brian Gianforcaro
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
[next]