Graphite/core/editor/src
Paul Kupper 751fabb417 Implement viewport selection (#178)
* Begin implementing viewport selection

* Implement viewport click and drag selection for ellipse and rectangle

* Begin implementing line selection

* Remove debug prints

* Run cargo format

* Use DVec2 instead of kurbo::Point

* Line and polyline intersection

* Run cargo format

* Add fix for missing layer panel update

* Replace point selection with box selection

* Formatting

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2021-07-05 01:05:12 +02:00
..
communication Copy and paste layers MVP (#220) 2021-07-05 00:34:47 +02:00
document Implement viewport selection (#178) 2021-07-05 01:05:12 +02:00
frontend Add a movable canvas with matricies (#175) 2021-06-26 21:44:48 +01:00
global Major overhaul of input and communication systems 2021-05-23 01:26:24 +02:00
input Implement viewport selection (#178) 2021-07-05 01:05:12 +02:00
misc Copy and paste layers MVP (#220) 2021-07-05 00:34:47 +02:00
tool Implement viewport selection (#178) 2021-07-05 01:05:12 +02:00
lib.rs Implement backend part of the layer selection (#172) 2021-06-09 12:20:50 +02:00