Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Demos: Import Fire demo contributed by "pd". | Andreas Kling | |
2019-06-07 | Demos: Run clang-format on everything. | Andreas Kling | |
2019-05-27 | removed extra impl of scaling | Christopher Dumas | |
2019-05-27 | tiled backgrounds no longer has strange off-by-one pixel errors | Christopher Dumas | |
2019-05-24 | Demos: 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-24 | LibGUI: Make GCheckBox inherit from GAbstractButton. | Andreas Kling | |
2019-05-13 | Fix "make clean" not deleting app binaries. | Andreas Kling | |
2019-05-13 | RetroFetch: Add a silly neofetch-like program. | Andreas Kling | |
The idea is to print out various system info suitable for screenshots. :^) | |||
2019-05-08 | HelloWorld: Add a simple "Hello World!" app showing the basics. | Andreas Kling | |
This also introduces a Demos/ directory where I hope to add cool things. |