index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GButton.h
Age
Commit message (
Expand
)
Author
2019-05-24
Demos: Start working on a simple WidgetGallery app.
Andreas Kling
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-15
GButton: Allow triggering a "click" by pressing Return when focused.
Andreas Kling
2019-05-15
LibGUI: Support cycling through focusable widgets with Tab and Shift-Tab.
Andreas Kling
2019-04-13
WindowServer+LibGUI: Add ability to set per-window icons.
Andreas Kling
2019-04-13
Minesweeper: Start working on a simple minesweeper game. :^)
Andreas Kling
2019-04-12
LibGUI+WindowServer: Add support for enabled/disabled actions.
Andreas Kling
2019-04-10
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
Andreas Kling
2019-04-04
LibGUI: Allow specifying GButton text alignment.
Andreas Kling
2019-04-04
LibGUI: Make it possible for GButton to be checkable.
Andreas Kling
2019-03-28
Move LibGUI/GStyle to SharedGraphics/StylePainter.
Andreas Kling
2019-03-24
WindowServer+LibGUI: Implement automatic cursor tracking.
Andreas Kling
2019-03-19
LibGUI: Add GInputBox for getting a string from a modal dialog.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-16
LibGUI: Make class_name() public so you can always call it.
Andreas Kling
2019-02-20
LibGUI: Implement enter/leave events (with WindowServer support.)
Andreas Kling
2019-02-20
LibGUI: Support different button styles.
Andreas Kling
2019-02-08
Launcher: Factor the app buttons into a LaunchButton class.
Andreas Kling
2019-02-07
Start working on a simple Launcher app.
Andreas Kling
2019-01-27
Make buttons unpress when the cursor leaves the button rect.
Andreas Kling
2019-01-21
LibGUI: Mass coding style fixes.
Andreas Kling
2019-01-21
guitest2: Add a simple launcher so I can easily spawn more Terminals.
Andreas Kling
2019-01-20
LibGUI: Minor fixes.
Andreas Kling
2019-01-20
Rename all the LibGUI classes to GClassName.
Andreas Kling