summaryrefslogtreecommitdiff
path: root/Demos/Eyes
AgeCommit message (Expand)Author
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-07-29Eyes: Introduce and use iconsBen Wiederhake
2020-07-27Eyes: Fix division by zero when invoked as 'Eyes'AnotherTest
2020-07-27Eyes: Allow constructing an eye-gridAnotherTest
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-25Eyes: Resize the window based on the number of eyesAnotherTest
2020-05-25Eyes: Correctly calculate the eye bounds for arbitrary number of eyesAnotherTest
2020-05-24Demos: Add Eyes demoSergey Bugaev