summaryrefslogtreecommitdiff
path: root/Demos
AgeCommit message (Collapse)Author
2019-06-12Demos: Import Fire demo contributed by "pd".Andreas Kling
2019-06-07Demos: Run clang-format on everything.Andreas Kling
2019-05-27removed extra impl of scalingChristopher Dumas
2019-05-27tiled backgrounds no longer has strange off-by-one pixel errorsChristopher Dumas
2019-05-24Demos: Start working on a simple WidgetGallery app.Andreas Kling
It's good to have a place where we can try out all the different widgets. This needs some more work on a nice layout, and should also include more of the widgets. :^)
2019-05-24LibGUI: Make GCheckBox inherit from GAbstractButton.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-13RetroFetch: Add a silly neofetch-like program.Andreas Kling
The idea is to print out various system info suitable for screenshots. :^)
2019-05-08HelloWorld: Add a simple "Hello World!" app showing the basics.Andreas Kling
This also introduces a Demos/ directory where I hope to add cool things.