Graphite/node-graph/gcore/src/vector
Dennis Kobert 5836416632
Optimize editor performance for node selection, click target bounds, and batched messages (#3162)
* Don't clone messages during batch processing

* Improve selected nodes perf and memoize network hash computation

* Reuse click target bounding boxes for document bounds

* Early terminate computing the connected count

* Cleanup
2025-09-11 10:08:26 +00:00
..
algorithms Graphene: Fine-grained context caching (#2500) 2025-09-05 11:44:26 +00:00
click_target.rs Optimize editor performance for node selection, click target bounds, and batched messages (#3162) 2025-09-11 10:08:26 +00:00
generator_nodes.rs Add "Spiral" to the Shape tool and as a new node (#2803) 2025-09-08 14:37:43 -07:00
misc.rs Add "Spiral" to the Shape tool and as a new node (#2803) 2025-09-08 14:37:43 -07:00
mod.rs Refactor the Centroid node and `Subpath` struct and methods to use Kurbo, eliminating all remaining usages of Bezier-rs (#3036) 2025-08-16 13:39:25 -07:00
reference_point.rs Prep `gcore` splitup: move various symbols into their own modules (#2746) 2025-06-27 09:54:34 +00:00
style.rs Update UI widget designs to improve color consistency and add a narrow height mode 2025-09-08 21:48:22 -07:00
vector_attributes.rs Optimize editor performance for node selection, click target bounds, and batched messages (#3162) 2025-09-11 10:08:26 +00:00
vector_modification.rs Refactor the Centroid node and `Subpath` struct and methods to use Kurbo, eliminating all remaining usages of Bezier-rs (#3036) 2025-08-16 13:39:25 -07:00
vector_nodes.rs Add "Spiral" to the Shape tool and as a new node (#2803) 2025-09-08 14:37:43 -07:00
vector_types.rs Optimize editor performance for node selection, click target bounds, and batched messages (#3162) 2025-09-11 10:08:26 +00:00