summaryrefslogtreecommitdiff
path: root/LibGUI/GButton.h
AgeCommit message (Expand)Author
2019-03-24WindowServer+LibGUI: Implement automatic cursor tracking.Andreas Kling
2019-03-19LibGUI: Add GInputBox for getting a string from a modal dialog.Andreas Kling
2019-03-19LibGUI: Implement nested event loops to support dialog boxes.Andreas Kling
2019-03-16LibGUI: Make class_name() public so you can always call it.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-08Launcher: Factor the app buttons into a LaunchButton class.Andreas Kling
2019-02-07Start working on a simple Launcher app.Andreas Kling
2019-01-27Make buttons unpress when the cursor leaves the button rect.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-20LibGUI: Minor fixes.Andreas Kling
2019-01-20Rename all the LibGUI classes to GClassName.Andreas Kling