summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/CursorTool.h
AgeCommit message (Expand)Author
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-16HackStudio: Move the rubber-banding state into CursorToolAndreas Kling
2019-11-10HackStudio: Allow moving the selected widgets using the arrow keysAndreas Kling
2019-11-10HackStudio: Allow moving widgets around using the CursorToolAndreas Kling
2019-11-10HackStudio: Introduce a Tool class with subs CursorTool and WidgetToolAndreas Kling