summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ComboBox.cpp
AgeCommit message (Expand)Author
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-09-01LibGUI:: Style Combo and SpinBox buttons as ThickCapsthankyouverycool
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-06LibGUI: Fix `go_upwards_instead` check in ComboBoxLuK1337
2021-06-03LibGUI: ComboBox now goes upwards when running out of room to renderMatthew Jones
2021-06-03LibGUI: ComboBox now correctly sizes height in relation to taskbarMatthew Jones
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
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-03-25WindowServer+LibGUI: Remove the global menubar :^)Andreas Kling
2021-03-16LibGUI: Remove has_visible_list members from TextEditorthankyouverycool
2021-03-12LibGUI: Register more GML properties and widgetsthankyouverycool
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...Nick Vella
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling