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
/
Rect.h
Age
Commit message (
Expand
)
Author
2019-01-18
Make it possible to invalidate only a portion of a window.
Andreas Kling
2019-01-16
Move some more classes to the new coding style.
Andreas Kling
2019-01-14
Start refactoring the windowing system to use an event loop.
Andreas Kling
2019-01-13
Have WindowManager::invalidate() unite dirty rects that intersect each other.
Andreas Kling
2019-01-12
Fix more underdraw bugs in Button due to new Rect semantics.
Andreas Kling
2019-01-12
All right, let's double buffer the display. It looks so much better.
Andreas Kling
2019-01-12
Ignore WindowManager invalidations inside already invalidated rects.
Andreas Kling
2019-01-12
Constrain the mouse cursor to keep it inside the screen rect.
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-10-13
Start working on a simple TextBox widget.
Andreas Kling
2018-10-12
Clip Painter operations to the screen rect.
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
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
Start adding a Window class.
Andreas Kling
2018-10-11
More hacking on Widgets.
Andreas Kling
2018-10-11
More hacking on Widgets.
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