Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-06 | Implement 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-28 | LibGUI: Clip to paint event rect in most widgets. | Andreas Kling | |
2019-02-25 | Convert more RetainPtr use to Retained. | Andreas Kling | |
2019-02-11 | WindowServer: More work on menus. | Andreas Kling | |
2019-02-05 | SharedGraphics: Add some useful painting helpers and make use of them. | Andreas Kling | |
2019-02-04 | LibGUI: 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-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2019-01-27 | LibGUI: 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-21 | LibGUI: Mass coding style fixes. | Andreas Kling | |
2019-01-20 | Rename all the LibGUI classes to GClassName. | Andreas Kling | |