Commit History

Author SHA1 Message Date
  Andreas Kling 31ec4de0ee LibVT: Show the hover hand cursor when hovering over hyperlinks :^) 5 years ago
  Andreas Kling 27d1e7f432 LibVT: Add "Open URL" and "Copy URL" to TerminalWidget context menu 5 years ago
  Andreas Kling f596b12a04 LibVT+Terminal: Support hyperlinks in the terminal :^) 5 years ago
  Andreas Kling 283bd1a95c LibVT: Respond to DSR 0 (device status) 5 years ago
  rhin123 72ef3e529a TerminalWidget: Implement ALT selection 5 years ago
  Andreas Kling 2143da6434 LibGUI: Add forwarding header 5 years ago
  Andreas Kling e1ff4fa034 LibGUI: Remove more header dependencies from Widget.h 5 years ago
  Andreas Kling 6a9cc66b97 LibGUI: Remove leading G from filenames 5 years ago
  Andreas Kling d17e23bd27 LibCore: Remove leading C from filenames 5 years ago
  Andreas Kling f8b00aa290 LibGfx: Unpublish Gfx::Size from the global namespace 5 years ago
  Andreas Kling 20cfd2a6bf LibGfx: Unpublish Gfx::Rect from global namespace 5 years ago
  Andreas Kling c39d44fc2e LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} 5 years ago
  Andreas Kling 9ac94d393e LibGfx: Rename from LibDraw :^) 5 years ago
  Andreas Kling 11580babbf LibDraw: Put all classes in the Gfx namespace 5 years ago
  Andreas Kling c5bd9d4ed1 LibGUI: Put all classes in the GUI namespace and remove the leading G 5 years ago
  Andreas Kling 2d39da5405 LibCore: Put all classes in the Core namespace and remove the leading C 5 years ago
  Andreas Kling e6f5ce8285 LibVT: Support the DA (Device Attributes) request (final 'c') 5 years ago
  Sergey Bugaev b4923938e1 LibVT: Input dragged file path into the terminal on drop 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  joshua stein 24b8a27190 LibVT: only use default bold font if it's the same size as our font 5 years ago
  Andreas Kling 56974f76be LibVT: Relayout TerminalWidget on font change 5 years ago
  Andreas Kling fd5eb79d19 LibGUI: Make GMenu inherit from CObject 5 years ago
  Andreas Kling 386bf8b763 LibVT: Don't implicitly copy the selection on double-click or mouse-up 5 years ago
  Andreas Kling dabdd484f7 LibVT: Add a context menu to TerminalWidget 5 years ago
  Andreas Kling dbf8d6bc1e Terminal+LibVT: Switch Terminal to using explicit copy/paste actions 5 years ago
  Rok Povsic 95df049071 Terminal: Add selecting whole line on triple click 5 years ago
  Andreas Kling 5a83e053b3 LibVT: Make inject_string() a public API so clients can use it 5 years ago
  Andreas Kling cd1eee6604 LibVT+Terminal: Give TerminalWidget a hook for EOF on the pty 5 years ago
  Andreas Kling e9f6e1e287 LibVT+Terminal: Don't set window title directly from TerminalWidget 5 years ago
  Andreas Kling da0958a882 LibVT: Make TerminalWidget's automatic size policy updates optional 5 years ago