Age | Commit message (Expand) | Author |
---|---|---|
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 |