summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Button.cpp
AgeCommit message (Expand)Author
2022-09-08Browser+LibGUI+WindowServer: Open Button menus uniformlythankyouverycool
2022-08-04LibGUI: Let Buttons set their menu popup positionthankyouverycool
2022-08-01LibGUI: Expose GUI::Button's "default" property to GMLAndreas Kling
2022-07-14LibGUI: Add button handler for middle mouse clicksnetworkException
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-27LibGUI: Invert button icons only when the contrast ratio improvesHumberto Alves
2022-06-10LibGUI: Add DialogButton convenience classFrHun
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-26LibGUI: Invert button icons with low contrast ratiosMacDue
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-03LibGUI: Extend mimic pressed across keyboard shortcuts for buttonsRob Ryan
2022-03-03LibGUI: Add `mimic_pressed` to Button to signify being virtually clickedForLoveOfCats
2022-03-03LibGUI: Use logical `and` instead of bitwise in `Button` paint callForLoveOfCats
2022-02-24LibGUI: Prefer to pop-up Tray Button menus from the top rightthankyouverycool
2022-01-26LibGUI: Allow Buttons to set themselves as defaultthankyouverycool
2022-01-21LibGUI: Allow Button::set_icon to accept a bitmap without a moveDylan Katz
2022-01-16LibGUI: Make button icons settable in GMLSam Atkins
2021-12-19LibGUI: Adjust focus rect for Buttons with iconsPerikiyoXD
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-29LibGUI: Fix issue where buttons with a menu sometimes stayed depressedMart G
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-05LibGUI: Add ability to assign a menu to a GUI::ButtonAndreas Kling
2021-03-25LibGUI: Make it possible to tweak icon spacing on a GUI::ButtonAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling