summaryrefslogtreecommitdiff
path: root/Libraries/LibVT/TerminalWidget.cpp
AgeCommit message (Expand)Author
2021-01-03LibVT: Show terminal hyperlink targets as tooltipsAndreas Kling
2021-01-03LibVT: Make terminal hyperlinks double-click-to-activateAndreas Kling
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: 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-27Terminal+LibVT: Use GUI::AppFileLinus Groh
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-10LibVT: Add TerminalWidget::scroll_to_bottom() APIAndreas 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-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 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-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
2020-06-30LibVT/Terminal: add a scroll length to the TerminalWidgetBenoît Lormeau
2020-06-25Terminal: Ignore cell background when visual beep is activeAnotherTest
2020-06-16LibVT: Replace u8 type to u32 for code pointHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30LibVT: Allow updating the window progress via an escape sequenceAndreas Kling
2020-05-27LibVT: Move most of key press handling logic into VT::TerminalSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-18LibVT: Pass the handler name to Launcher::open_url to control what gets launchedNicholas Hollett
2020-05-17LibVT: TerminalWidget now opts into emoji input by default :^)Andreas Kling
2020-05-17LibVT: Handle keydown events with multi-byte text correctlyAndreas Kling
2020-05-17LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^)Andreas Kling