1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 04:40:59 +00:00
serenity/Services/Taskbar
Sergey Bugaev 4139838a93 Userland et al: Pledge sigaction when needed
* In some cases, we can first call sigaction()/signal(), then *not* pledge
  sigaction.
* In other cases, we pledge sigaction at first, call sigaction()/signal()
  second, then pledge again, this time without sigaction.
* In yet other cases, we keep the sigaction pledge. I suppose these could all be
  migrated to drop it or not pledge it at all, if somebody is interested in
  doing that.
2020-05-26 14:35:10 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp Userland et al: Pledge sigaction when needed 2020-05-26 14:35:10 +02:00
TaskbarButton.cpp Services: Move Taskbar and SystemMenu from Applications to Services 2020-05-08 22:00:41 +02:00
TaskbarButton.h Services: Move Taskbar and SystemMenu from Applications to Services 2020-05-08 22:00:41 +02:00
TaskbarWindow.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
TaskbarWindow.h Services: Move Taskbar and SystemMenu from Applications to Services 2020-05-08 22:00:41 +02:00
WindowIdentifier.h Services: Move Taskbar and SystemMenu from Applications to Services 2020-05-08 22:00:41 +02:00
WindowList.cpp LibGUI: Include keyboard modifier state with button on_click calls 2020-05-12 20:31:16 +02:00
WindowList.h Services: Move Taskbar and SystemMenu from Applications to Services 2020-05-08 22:00:41 +02:00