summaryrefslogtreecommitdiff
path: root/Widgets/Button.cpp
AgeCommit message (Expand)Author
2019-01-13Minor GUI API things + make Button corners properly transparent.Andreas Kling
2019-01-12Fix more underdraw bugs in Button due to new Rect semantics.Andreas Kling
2019-01-12Update Painter class to the new coding style.Andreas Kling
2019-01-12Fix unpainted area in Button rendering.Andreas Kling
2019-01-10Hook everything up to run the GUI on top of the kernel.Andreas Kling
2018-12-21Yet another pass of style fixes.Andreas Kling
2018-10-13Try out a signal-like system like this:Andreas Kling
2018-10-13Use fooEvent() type names for the virtual event handlers.Andreas Kling
2018-10-12Some color cleanup.Andreas Kling
2018-10-12Make buttons pressable.Andreas Kling
2018-10-12Paint Button in a very Windows 3-ish style.Andreas Kling
2018-10-12Add a CheckBox widget.Andreas Kling
2018-10-11More hacking on Widgets.Andreas Kling