summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ComboBox.cpp
AgeCommit message (Expand)Author
2022-07-08LibGUI: Support typing to search for ComboBoxzzLinus
2022-06-28LibGUI: Use new layout system for basic widgetsFrHun
2022-06-17LibGUI: Actually update the selection in ComboBox::set_selected_indexnetworkException
2022-06-17LibGUI: Add clear_selection helper for ComboBoxnetworkException
2022-05-12LibGUI: Add AllowCallback parameter to ComboBox::set_text()Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-11-30LibGUI+FontEditor: Allow ComboBox on_change callback to be toggledthankyouverycool
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-03LibGUI: Make ComboBox text editor release focus when Escape is pressedkleines Filmröllchen
2021-11-03LibGUI: Make ComboBox report on_change for set_selected_indexkleines Filmröllchen
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