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
/
Terminal.h
Age
Commit message (
Expand
)
Author
2019-05-30
Terminal: Fix some missing text attributes
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-12
Change String&& arguments to const String& in a couple of places.
Andreas Kling
2019-05-11
Terminal: Give the terminal widget a sunken container look.
Andreas Kling
2019-04-29
Terminal: Add ability to adjust the terminal's opacity.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-12
LibCore: Move LibGUI/GTimer to LibCore/CTimer.
Andreas Kling
2019-04-10
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-03-30
Terminal+LibGUI: Make the terminal cursor blink.
Andreas Kling
2019-03-20
Terminal: Disable the semitransparent Terminal effect for now.
Andreas Kling
2019-03-14
Terminal: Enough compat work for Lynx to actually load web pages.
Andreas Kling
2019-03-14
Terminal: Use TERM=xterm by default, and implement some more escapes.
Andreas Kling
2019-03-14
Terminal: Add some logging for the 'r' final.
Andreas Kling
2019-03-06
More work on the variable-width font support.
Andreas Kling
2019-03-06
Make a preparation pass for variable-width fonts.
Andreas Kling
2019-02-27
More compat work towards porting vim.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Rework the rendering model so that clients instantiate backing stores.
Andreas Kling
2019-02-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-12
Plumb menu item activation events from WindowServer to clients.
Andreas Kling
2019-02-11
Terminal: Move the notifier into the Terminal class.
Andreas Kling
2019-02-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-10
Move apps into a top-level Applications/ directory.
Andreas Kling