Age | Commit message (Expand) | Author |
---|---|---|
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 |