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.cpp
Age
Commit message (
Expand
)
Author
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-25
More moving towards using signed types.
Andreas Kling
2019-02-21
WindowServer: Oops, forgot to plumb through the base size for incresize.
Andreas Kling
2019-02-21
Add concept of size increments to windowing system.
Andreas Kling
2019-02-20
Support resizing the Terminal app.
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-17
LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
Andreas Kling
2019-02-15
Use modern C++ attributes instead of __attribute__ voodoo.
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
Terminal: Fix lagged full flush after scrolling the whole buffer.
Andreas Kling
2019-02-10
Port Terminal to LibGUI.
Andreas Kling
2019-02-10
Move apps into a top-level Applications/ directory.
Andreas Kling