summaryrefslogtreecommitdiff
path: root/Applications/Taskbar/main.cpp
AgeCommit message (Expand)Author
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-03LibC: Move waitpid() to sys/wait.hSergey Bugaev
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-11Kernel: fork()ed children should inherit pledge promises :^)Andreas Kling
2020-01-11Taskbar: Use pledge()Andreas Kling
2019-12-04Taskbar: Add a quick launch barSergey Bugaev
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-04-03Taskbar: Start working on a taskbar app.Andreas Kling