index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
Button.cpp
Age
Commit message (
Expand
)
Author
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-30
LibGUI: Add Widget focus policies
Andreas Kling
2020-10-27
LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)
Andreas Kling
2020-10-26
LibGUI: Fix bogus focus rect in buttons with icon but no text
Andreas Kling
2020-10-26
LibGUI+LibGfx: Improve focus rect appearance
Andreas Kling
2020-10-25
LibGUI: Raise toolbar button icons slightly when hovered :^)
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-22
LibGUI: Add hook when a context menu is requested on a button
FalseHonesty
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-03-30
LibGUI: Brighten buttons when hovering over them :^)
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling