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-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
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
[next]