summaryrefslogtreecommitdiff
path: root/Demos/Cube
AgeCommit message (Expand)Author
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-11-02Demos: Use pledge and unveilBrendan Coles
2020-11-01Demos: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-08Demos: Stop using Widget::foreground_color()Andreas Kling
2020-10-08Demos: Use new format functions.asynts
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-02Cube: Add app-cube.png 16x16 iconBrendan Coles
2020-04-18Cube: Two small tweaksAndreas Kling
2020-04-18Demos: Add 3D Cube DemoStephan Unverwerth