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
/
TerminalWidget.cpp
Age
Commit message (
Expand
)
Author
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: Show application display name when hovered over, if available
Wuzado
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-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-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-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
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-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-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-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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-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-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-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-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
Kernel+LibVT: Fix selection with scrollback wrap-around
Daniel Bertalan
2021-06-04
LibVT: Fix underlines incorrectly rendering in red
Daniel Bertalan
2021-06-04
LibVT: Implement bright color support
Daniel Bertalan
2021-06-04
LibVT+Terminal: Add color scheme support
Daniel Bertalan
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-05-24
LibVT: Implement Bracketed Paste Mode
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-22
LibVT: Don't cache bold variant of VT font in a member variable
Andreas Kling
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()
Andreas Kling
[next]