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-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