Commit History

作者 SHA1 備註 提交日期
  Andreas Kling 9d347352a1 LibGfx+LibGUI+Clients: Make fonts findable by their qualified name 4 年之前
  Andreas Kling f475fa3f54 LibVT: Show an I-beam cursor over TerminalWidget 4 年之前
  Andreas Kling b4f307f982 LibGUI+WindowServer: Rename window "override cursor" to just "cursor" 4 年之前
  Andreas Kling 0f9be82826 LibGfx: Move StandardCursor enum to LibGfx 4 年之前
  Nico Weber 90d9c83067 LibVT: Let Terminal only expose history_size, not storage 4 年之前
  Andreas Kling 51146e3075 LibGUI: Make the Clipboard API deal in raw byte buffers a bit more 4 年之前
  Ben Wiederhake e59c415ae3 LibVT+Terminal: Mark default action in context menu 4 年之前
  thankyouverycool ebba297b42 Base: Move 16x16 common icons to /res/icons/16x16/ 4 年之前
  Sergey Bugaev 1671e1ac92 WindowServer+LibVT: Convert some dbgprintf() to dbg() 4 年之前
  Andreas Kling 75b8f4e4e6 LibGUI: Make focus events more aware of why focus is changing 4 年之前
  Nico Weber ce95628b7f Unicode: Try s/codepoint/code_point/g again 5 年之前
  Nico Weber 19ac1f6368 Revert "Unicode: s/codepoint/code_point/g" 5 年之前
  Andreas Kling ea9ac3155d Unicode: s/codepoint/code_point/g 5 年之前
  Andreas Kling 226c0cfb20 LibVT: Don't scroll to bottom when pressing the right shift key 5 年之前
  Tom df54229954 LibVT: Set scrollbar page size 5 年之前
  Andreas Kling 0c4b0c0312 Terminal+LibVT: Add "clear including history" action (Ctrl+Shift+K) :^) 5 年之前
  Andreas Kling d851863704 Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes 5 年之前
  Andreas Kling 11c4a28660 Kernel: Move headers intended for userspace use into Kernel/API/ 5 年之前
  Andreas Kling ca93c22ae2 LibGUI: Turn GUI::Application::the() into a pointer 5 年之前
  Andreas Kling 14477eb565 Terminal: Bump the default ScrollLength to 4 5 年之前
  Benoît Lormeau 310fbe48e5 LibVT/Terminal: add a scroll length to the TerminalWidget 5 年之前
  AnotherTest d1d01897a3 Terminal: Ignore cell background when visual beep is active 5 年之前
  Hüseyin ASLITÜRK 7abca30f41 LibVT: Replace u8 type to u32 for code point 5 年之前
  Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 年之前
  Andreas Kling 165f69023b LibVT: Allow updating the window progress via an escape sequence 5 年之前
  Sergey Bugaev 620697d924 LibVT: Move most of key press handling logic into VT::Terminal 5 年之前
  Sergey Bugaev 602c3fdb3a AK: Rename FileSystemPath -> LexicalPath 5 年之前
  Nicholas Hollett 181eacd3ba LibVT: Pass the handler name to Launcher::open_url to control what gets launched 5 年之前
  Andreas Kling 30a3b8333a LibVT: TerminalWidget now opts into emoji input by default :^) 5 年之前
  Andreas Kling 1b78d9fa1f LibVT: Handle keydown events with multi-byte text correctly 5 年之前