Graphite/editor/src
Oliver Davies e89cded4b8
Some checks failed
Editor: Dev & CI / cargo-deny (push) Waiting to run
Editor: Dev & CI / build (push) Waiting to run
Website / build (push) Has been cancelled
Add selection cycle and gray pre-selection outlines to the Path tool, and Tab to swap Select/Path tools (#2818)
* Added initial version of this feature for the path tool

* Removed debug statements

* Thickened the overlay width

* Added hover highlighting for path tool

* Experimental switch to path tool at leaf layer

* Ghost outline initial implementation

* Added tab swap for select tool -> path tool

* Minor fix for Select Tool dbl click -> Path Tool

* Added support for ghosts when using GRS in the path tool

* Fixed GRS undo bug, vastly improved hover behavior and now clearly visualize next double click target

* Fixed unused import warnings

* Updated behavior to handle mouse movement cases, reverted line width to 1px

* Fixed merge behavioral issues

* Disabled Select Tool to Path Tool double click toggle, fixed single click drill through for special case

* Clean up of unused consts and comment

* Properly cancel the drill through state when the mouse moves

* Fix some stuff

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-07-13 08:26:36 +00:00
..
messages Add selection cycle and gray pre-selection outlines to the Path tool, and Tab to swap Select/Path tools (#2818) 2025-07-13 08:26:36 +00:00
node_graph_executor Add a complexity limit on displaying layer thumbnails to improve performance (#2828) 2025-07-10 07:57:45 +00:00
application.rs Remove dead code for Imaginate 2025-06-26 18:46:46 -07:00
consts.rs Add selection cycle and gray pre-selection outlines to the Path tool, and Tab to swap Select/Path tools (#2818) 2025-07-13 08:26:36 +00:00
dispatcher.rs Rename the message system's 'data' argument to 'context' (#2872) 2025-07-12 22:50:59 -07:00
generate_ts_types.rs Reorganize cargo dependencies and upgrade most of them (#1815) 2024-07-09 04:08:28 -07:00
lib.rs Generate a visualization of the editor's hierarchical message system tree (#2499) 2025-07-08 19:13:51 -07:00
macros.rs Upgrade to the Rust 2024 edition (#2367) 2025-03-12 17:29:12 -07:00
node_graph_executor.rs Rename the message system's 'data' argument to 'context' (#2872) 2025-07-12 22:50:59 -07:00
test_utils.rs Rename the message system's 'data' argument to 'context' (#2872) 2025-07-12 22:50:59 -07:00
utility_traits.rs Rename the message system's 'data' argument to 'context' (#2872) 2025-07-12 22:50:59 -07:00
utility_types.rs Generate a visualization of the editor's hierarchical message system tree (#2499) 2025-07-08 19:13:51 -07:00