Age | Commit message (Expand) | Author |
---|---|---|
2020-05-08 | Services: Move Taskbar and SystemMenu from Applications to Services | Andreas Kling |
2020-04-28 | Application: Fix for reboot on PowerDialog close button click | Hüseyin ASLITÜRK |
2020-03-04 | LibCore: Make Core::Object::add<ChildType> return a ChildType& | Andreas Kling |
2020-03-04 | LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients | Andreas Kling |
2020-03-04 | LibGUI: Use set_layout<LayoutType>() in lots of client code | Andreas Kling |
2020-03-03 | LibGUI: Remove Button& parameter from Button::on_click hook | Andreas Kling |
2020-03-03 | SystemMenu: Fix bad behavior in shutdown dialog | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-23 | SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9e | thatlittlegit |
2020-02-23 | SystemMenu: Move SystemDialog into SystemMenu and remove INI config | thatlittlegit |