summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ComboBox.cpp
AgeCommit message (Expand)Author
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12LibGUI: Allow scrolling through a ComboBox with the mouse wheelAndreas Kling
2020-05-02LibGUI: Make ComboBox list pop-up windows framelessAndreas Kling
2020-03-29LibGUI: ComboBox, add "set_selected_index" methodHüseyin ASLITÜRK
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Reduce header dependencies of ComboBoxAndreas Kling
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling