index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
SystemMenu
Age
Commit message (
Expand
)
Author
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-04
SystemMenu: Disown child processes after spawning
Andreas Kling
2020-08-04
SystemMenu: Disown spawned programs
Andreas Kling
2020-07-28
SystemMenu: Add 'Themes' icon
Ben Wiederhake
2020-07-28
SystemMenu: Add icons for categories
Ben Wiederhake
2020-07-28
SystemMenu: Untangle app/category discovery and GUI building
Ben Wiederhake
2020-07-28
SystemMenu: Add icon to 'Exit' menu item
Ben Wiederhake
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-29
Everywhere: Replace some uses of fork/exec with posix_spawn
Nico Weber
2020-06-28
SystemMenu: Fix shutdown dialog
sppmacd
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-19
SystemMenu: Don't exit if the shutdown dialog is opened but cancelled
Andreas Kling
2020-05-19
SystemMenu: Rename PowerDialog => ShutdownDialog
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-08
Services: Move Taskbar and SystemMenu from Applications to Services
Andreas Kling