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
/
Window.cpp
Age
Commit message (
Expand
)
Author
2019-01-12
Redraw both incoming and outgoing widget when changing focus.
Andreas Kling
2019-01-09
More window manager hacking. FocusIn/FocusOut events.
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
Yet another pass of style fixes.
Andreas Kling
2018-11-15
More VFS cleanup.
Andreas Kling
2018-10-14
Close the MsgBox when clicking the OK button.
Andreas Kling
2018-10-14
Add a simple MsgBox() :^)
Andreas Kling
2018-10-13
More work on focus.
Andreas Kling
2018-10-13
Implement basic focus.
Andreas Kling
2018-10-13
Let the WindowManager track the active window.
Andreas Kling
2018-10-13
Use HashMap::remove() in some places that I wanted it.
Andreas Kling
2018-10-13
Add a basic Listbox widget.
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
Add a clock widget.
Andreas Kling
2018-10-12
Window contents move along with the window!
Andreas Kling
2018-10-12
Deliver mouse events to the appropriate Window.
Andreas Kling
2018-10-12
Start adding a Window class.
Andreas Kling