index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Terminal
Age
Commit message (
Expand
)
Author
2019-08-06
Terminal: Fix trying to free() a stack variable
Sergey Bugaev
2019-08-04
Terminal: Paint bold text with a bold font.
Andreas Kling
2019-08-03
LibCore: Make get_current_user_home_path() return String & close passwd
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-24
AK: Make HashMap::get(Key) return an Optional<Value>.
Andreas Kling
2019-07-24
Terminal: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-20
GSlider: Add support for vertical sliders.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-08
Terminal: Try to preserve line contents when resizing the terminal window.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-01
Terminal: Track which character cells have had something printed in them.
Andreas Kling
2019-06-30
Terminal: Unbreak single-line text selection.
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-28
Terminal: Make it so typing resets the cursor blink timer.
Andreas Kling
2019-06-28
Terminal: Don't write erroneous characters to PTY when modifiers pressed.
Andreas Kling
2019-06-28
Terminal: Changex internal opacity representation to byte instead of float.
Andreas Kling
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
2019-06-23
Terminal: Don't compute buffer positions outside the possible area.
Andreas Kling
2019-06-23
Terminal: Add basic mouse selection with copy and paste.
Andreas Kling
2019-06-22
Terminal: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-12
Terminal: Add support for DCH ('P' final)
Andreas Kling
2019-06-11
Terminal: Add support for REP ('b' final)
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Applications: Run clang-format on everything.
Andreas Kling
2019-06-07
Terminal: Use the visual bell by default.
Andreas Kling
2019-06-06
Terminal: Reallocate kept lines when resizing the terminal.
Andreas Kling
2019-06-06
Terminal: Store horizontal tabs in a Vector.
Andreas Kling
2019-06-03
Terminal: Use Vectors and OwnPtrs for Terminal lines. Adjust scroll
Christopher Dumas
2019-06-03
Terminal: Implement scroll region termcodes
Christopher Dumas
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-06-01
WindowServer+LibGUI: Add a way to bring a window to the front.
Andreas Kling
2019-06-01
Terminal: Fix insufficient repaint after visual bell clears.
Andreas Kling
2019-06-01
Terminal: Single settings window & consistant visual bell timing
Christopher Dumas
2019-06-01
Terminal: Settings windows can be opened multiple times
Christopher Dumas
2019-06-01
Terminal: Audible vs Visible beep option
Christopher Dumas
2019-05-30
Terminal: Fix some missing text attributes
Robin Burchell
2019-05-29
Terminal: Add /usr/local/bin to the default PATH.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
most apps now begin in the correct directory
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-17
Terminal: Uh, also change the one caller of beep() to sysbeep()..
Andreas Kling
2019-05-16
Terminal: Set original window title to "Terminal"
Andreas Kling
2019-05-15
Kernel: Add a beep() syscall that beeps the PC speaker.
Andreas Kling
2019-05-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
[next]