summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ComboBox.cpp
AgeCommit message (Expand)Author
2022-11-19LibGUI: Don't search ComboBox Windows when holding a mod keythankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-11-19LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxesthankyouverycool
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-25LibGUI: Remove Window::set_blocks_command_palette()demostanis
2022-09-22LibGUI: Hide unnecessary Scrollbars in ComboBox windowsthankyouverycool
2022-09-22LibGUI: Allow setting max visible items for ComboBoxesthankyouverycool
2022-09-22LibGUI: Don't show empty ComboBox windowsthankyouverycool
2022-09-22LibGUI: Don't open windows for editable ComboBoxes when typingthankyouverycool
2022-09-22LibGUI: Always activate ComboBox ListView selections on MouseUpthankyouverycool
2022-09-22LibGUI: Block ComboBox windows from using CommandPalettethankyouverycool
2022-09-08LibGUI+WindowServer: Notify Windows on input preemptionthankyouverycool
2022-08-25LibGUI+WindowServer+Apps: Replace Accessory Windowsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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