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
/
ComboBox.cpp
Age
Commit message (
Expand
)
Author
2022-11-19
LibGUI: Don't search ComboBox Windows when holding a mod key
thankyouverycool
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-19
LibGUI+WindowServer: Remove InputPreemptor concept
thankyouverycool
2022-11-19
LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes
thankyouverycool
2022-10-26
LibGUI: Make sure combobox list windows can't be moved
Gunnar Beutner
2022-10-25
LibGUI: Remove Window::set_blocks_command_palette()
demostanis
2022-09-22
LibGUI: Hide unnecessary Scrollbars in ComboBox windows
thankyouverycool
2022-09-22
LibGUI: Allow setting max visible items for ComboBoxes
thankyouverycool
2022-09-22
LibGUI: Don't show empty ComboBox windows
thankyouverycool
2022-09-22
LibGUI: Don't open windows for editable ComboBoxes when typing
thankyouverycool
2022-09-22
LibGUI: Always activate ComboBox ListView selections on MouseUp
thankyouverycool
2022-09-22
LibGUI: Block ComboBox windows from using CommandPalette
thankyouverycool
2022-09-08
LibGUI+WindowServer: Notify Windows on input preemption
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
LibGUI: Support typing to search for ComboBox
zzLinus
2022-06-28
LibGUI: Use new layout system for basic widgets
FrHun
2022-06-17
LibGUI: Actually update the selection in ComboBox::set_selected_index
networkException
2022-06-17
LibGUI: Add clear_selection helper for ComboBox
networkException
2022-05-12
LibGUI: Add AllowCallback parameter to ComboBox::set_text()
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-30
LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled
thankyouverycool
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-03
LibGUI: Make ComboBox text editor release focus when Escape is pressed
kleines Filmröllchen
2021-11-03
LibGUI: Make ComboBox report on_change for set_selected_index
kleines Filmröllchen
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-09-01
LibGUI:: Style Combo and SpinBox buttons as ThickCaps
thankyouverycool
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-06
LibGUI: Fix `go_upwards_instead` check in ComboBox
LuK1337
2021-06-03
LibGUI: ComboBox now goes upwards when running out of room to render
Matthew Jones
2021-06-03
LibGUI: ComboBox now correctly sizes height in relation to taskbar
Matthew Jones
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
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-03-25
WindowServer+LibGUI: Remove the global menubar :^)
Andreas Kling
2021-03-16
LibGUI: Remove has_visible_list members from TextEditor
thankyouverycool
2021-03-12
LibGUI: Register more GML properties and widgets
thankyouverycool
2021-02-27
LibGUI: Remove ControlBoxButton widget
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
LibGUI: Correctly handle ComboBox list windows of less than three items (~50p...
Nick Vella
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling