index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Button.cpp
Age
Commit message (
Expand
)
Author
2022-09-08
Browser+LibGUI+WindowServer: Open Button menus uniformly
thankyouverycool
2022-08-04
LibGUI: Let Buttons set their menu popup position
thankyouverycool
2022-08-01
LibGUI: Expose GUI::Button's "default" property to GML
Andreas Kling
2022-07-14
LibGUI: Add button handler for middle mouse clicks
networkException
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-27
LibGUI: Invert button icons only when the contrast ratio improves
Humberto Alves
2022-06-10
LibGUI: Add DialogButton convenience class
FrHun
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-26
LibGUI: Invert button icons with low contrast ratios
MacDue
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-03
LibGUI: Extend mimic pressed across keyboard shortcuts for buttons
Rob Ryan
2022-03-03
LibGUI: Add `mimic_pressed` to Button to signify being virtually clicked
ForLoveOfCats
2022-03-03
LibGUI: Use logical `and` instead of bitwise in `Button` paint call
ForLoveOfCats
2022-02-24
LibGUI: Prefer to pop-up Tray Button menus from the top right
thankyouverycool
2022-01-26
LibGUI: Allow Buttons to set themselves as default
thankyouverycool
2022-01-21
LibGUI: Allow Button::set_icon to accept a bitmap without a move
Dylan Katz
2022-01-16
LibGUI: Make button icons settable in GML
Sam Atkins
2021-12-19
LibGUI: Adjust focus rect for Buttons with icons
PerikiyoXD
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-07-27
Userland: Make TextWrapping::Wrap opt-in
sin-ack
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-29
LibGUI: Fix issue where buttons with a menu sometimes stayed depressed
Mart G
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-05
LibGUI: Add ability to assign a menu to a GUI::Button
Andreas Kling
2021-03-25
LibGUI: Make it possible to tweak icon spacing on a GUI::Button
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling