summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT
AgeCommit message (Expand)Author
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-09-11LibGUI+LibVT: Notify widgets of emoji selection with a callbackTimothy Flynn
2022-09-05LibVT: Handle non file urls in on hover tooltipsnetworkException
2022-08-31LibVT: Accept supported drag enter eventsKarol Kosek
2022-07-14LibVT: Remove Vector<Kernel::KString> title stackLiav A
2022-07-14LibVT: Show application display name when hovered over, if availableWuzado
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-22LibVT+Kernel: Separate the caret shapes and its steadinessMichał Lach
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-25LibVT: Fix tooltip condition, properly reset when tooltip not availableBen Wiederhake
2022-03-20LIbVT: Fix copy paste regression I introduced in #13102Brian Gianforcaro
2022-03-18LibVT/Kernel: Make VT::Attribute::Flags enum class, use AK EnumBitsBrian Gianforcaro
2022-03-13Libraries: Use default constructors/destructors in LibVTLenny Maiorani
2022-03-13LibVT: Use coarse scrolling animation in TerminalWidgetMacDue
2022-02-28LibVT: Fix crash from integer overflow in text wrappingMacDue
2022-02-17LibVT: Properly populate context menu with open actionsnetworkException
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16Kernel+LibELF+LibVT: Remove unused AK::String header includesIdan Horowitz
2022-02-16LibVT: Use StringBuilder::string_view() instead of to_string()Idan Horowitz
2022-02-16LibVT: Use NNOP<KString> to store window titles in the KernelIdan Horowitz
2022-02-16LibVT: Use StringBuilder's inline capacity instead of temporary StringsIdan Horowitz
2022-02-13LibVT: Fix triple click behaviorbrapru
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-15LibVT: Don't clip TerminalWidget's drawing to avoid scrollerMatt Jacobson
2022-01-15LibVT: Enable caller to control the visibility of the scrollbar widgetBrian Gianforcaro
2022-01-05Kernel+LibVT: Use MUST + try_prepend / try_appendBrian Gianforcaro
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-29LibVT: Always clear "stomp" state when changing the cursor positionDaniel Bertalan
2021-12-28LibVT: Handle window resize after history overflowryanb-dev
2021-12-25LibVT: Don't leave 50ms auto-scroll timer running at all timesAndreas Kling
2021-12-16Terminal: Fix broken selection after dbl/trp clickryanb-dev
2021-12-05LibVT: Cast unused smart-pointer return value to voidSam Atkins
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21LibVT: Make paste access to Clipboard atomicBen Wiederhake
2021-11-13LibVT: Show action of double click in tooltipDavid Lindbom
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Libraries: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-06LibVT: Add missing headersBen Wiederhake
2021-10-02LibVT: Implement G0..G3 and VT100 translation tableJelle Raaijmakers
2021-10-02LibVT: Implement support for Cursor Keys Mode (DECCKM)Jelle Raaijmakers
2021-10-02LibVT: Add stubs for DECPNM, DECPAMJelle Raaijmakers
2021-09-19LibVT: Add movemouse support for triple clickbrapru
2021-09-19LibVT: Keep track of the buffer postiion on mousedown eventsbrapru