Age | Commit message (Expand) | Author |
---|---|---|
2020-05-08 | Services: Move Taskbar and SystemMenu from Applications to Services | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-03 | LibC: Move waitpid() to sys/wait.h | Sergey Bugaev |
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-17 | Kernel: Add "accept" pledge promise for accepting incoming connections | Andreas Kling |
2020-01-12 | Applications+DevTools+MenuApplets: Drop "unix" pledge when possible | Andreas Kling |
2020-01-11 | Kernel: fork()ed children should inherit pledge promises :^) | Andreas Kling |
2020-01-11 | Taskbar: Use pledge() | Andreas Kling |
2019-12-04 | Taskbar: Add a quick launch bar | Sergey Bugaev |
2019-06-07 | Applications: Run clang-format on everything. | Andreas Kling |
2019-04-03 | Taskbar: Start working on a taskbar app. | Andreas Kling |