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-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-26
LibVT: Prevent `u16` underflow when resizing terminal to a height of 1
Jelle Raaijmakers
2022-11-20
LibVT/LibLine: Delete words when pressing Ctrl+Backspace in Terminal
Zaggy1024
2022-11-19
Terminal+LibVT: Toggle TerminalWidget's focus on input preemption
thankyouverycool
2022-11-14
LibVT: Make shortcuts propagate completely before terminal input
Zaggy1024
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-14
LibVT: Make Terminal::clear_in_line() keep line attributes
demostanis
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-09-11
LibGUI+LibVT: Notify widgets of emoji selection with a callback
Timothy Flynn
2022-09-05
LibVT: Handle non file urls in on hover tooltips
networkException
2022-08-31
LibVT: Accept supported drag enter events
Karol Kosek
2022-07-14
LibVT: Remove Vector<Kernel::KString> title stack
Liav A
2022-07-14
LibVT: Show application display name when hovered over, if available
Wuzado
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-22
LibVT+Kernel: Separate the caret shapes and its steadiness
Michaล Lach
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
[next]