提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 6e4f0b3cc5 Terminal: Reallocate kept lines when resizing the terminal. 6 年之前
  Andreas Kling e8f35ef311 Terminal: Store horizontal tabs in a Vector. 6 年之前
  Christopher Dumas e92fe52031 Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll 6 年之前
  Christopher Dumas ce15a4021d Terminal: Implement scroll region termcodes 6 年之前
  Andreas Kling 473d0e83ad Terminal: Fix insufficient repaint after visual bell clears. 6 年之前
  Christopher Dumas b0d8dba16d Terminal: Single settings window & consistant visual bell timing 6 年之前
  Christopher Dumas f8a02d4733 Terminal: Audible vs Visible beep option 6 年之前
  Robin Burchell 004a630bfe Terminal: Fix some missing text attributes 6 年之前
  Christopher Dumas e3f81bce49 IRC client setttings, Terminal settings, more WM settings 6 年之前
  Andreas Kling 3ec625067a Terminal: Uh, also change the one caller of beep() to sysbeep().. 6 年之前
  Andreas Kling 3cba2a8a78 Kernel: Add a beep() syscall that beeps the PC speaker. 6 年之前
  Andreas Kling dddf45f563 Change String&& arguments to const String& in a couple of places. 6 年之前
  Andreas Kling 565f073796 Terminal: Give the terminal widget a sunken container look. 6 年之前
  Andreas Kling b5b44a29bb Replace various copies of parse_uint(String) with String::to_uint(). 6 年之前
  Andreas Kling b04f08ba48 Shell: Support home/end keys for line editing. 6 年之前
  Andreas Kling 6a5d92f0ad WindowServer+LibGUI: Allow changing whether windows have alpha channels. 6 年之前
  Andreas Kling a274196bd7 Terminal: <esc>[m should clear the current attribute. 6 年之前
  Andreas Kling 0ae475ff5b Terminal: Add ability to adjust the terminal's opacity. 6 年之前
  Andreas Kling ab94a6be00 AK: Add String::copy(BufferType) helper. 6 年之前
  Andreas Kling 5eedb22834 Sprinkle use of AK::Vector in various places. 6 年之前
  Andreas Kling fc1d3074de LibCore: Move LibGUI/GNotifier to LibCore/CNotifier. 6 年之前
  Andreas Kling b8062f69d8 LibCore: Add CEvent and make LibGUI/GEvent inherit from it. 6 年之前
  Andreas Kling 25f28a54a1 Terminal+LibGUI: Make the terminal cursor blink. 6 年之前
  Andreas Kling 9fa21fa585 LibGUI: Add a GPainter class that inherits from Painter. 6 年之前
  Andreas Kling b7ad35d040 Terminal: Enough compat work for Lynx to actually load web pages. 6 年之前
  Andreas Kling ee0f00c644 Terminal: Use TERM=xterm by default, and implement some more escapes. 6 年之前
  Andreas Kling 1565dc3ab3 Terminal: Add some logging for the 'r' final. 6 年之前
  Andreas Kling 5d69bf06d2 LibGUI: Don't fill widgets with background color by defualt. 6 年之前
  Andreas Kling 66a5ddd94a More work on the variable-width font support. 6 年之前
  Andreas Kling 0a86366c71 Make a preparation pass for variable-width fonts. 6 年之前