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.cpp
Age
Commit message (
Expand
)
Author
2019-02-28
LibGUI: Clip to paint event rect in most widgets.
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-19
WindowServer: Support windows with alpha channels. And per-WSWindow opacity.
Andreas Kling
2019-02-11
WindowServer: More work on menus.
Andreas Kling
2019-02-10
LibGUI: Share code for widget rendering styles in a GStyle class.
Andreas Kling
2019-02-07
Start working on a simple Launcher app.
Andreas Kling
2019-02-05
SharedGraphics: Add some useful painting helpers and make use of them.
Andreas Kling
2019-02-05
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
Andreas Kling
2019-02-04
LibGUI: Use LizaBold as the default button font.
Andreas Kling
2019-01-27
LibGUI: GButton should only react to the left mouse button (for pushing.)
Andreas Kling
2019-01-27
Make buttons unpress when the cursor leaves the button rect.
Andreas Kling
2019-01-25
Kernel: Implement lazy FPU state restore.
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
Rename all the LibGUI classes to GClassName.
Andreas Kling