index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
HackStudio
/
CursorTool.cpp
Age
Commit message (
Expand
)
Author
2020-10-09
HackStudio: Use new format functions.
asynts
2020-09-12
HackStudio: Reduce debug spam
Ben Wiederhake
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-27
LibGUI: Change GUI::KeyEvent::key() type to KeyCode
Sergey Bugaev
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-07
Themes: Support rubberband selection theming
0xtechnobabble
2019-11-17
LibDraw: Add Rect::from_two_points(Point, Point)
Andreas Kling
2019-11-16
HackStudio: Move the rubber-banding state into CursorTool
Andreas Kling
2019-11-16
HackStudio: Allow rubber-band selection of widgets
Andreas Kling
2019-11-11
HackStudio: Show the edited form widget's widget tree in the tree view
Andreas Kling
2019-11-10
HackStudio: Allow moving the selected widgets using the arrow keys
Andreas Kling
2019-11-10
HackStudio: Allow moving widgets around using the CursorTool
Andreas Kling
2019-11-10
HackStudio: Start implementing basic widget selection in CursorTool
Andreas Kling
2019-11-10
HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool
Andreas Kling