index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Widgets
/
Widget.h
Age
Commit message (
Expand
)
Author
2019-01-13
Minor GUI API things + make Button corners properly transparent.
Andreas Kling
2019-01-09
Stop recomposing the window hierarchy after every dang widget paint.
Andreas Kling
2019-01-09
Start refactoring graphics system to have per-window backing stores.
Andreas Kling
2018-12-21
Make the Widgets/ directory build again.
Andreas Kling
2018-11-15
More VFS cleanup.
Andreas Kling
2018-10-14
Let widget have a font() instead of using Font::defaultFont() everywhere.
Andreas Kling
2018-10-14
Add a simple MsgBox() :^)
Andreas Kling
2018-10-13
Try out a signal-like system like this:
Andreas Kling
2018-10-13
Use fooEvent() type names for the virtual event handlers.
Andreas Kling
2018-10-13
Implement basic focus.
Andreas Kling
2018-10-12
After moving a window, try to repaint a bit less.
Andreas Kling
2018-10-12
Add a CheckBox 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
Start adding a Window class.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-11
Rage hacking on TerminalWidget.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-10
Intense hacking on Widgets.
Andreas Kling
2018-10-10
Start working on a Widgets library.
Andreas Kling