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