index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
SystemMenu
Age
Commit message (
Expand
)
Author
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-03-03
AK: Make quick_sort() a little more ergonomic
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
2020-02-23
SystemMenu: Remove --shutdown argument when calling SystemDialog
thatlittlegit
2020-02-22
SystemMenu: Silence debug spam on startup
Andreas Kling
2020-02-17
SystemMenu: Use pledge() and unveil()
Andreas Kling
2020-02-17
SystemMenu: Finish the implementation and start this at boot :^)
Andreas Kling
2020-02-17
SystemMenu: Add a separate program to host the system menu
Andreas Kling