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
/
WindowManager.h
Age
Commit message (
Expand
)
Author
2019-01-12
Give WindowManager member copies of the Framebuffer& and the screen rect.
Andreas Kling
2019-01-12
Let the EventLoop drive the WindowManager through WM_Compose events.
Andreas Kling
2019-01-12
All right, let's double buffer the display. It looks so much better.
Andreas Kling
2019-01-12
Get rid of the "root widget" concept in WindowManager.
Andreas Kling
2019-01-12
Start refactoring the WindowManager to be invalidation driven.
Andreas Kling
2019-01-11
Hook up the PS2MouseDevice to the AbstractScreen+WindowManager.
Andreas Kling
2019-01-10
Hook everything up to run the GUI on top of the kernel.
Andreas Kling
2019-01-09
Stop recomposing the window hierarchy after every dang widget paint.
Andreas Kling
2019-01-09
Print the number of WindowManager recompose() calls to debugger.
Andreas Kling
2019-01-09
More window management work.
Andreas Kling
2019-01-09
Add basic z-order for Windows.
Andreas Kling
2019-01-09
Start refactoring graphics system to have per-window backing stores.
Andreas Kling
2018-10-14
Close the MsgBox when clicking the OK button.
Andreas Kling
2018-10-13
Let the WindowManager track the active window.
Andreas Kling
2018-10-13
Start using WeakPtr for some of the WindowManager window pointers.
Andreas Kling
2018-10-13
Use HashMap::remove() in some places that I wanted it.
Andreas Kling
2018-10-12
After moving a window, try to repaint a bit less.
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
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
More hacking on Widgets.
Andreas Kling