summaryrefslogtreecommitdiff
path: root/LibGUI/GCheckBox.cpp
AgeCommit message (Expand)Author
2019-05-24LibGUI: Share code for text painting in GAbstractButton.Andreas Kling
2019-05-24Demos: Start working on a simple WidgetGallery app.Andreas Kling
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-15LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.Andreas Kling
2019-05-12Change String&& arguments to const String& in a couple of places.Andreas Kling
2019-05-10LibGUI+WindowServer: Improve checkmark appearance.Andreas Kling
2019-04-10GCheckBox: Paint the box part as a container frame.Andreas Kling
2019-03-29Rename Painter::set_clip_rect() to add_clip_rect().Andreas Kling
2019-03-28LibGUI: Add a GPainter class that inherits from Painter.Andreas Kling
2019-03-24WindowServer+LibGUI: Implement automatic cursor tracking.Andreas Kling
2019-03-06Implement basic support for variable-width fonts.Andreas Kling
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
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2019-01-27LibGUI: More work on GCheckBox.Andreas Kling
2019-01-21LibGUI: Mass coding style fixes.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling