index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-10-12
Improve CheckBox style a bit.
Andreas Kling
2018-10-12
After moving a window, try to repaint a bit less.
Andreas Kling
2018-10-12
Fix CheckBox caption position.
Andreas Kling
2018-10-12
Painter::TextAlignment::Center vertical fix.
Andreas Kling
2018-10-12
Make buttons pressable.
Andreas Kling
2018-10-12
Paint Button in a very Windows 3-ish style.
Andreas Kling
2018-10-12
Add a CheckBox widget.
Andreas Kling
2018-10-12
Add a CBitmap class. The C is for Courage.
Andreas Kling
2018-10-12
Add a Painter::drawBitmap() and make Painter::drawText() use it.
Andreas Kling
2018-10-12
Add a clock widget.
Andreas Kling
2018-10-12
Put the font test into its own Window.
Andreas Kling
2018-10-12
Window contents move along with the window!
Andreas Kling
2018-10-12
Very hacky support for dragging a window around.
Andreas Kling
2018-10-12
The WindowManager can now react to mouse events on the window title bar.
Andreas Kling
2018-10-12
Deliver mouse events to the appropriate Window.
Andreas Kling
2018-10-12
Small refactor.
Andreas Kling
2018-10-12
Move windowing stuff from AbstractScreen to WindowManager.
Andreas Kling
2018-10-12
Start adding a Window class.
Andreas Kling
2018-10-11
Use Font in more places.
Andreas Kling
2018-10-11
Add a simple Font class.
Andreas Kling
2018-10-11
Some work on window decorations.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-11
Support arbitrary pointer traits.
Andreas Kling
2018-10-11
Tweaks to Peanut8x10.
Andreas Kling
2018-10-11
Make an 8x10 version of Peanut. It looks a bit nicer I think.
Andreas Kling
2018-10-11
Rage hacking on TerminalWidget.
Andreas Kling
2018-10-11
AK::Buffer should not free unowned backing stores, duh.
Andreas Kling
2018-10-11
Dispatch MouseUp events with SDL.
Andreas Kling
2018-10-11
Start poking at a TerminalWidget.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-11
Avoid modifying Object::m_children while iterating it.
Andreas Kling
2018-10-11
Peanut8x8 can paint all the ASCII characters!
Andreas Kling
2018-10-11
More work on the bitmap font.
Andreas Kling
2018-10-10
More rage hacking on Widgets. Some very basic text drawing. :^)
Andreas Kling
2018-10-10
Intense hacking on Widgets.
Andreas Kling
2018-10-10
Start working on a Widgets library.
Andreas Kling
2018-10-10
Run without SimpleMalloc locally for now.
Andreas Kling
2018-10-10
Add a cool banner.
Andreas Kling
2018-10-10
Import all this stuff into a single repo called Serenity.
Andreas Kling