summaryrefslogtreecommitdiff
path: root/LibGUI/GButton.cpp
AgeCommit message (Expand)Author
2019-02-28LibGUI: Clip to paint event rect in most widgets.Andreas Kling
2019-02-20LibGUI: Implement enter/leave events (with WindowServer support.)Andreas Kling
2019-02-20LibGUI: Support different button styles.Andreas Kling
2019-02-19WindowServer: Support windows with alpha channels. And per-WSWindow opacity.Andreas Kling
2019-02-11WindowServer: More work on menus.Andreas Kling
2019-02-10LibGUI: Share code for widget rendering styles in a GStyle class.Andreas Kling
2019-02-07Start working on a simple Launcher app.Andreas Kling
2019-02-05SharedGraphics: Add some useful painting helpers and make use of them.Andreas Kling
2019-02-05Rename LizaBold to LizaRegular and LizaBlack to LizaBold.Andreas Kling
2019-02-04LibGUI: Use LizaBold as the default button font.Andreas Kling
2019-01-27LibGUI: GButton should only react to the left mouse button (for pushing.)Andreas Kling
2019-01-27Make buttons unpress when the cursor leaves the button rect.Andreas Kling
2019-01-25Kernel: Implement lazy FPU state restore.Andreas Kling
2019-01-21LibGUI: Mass coding style fixes.Andreas Kling
2019-01-21guitest2: Add a simple launcher so I can easily spawn more Terminals.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling