提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling f596b12a04 LibVT+Terminal: Support hyperlinks in the terminal :^) 5 年之前
  Andreas Kling 283bd1a95c LibVT: Respond to DSR 0 (device status) 5 年之前
  AnotherTest 54d400c685 LibVT: Handle ctrl+arrow keys 5 年之前
  Andreas Kling 17b8857dc0 LibVT: Shift+Tab should generate ESC[Z 5 年之前
  Andreas Kling 5c779c124b LibVT: Don't scroll-to-bottom when pressing the Logo key 5 年之前
  rhin123 72ef3e529a TerminalWidget: Implement ALT selection 5 年之前
  Andreas Kling bfd86c4631 LibGUI: Make GUI::Frame have the 2px sunken container look by default 5 年之前
  Andreas Kling 3d20da9ee4 Userspace: Use Core::Object::add() when building interfaces 5 年之前
  Andreas Kling 66903ad987 LibGfx: Remove Utf8View.h dependency from Font.h 5 年之前
  Andreas Kling 814d59f462 LibGUI: Port the drag&drop code to Core::MimeData 5 年之前
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 年之前
  Andreas Kling f8b00aa290 LibGfx: Unpublish Gfx::Size from the global namespace 5 年之前
  Andreas Kling 20cfd2a6bf LibGfx: Unpublish Gfx::Rect from global namespace 5 年之前
  Andreas Kling 9ac94d393e LibGfx: Rename from LibDraw :^) 5 年之前
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace 5 年之前
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 年之前
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C 5 年之前
  Andreas Kling e6f5ce8285 LibVT: Support the DA (Device Attributes) request (final 'c') 5 年之前
  Sergey Bugaev b4923938e1 LibVT: Input dragged file path into the terminal on drop 5 年之前
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 年之前
  joshua stein 24b8a27190 LibVT: only use default bold font if it's the same size as our font 5 年之前
  Andreas Kling 56974f76be LibVT: Relayout TerminalWidget on font change 5 年之前
  joshua stein 275bc0d587 LibVT: fix pixel size calculations in terminal_did_resize 5 年之前
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 年之前
  Andreas Kling a349e7dbda LibVT: Always use Painter::clear_rect() instead of Painter::fill_rect() 5 年之前
  Andreas Kling 7ef51293c7 LibVT: Unbreak semi-transparent terminal background painting 5 年之前
  Andreas Kling 5a84944dc8 LibVT: Don't scroll to bottom for Ctrl/Alt/Shift 5 年之前
  Andreas Kling 386bf8b763 LibVT: Don't implicitly copy the selection on double-click or mouse-up 5 年之前
  Andreas Kling dabdd484f7 LibVT: Add a context menu to TerminalWidget 5 年之前
  Andreas Kling dbf8d6bc1e Terminal+LibVT: Switch Terminal to using explicit copy/paste actions 5 年之前