Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling | |
Instead of LibGUI and WindowServer building their own copies of the drawing and graphics code, let's it in a separate LibDraw library. This avoids building the code twice, and will encourage better separation of concerns. :^) | |||
2019-05-13 | Fix "make clean" not deleting app binaries. | Andreas Kling | |
2019-04-26 | Games: Use Makefile.common here too. | Andreas Kling | |
2019-04-20 | Get rid of SERENITY macro since the compiler already defines __serenity__ | Andreas Kling | |
This makes it a bit easier to use AK templates out-of-tree. | |||
2019-04-13 | Minesweeper: Start working on a simple minesweeper game. :^) | Andreas Kling | |