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
/
Event.h
Age
Commit message (
Expand
)
Author
2019-01-12
Make the Event class virtual.
Andreas Kling
2019-01-12
Let the EventLoop drive the WindowManager through WM_Compose events.
Andreas Kling
2019-01-11
Hook up the Keyboard device to the AbstractScreen.
Andreas Kling
2019-01-10
Merge EventLoopSDL into EventLoop.
Andreas Kling
2019-01-09
More window manager hacking. FocusIn/FocusOut events.
Andreas Kling
2019-01-09
Let WindowManager send out events for WindowBecame{Active,Inactive}
Andreas Kling
2018-12-21
Make the Widgets/ directory build again.
Andreas Kling
2018-10-14
Close the MsgBox when clicking the OK button.
Andreas Kling
2018-10-13
Add TextBox::onReturnPressed.
Andreas Kling
2018-10-13
Start working on a simple TextBox widget.
Andreas Kling
2018-10-12
Improve KeyEvent a bit.
Andreas Kling
2018-10-12
After moving a window, try to repaint a bit less.
Andreas Kling
2018-10-12
Add a clock widget.
Andreas Kling
2018-10-12
The WindowManager can now react to mouse events on the window title bar.
Andreas Kling
2018-10-12
Small refactor.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-10
Start working on a Widgets library.
Andreas Kling