summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT
AgeCommit message (Expand)Author
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26LibVT: Prevent `u16` underflow when resizing terminal to a height of 1Jelle Raaijmakers
2022-11-20LibVT/LibLine: Delete words when pressing Ctrl+Backspace in TerminalZaggy1024
2022-11-19Terminal+LibVT: Toggle TerminalWidget's focus on input preemptionthankyouverycool
2022-11-14LibVT: Make shortcuts propagate completely before terminal inputZaggy1024
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-14LibVT: Make Terminal::clear_in_line() keep line attributesdemostanis
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