Graphite/editor/src
Priyanshu 674db97dc4
Implement merging pairs of {paths, splines} with the Pen and Spline tools (#2292)
* refactor

* impl find_spline function

* impl merge_layers() to merge two spline layer to one spline layer

* impl merging spline to another spline which are not in the same layer

* impl merging of spline with path

* impl merge spline start endpoint and last endpoint

* fix naming

* fix handle transformation

* refactor

* fix merging with path with only one segment

* refactor

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2025-02-21 17:43:49 -08:00
..
messages Implement merging pairs of {paths, splines} with the Pen and Spline tools (#2292) 2025-02-21 17:43:49 -08:00
application.rs Make the document auto-save system initially restore the last-viewed tab before loading the rest (#2194) 2025-01-25 06:41:47 +00:00
consts.rs Fix transform cage bug where aborted resize/rotate after drag is used for next resize/rotate (#2308) 2025-02-20 23:32:40 +00:00
dispatcher.rs Add new icons to all menu bar entries 2025-02-07 19:08:06 -08:00
generate_ts_types.rs Reorganize cargo dependencies and upgrade most of them (#1815) 2024-07-09 04:08:28 -07:00
lib.rs Update Imaginate to output bitmap data to the graph via Image Frame node (#1001) 2023-02-11 08:56:31 +00:00
macros.rs Restructure the entire editor codebase to consistently match the message hierarchy 2022-08-05 05:38:11 -07:00
node_graph_executor.rs Fix a minor regression in monitor nodes with VectorData (#2237) 2025-01-29 11:53:46 -08:00
test_utils.rs Improve layer positioning in graph upon reordering; improve history system; add selection history (#1945) 2024-09-01 02:34:18 -07:00
utility_traits.rs Clean up arg order in process_message() so data is last 2023-01-29 04:07:41 -08:00