Age | Commit message (Expand) | Author |
---|---|---|
2021-03-16 | LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x | Andreas Kling |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-18 | Chess: Allow right click to cancel drag move while dragging a piece | Brendan Coles |
2021-02-18 | Chess: pledge thread | Brendan Coles |
2021-02-18 | Conway: Set minumum window size to game columns x rows | Linus Groh |
2021-01-22 | Conway: Add interactivity | Ben Wiederhake |
2021-01-20 | Conway: Don't run misleading srand() | Ben Wiederhake |
2021-01-16 | Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" | Andreas Kling |
2021-01-16 | Everywhere: Convert a handful of String::format() => formatted() | Andreas Kling |
2021-01-15 | Demos+Games: Pledge "sendfd" in demos and games | TheMorc |
2021-01-15 | Everywhere: Pledge "sendfd" in WindowServer client programs | Andreas Kling |
2021-01-12 | Games: Move to Userland/Games/ | Andreas Kling |