summaryrefslogtreecommitdiff
path: root/LibGUI/GCheckBox.cpp
AgeCommit message (Collapse)Author
2019-03-06Implement basic support for variable-width fonts.Andreas Kling
Also add a nice new font called Katica. It's not used anywhere yet but I'm definitely itching to start using it. :^)
2019-02-28LibGUI: Clip to paint event rect in most widgets.Andreas Kling
2019-02-25Convert more RetainPtr use to Retained.Andreas Kling
2019-02-11WindowServer: More work on menus.Andreas Kling
2019-02-05SharedGraphics: Add some useful painting helpers and make use of them.Andreas Kling
2019-02-04LibGUI: Use LightGray as the base UI color.Andreas Kling
This feels nicely reminiscent of the gap in time between Win3.11 and Win95, one of my favorite eras in UI look-and-feel.
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-27LibGUI: More work on GCheckBox.Andreas Kling
- Make it track the mouse cursor just like GButton does so that changes only get committed if the mouseup event happens while inside the widget rect. - Draw a focus rect around the box when appropriate. - When focused, support toggling the checked state with the space bar.
2019-01-21LibGUI: Mass coding style fixes.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling