ladybird/Games
Andreas Kling 13b8c7eab8 Minesweeper: Fix lag when changing the field size.
Use a number of techniques to avoid freezing the UI for too long.

- Keep reusing the same widgets for the squares once they've been created.
- Temporarily disable widget updates.
- Avoid some redundant work on each run of reset().
2019-05-02 04:21:21 +02:00
..
Minesweeper Minesweeper: Fix lag when changing the field size. 2019-05-02 04:21:21 +02:00
Snake Games: Use Makefile.common here too. 2019-04-26 15:14:28 +02:00