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-04-29
LibGUI: Simplify submenu construction
Andreas Kling
2020-04-28
Application: Fix for reboot on PowerDialog close button click
Hüseyin ASLITÜRK
2020-04-21
WindowServer+SystemMenu: Check the current system theme on startup
Andreas Kling
2020-04-21
SystemMenu: Make the system theme menu items checkable (and exclusive)
Andreas Kling
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-03-29
SystemMenu: Sort applications alphabetically
Tibor Nagy
2020-03-18
SystemMenu: chdir to home directory before launching apps
Itamar
2020-03-16
SystemMenu: Remove the unveil() call for /etc/PowerOptions.ini
Alex Muscar
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