index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
ComboBox.cpp
Age
Commit message (
Expand
)
Author
2020-08-21
LibGUI: Add ComboBox::selected_index()
Andreas Kling
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-13
LibGUI: Fix ComboBox desktop intersection rect
Linus Groh
2020-07-20
LibGUI: Use ControlBoxButtons in SpinBox and ComboBox
thankyouverycool
2020-07-16
LibGUI: Remove on_activity_change from ComboBox
thankyouverycool
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-15
LibGUI: Add hover highlighting and keyboard controls to ComboBox
thankyouverycool
2020-07-15
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
thankyouverycool
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-20
LibGUI: Replace up and down arrows with emoji
Hüseyin ASLITÜRK
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
LibGUI: Allow scrolling through a ComboBox with the mouse wheel
Andreas Kling
2020-05-02
LibGUI: Make ComboBox list pop-up windows frameless
Andreas Kling
2020-03-29
LibGUI: ComboBox, add "set_selected_index" method
Hüseyin ASLITÜRK
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Reduce header dependencies of ComboBox
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling