Age | Commit message (Expand) | Author |
---|---|---|
2019-04-10 | LibGUI: Move frame painting from GFrame to StylePainter. | Andreas Kling |
2019-04-06 | Add a slight hover highlight to GButton and WSButton. :^) | Andreas Kling |
2019-04-04 | LibGUI: Make it possible for GButton to be checkable. | Andreas Kling |
2019-04-03 | AK: Add Eternal<T> and use it in various places. | Andreas Kling |
2019-03-29 | StylePainter: Fix underdraw in new button style. | Andreas Kling |
2019-03-29 | LibGUI: Don't draw left and right side of surfaces that span entire window. | Andreas Kling |
2019-03-28 | StylePainter: Tweak ButtonStyle::Normal highlights. | Andreas Kling |
2019-03-28 | Move LibGUI/GStyle to SharedGraphics/StylePainter. | Andreas Kling |