summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/CursorTool.cpp
AgeCommit message (Expand)Author
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
2020-01-07Themes: Support rubberband selection theming0xtechnobabble
2019-11-17LibDraw: Add Rect::from_two_points(Point, Point)Andreas Kling
2019-11-16HackStudio: Move the rubber-banding state into CursorToolAndreas Kling
2019-11-16HackStudio: Allow rubber-band selection of widgetsAndreas Kling
2019-11-11HackStudio: Show the edited form widget's widget tree in the tree viewAndreas 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: Start implementing basic widget selection in CursorToolAndreas Kling
2019-11-10HackStudio: Introduce a Tool class with subs CursorTool and WidgetToolAndreas Kling