summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT/TerminalWidget.cpp
AgeCommit message (Expand)Author
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: Show application display name when hovered over, if availableWuzado
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-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-17LibVT: Properly populate context menu with open actionsnetworkException
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
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
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
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-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-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-19LibVT: Add movemouse support for triple clickbrapru
2021-09-19LibVT: Keep track of the buffer postiion on mousedown eventsbrapru
2021-09-02LibVT: Execute DragOperation after resetting active hyperlinkMusab Kılıç
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-07-27LibGUI: Add a ClipboardClient for GUI::ClipboardTheFightingCatfish
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-29LibVT: Paste full path when dropping file on widgetXavier Defrang
2021-06-23LibVT: Keep track of the 'true' line endingsAli Mohammad Pur
2021-06-23LibVT: Don't crash when clicking outside of the terminal's buffer areaGunnar Beutner
2021-06-10Kernel+LibVT: Fix selection with scrollback wrap-aroundDaniel Bertalan
2021-06-04LibVT: Fix underlines incorrectly rendering in redDaniel Bertalan
2021-06-04LibVT: Implement bright color supportDaniel Bertalan
2021-06-04LibVT+Terminal: Add color scheme supportDaniel Bertalan
2021-06-04LibVT+Kernel: Create `Color` classDaniel Bertalan
2021-05-24LibVT: Implement Bracketed Paste ModeDaniel Bertalan
2021-05-24LibVT+Kernel: Add support for setting cursor stylesDaniel Bertalan
2021-05-22LibVT: Don't cache bold variant of VT font in a member variableAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling