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
2023-05-23
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
Jelle Raaijmakers
2023-05-16
LibVT: Correctly wrap text when the scrollbar is hidden
networkException
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-03-25
LibGUI: Make `propagate_shortcuts` handle different level of propagation
Lucas CHOLLET
2023-03-17
LibVT: Fix integer overflow when parsing long OSC sequences
Daniel Bertalan
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-04
Userland: Use Font::pixel_size_rounded_up() in more places
Andreas Kling
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-05
LibVT: Handle utf-8 search strings in find
Arda Cinar
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
Everywhere: Use ElapsedTimer::elapsed_time() for comparisons
Andrew Kaster
2023-01-06
LibVT: Simplify TerminalWidget::widget_size_for_font()
Andreas Kling
2023-01-06
LibVT: Use font pixel height (pixel_size) when calculating line heights
Andreas Kling
2023-01-06
LibVT: Compute the font metrics once and cache them
Andreas Kling
2023-01-06
LibVT: Fix bug where terminal size got lost on font size change
Andreas Kling
2023-01-03
LibGfx: Make Font::glyph_width*() APIs return float
Andreas Kling
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2022-12-31
Terminal+LibVT: Get the color scheme from the system theme
implicitfield
2022-12-31
Everywhere: Move Base/res/terminal-colors to Base/res/color-schemes
implicitfield
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
[next]