Commit History

Author SHA1 Message Date
  Andreas Kling 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 4 years ago
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 years ago
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" 5 years ago
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g 5 years ago
  Andreas Kling 226c0cfb20 LibVT: Don't scroll to bottom when pressing the right shift key 5 years ago
  Tom df54229954 LibVT: Set scrollbar page size 5 years ago
  Andreas Kling 0c4b0c0312 Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^) 5 years ago
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 years ago
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 years ago
  Andreas Kling ca93c22ae2 LibGUI: Turn GUI::Application::the() into a pointer 5 years ago
  Andreas Kling 14477eb565 Terminal: Bump the default ScrollLength to 4 5 years ago
  Benoît Lormeau 310fbe48e5 LibVT/Terminal: add a scroll length to the TerminalWidget 5 years ago
  AnotherTest d1d01897a3 Terminal: Ignore cell background when visual beep is active 5 years ago
  Hüseyin ASLITÜRK 7abca30f41 LibVT: Replace u8 type to u32 for code point 5 years ago
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 years ago
  Andreas Kling 165f69023b LibVT: Allow updating the window progress via an escape sequence 5 years ago
  Sergey Bugaev 620697d924 LibVT: Move most of key press handling logic into VT::Terminal 5 years ago
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 5 years ago
  Nicholas Hollett 181eacd3ba LibVT: Pass the handler name to Launcher::open_url to control what gets launched 5 years ago
  Andreas Kling 30a3b8333a LibVT: TerminalWidget now opts into emoji input by default :^) 5 years ago
  Andreas Kling 1b78d9fa1f LibVT: Handle keydown events with multi-byte text correctly 5 years ago
  Andreas Kling 0d78ee95f9 LibVT: Make TerminalWidget::selected_text() produce UTF-8 strings :^) 5 years ago
  Andreas Kling 7b5b4bee70 LibVT: Store all-ASCII terminal lines as 8-bit characters 5 years ago
  Andreas Kling fa712d8aa5 LibVT: Don't try to set the window title to invalid UTF-8 text 5 years ago
  Andreas Kling 06f3eb0ecd LibVT: Tweak input parsing related names 5 years ago
  Andreas Kling c4edc4c550 LibVT: Switch VT::Line to being backed by 32-bit codepoints 5 years ago
  Andreas Kling 16965db86b LibVT: Move out the Line class from Terminal to its own class 5 years ago
  Andreas Kling f8e3c8326d Terminal: When offering to open a URL, show name + icon for handler app 5 years ago
  AnotherTest 5b9fe0cf46 LibVT: Update the terminal buffer based on visible lines 5 years ago
  Andreas Kling 666863c2d8 LibVT: Clear the hovered hyperlink after completing a drag 5 years ago