summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVT
AgeCommit message (Expand)Author
2021-09-19LibVT: Add movemouse support for triple clickbrapru
2021-09-19LibVT: Keep track of the buffer postiion on mousedown eventsbrapru
2021-09-16LibVT: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-02LibVT: Execute DragOperation after resetting active hyperlinkMusab Kılıç
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-02Userland: Make use of container version of any_ofLenny Maiorani
2021-08-01Libraries: Remove unused header includesBrian Gianforcaro
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-07-10Terminal: Put debug spam in unimplemented_control_code() behind a flagAndreas Kling
2021-07-10LibVT: Reset scrollbar after switching to/from the alternate bufferDaniel Bertalan
2021-07-09LibVT: Always check intermediate bytes in CSI sequencesDaniel Bertalan
2021-07-08LibVT: Ignore DECSTBM with invalid values (#8559)pancake
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-24LibVT: Only resize the line after all rewrapping is doneAli Mohammad Pur
2021-06-23LibVT: Rewrap the terminal history along with the normal bufferAli Mohammad Pur
2021-06-23LibVT+Terminal: Implement line wrappingAli Mohammad Pur
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-10LibVT: Implement `DECIC`/`DECDC`Daniel Bertalan
2021-06-10Kernel+LibVT: Fix selection with scrollback wrap-aroundDaniel Bertalan
2021-06-10LibVT: Implement `DECFI` and `DECBI`Daniel Bertalan
2021-06-10Kernel+LibVT: Implement left-right scrollingDaniel Bertalan
2021-06-10Kernel+LibVT: Add function for deleting a range of charactersDaniel Bertalan
2021-06-10LibVT+Kernel: Support clearing the scrollback bufferDaniel Bertalan
2021-06-10LibVT: Improve scrolling performanceDaniel Bertalan
2021-06-10LibVT: Fix `ECH` not clearing linesDaniel Bertalan
2021-06-10LibVT+Kernel: Clean up scroll APIDaniel Bertalan
2021-06-10LibVT: Fix out-of-bounds reads in ICH/DCH escape sequencesDaniel Bertalan
2021-06-05LibVT: Don't return a history size if alternate buffer is usedTim Schumacher
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-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-29LibVT: Add missing cursor movement escape sequencesDaniel Bertalan
2021-05-24LibVT: Fix out-of bounds line insertDaniel Bertalan
2021-05-24LibVT: Fix issues running `nano`Daniel Bertalan
2021-05-24LibVT: Add Alternate Screen Buffer supportDaniel Bertalan
2021-05-24LibVT: Implement Bracketed Paste ModeDaniel Bertalan
2021-05-24LibVT: Add title stack supportDaniel Bertalan
2021-05-24LibVT+Kernel: Add support for setting cursor stylesDaniel Bertalan
2021-05-22LibVT: Fix UTF-8 handling in OSC sequencesDaniel 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-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling