Graphite/editor/src
Priyanshu d22b2ca927
Refactor the Centroid node and `Subpath` struct and methods to use Kurbo, eliminating all remaining usages of Bezier-rs (#3036)
* define Subpath struct in gcore and refactor node-graph

* Refactor few methods

* refactoring worked!

* refactor centoid area and length

* remove unused

* cleanup

* fix pathseg_points function

* fix tranforming segments

* fix segment intersection

* refactor to_path_segments fn in gpath-bool crate

* refactor gcraft

* add bezier-rs dep

* Code review the editor directory

* use path-bool for solving roots

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-08-16 13:39:25 -07:00
..
messages 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
node_graph_executor Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00
application.rs Remove dead code for Imaginate 2025-06-26 18:46:46 -07:00
consts.rs Make auto-saving happen once per second 2025-08-03 15:20:30 -07:00
dispatcher.rs Replace the Spreadsheet panel with an improved Data panel (#3037) 2025-08-10 07:46:42 -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 Fix regression in shallow select (#3050) 2025-08-15 12:55:05 +02:00
test_utils.rs Track which document the deferred executions belong to (#3010) 2025-08-06 21:16:02 +02: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 Add Table<Gradient> as a graphical type (#3051) 2025-08-13 01:42:51 -07:00