summaryrefslogtreecommitdiff
path: root/Widgets/Widget.cpp
AgeCommit message (Expand)Author
2019-01-10Hook everything up to run the GUI on top of the kernel.Andreas Kling
2019-01-09More window manager hacking. FocusIn/FocusOut events.Andreas Kling
2019-01-09Stop recomposing the window hierarchy after every dang widget paint.Andreas Kling
2019-01-09Start refactoring graphics system to have per-window backing stores.Andreas Kling
2018-10-14Let widget have a font() instead of using Font::defaultFont() everywhere.Andreas Kling
2018-10-14Close the MsgBox when clicking the OK button.Andreas Kling
2018-10-14Add a simple MsgBox() :^)Andreas Kling
2018-10-13Use fooEvent() type names for the virtual event handlers.Andreas Kling
2018-10-13More work on focus.Andreas Kling
2018-10-13Implement basic focus.Andreas Kling
2018-10-12Some color cleanup.Andreas Kling
2018-10-12After moving a window, try to repaint a bit less.Andreas Kling
2018-10-12Add a CheckBox widget.Andreas Kling
2018-10-12Add a CBitmap class. The C is for Courage.Andreas Kling
2018-10-12Add a clock widget.Andreas Kling
2018-10-12Window contents move along with the window!Andreas Kling
2018-10-12Very hacky support for dragging a window around.Andreas Kling
2018-10-12Start adding a Window class.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-11Rage hacking on TerminalWidget.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling
2018-10-10Intense hacking on Widgets.Andreas Kling
2018-10-10Start working on a Widgets library.Andreas Kling