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-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-25
LibVT: Fix tooltip condition, properly reset when tooltip not available
Ben Wiederhake
2022-03-20
LIbVT: Fix copy paste regression I introduced in #13102
Brian Gianforcaro
2022-03-18
LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBits
Brian Gianforcaro
2022-03-13
Libraries: Use default constructors/destructors in LibVT
Lenny Maiorani
2022-03-13
LibVT: Use coarse scrolling animation in TerminalWidget
MacDue
2022-02-28
LibVT: Fix crash from integer overflow in text wrapping
MacDue
2022-02-17
LibVT: Properly populate context menu with open actions
networkException
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder::string_view() instead of to_string()
Idan Horowitz
2022-02-16
LibVT: Use NNOP<KString> to store window titles in the Kernel
Idan Horowitz
2022-02-16
LibVT: Use StringBuilder's inline capacity instead of temporary Strings
Idan Horowitz
2022-02-13
LibVT: Fix triple click behavior
brapru
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-15
LibVT: Don't clip TerminalWidget's drawing to avoid scroller
Matt Jacobson
2022-01-15
LibVT: Enable caller to control the visibility of the scrollbar widget
Brian Gianforcaro
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
[next]