summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Button.cpp
AgeCommit message (Expand)Author
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-27LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)Andreas Kling
2020-10-26LibGUI: Fix bogus focus rect in buttons with icon but no textAndreas Kling
2020-10-26LibGUI+LibGfx: Improve focus rect appearanceAndreas Kling
2020-10-25LibGUI: Raise toolbar button icons slightly when hovered :^)Andreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-22LibGUI: Add hook when a context menu is requested on a buttonFalseHonesty
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-03-30LibGUI: Brighten buttons when hovering over them :^)Andreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling