summaryrefslogtreecommitdiff
path: root/Libraries/LibVT
AgeCommit message (Expand)Author
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Make GUI::ScrollBar inherit from AbstractSliderAndreas Kling
2020-12-30Terminal+LibVT: Add settings window to the terminal context menuAndreas Kling
2020-12-30Terminal: Remove redundant scroll length settings optionIdan Horowitz
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-28LibVT: Implement find and scroll helper methods in TerminalWidgetIdan Horowitz
2020-12-28LibVT: Create VT::Range and use it to replace selection start / endIdan Horowitz
2020-12-28Everywhere: Move AppFile from LibGUI to LibDesktopLinus Groh
2020-12-27LibVT: Use the 'U+FFFD replacement character' to indicate a parsing errorIdan Horowitz
2020-12-27Terminal+LibVT: Use GUI::AppFileLinus Groh
2020-12-26LibC: Fix some incorrect printf usagesSahan Fernando
2020-12-25AK: Remove custom %b format string specifierAndreas Kling
2020-12-24Terminal+LibVT: Use GUI::FileIconProvider for app iconsLinus Groh
2020-12-21LibVT+Terminal: Add the option to disable the bellAlex McGrath
2020-12-07LibVT: Add "Copy name" action to terminal link context menuLinus Groh
2020-12-07LibVT: Enable TerminalWidget copy/paste menu actions conditionallyLinus Groh
2020-12-04LibVT: Auto-scroll the terminalJulian Offenhäuser
2020-11-29LibVT: Make terminal scrollback max size configurableAnotherTest
2020-11-10LibVT: Add TerminalWidget::scroll_to_bottom() APIAndreas Kling
2020-11-03LibVT: Copying from terminal scrollback resulted in wrong textAndreas Kling
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-30LibVT: Use dbgln() in TerminalWidgetAndreas Kling
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-02Everywhere: Fix typosNico Weber
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-15LibVT: Use xterm modifier scheme for tilde keys tooNico Weber
2020-09-15LibVT+LibLine: Use `1;mods` CSI parameters for ctrl/alt/shift-arrow keysNico Weber
2020-09-13Terminal: Make sure empty hrefs set a null string on AttributeNico Weber
2020-09-11LibVT: Show an I-beam cursor over TerminalWidgetAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10LibVT: Let Terminal keep history in a circular bufferNico Weber
2020-09-10LibVT: Let Terminal only expose history_size, not storageNico Weber
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-30LibVT+Terminal: Mark default action in context menuBen Wiederhake
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-18WindowServer+LibVT: Convert some dbgprintf() to dbg()Sergey Bugaev
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-12LibVT: Don't scroll to bottom when pressing the right shift keyAndreas Kling
2020-07-09LibVT: Set scrollbar page sizeTom
2020-07-05Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^)Andreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-06-30Terminal: Bump the default ScrollLength to 4Andreas Kling