Graphite/editor/src/messages/tool/tool_messages
James Ryans 3be7505faf
Automatically place layers into the artboard they're drawn inside of (#2110)
* place new layer from basic tools within an artboard bounds

Signed-off-by: James Ryans <james.ryans2012@gmail.com>

* add for Text Tool

Signed-off-by: James Ryans <james.ryans2012@gmail.com>

* use click_xray function

Signed-off-by: James Ryans <james.ryans2012@gmail.com>

* support for freehand tool

Signed-off-by: James Ryans <james.ryans2012@gmail.com>

* support spline tool

Signed-off-by: James Ryans <james.ryans2012@gmail.com>

---------

Signed-off-by: James Ryans <james.ryans2012@gmail.com>
2024-12-20 19:02:00 -08:00
..
artboard_tool.rs Refactor collection of snap targets (#2114) 2024-11-20 22:27:49 -08:00
brush_tool.rs Add Brush tool warning; move font list loading to document creation time 2024-11-09 12:27:09 -08:00
ellipse_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
eyedropper_tool.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
fill_tool.rs Improve layer positioning in graph upon reordering; improve history system; add selection history (#1945) 2024-09-01 02:34:18 -07:00
freehand_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
gradient_tool.rs Fix clippy lints (#2119) 2024-11-29 22:58:49 +00:00
imaginate_tool.rs Clean up old usages of `NodeId(generate_uuid())` by replacing it with `NodeId::new()` (#2009) 2024-10-25 19:43:46 -07:00
line_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
mod.rs Code cleanup and refactoring to enhance consistency (#1695) 2024-03-20 21:28:51 -07:00
navigate_tool.rs Polish and fix small bugs with tilt and zoom navigation 2024-04-28 02:13:18 -07:00
path_tool.rs Fix clippy lints (#2119) 2024-11-29 22:58:49 +00:00
pen_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
polygon_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
rectangle_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
select_tool.rs Tidy up the UI with clearer Layers panel selection marks and removal of most "coming soon" UI elements 2024-12-14 20:49:21 -08:00
spline_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00
text_tool.rs Automatically place layers into the artboard they're drawn inside of (#2110) 2024-12-20 19:02:00 -08:00