Graphite/editor/src
adamgerhant c7b08246c2
Allow the Pen tool to connect layers by their endpoints, merging into a single layer (#2076)
* Merge vector data layers

* Fix early return

* Fix layer space multiplication error

* Recalculate positions when changing layer space

* Add transform node

* Remove pen tool layer state
2024-11-01 12:19:46 -07:00
..
messages Allow the Pen tool to connect layers by their endpoints, merging into a single layer (#2076) 2024-11-01 12:19:46 -07:00
application.rs Fix a lot of Clippy warnings (#1808) 2024-07-09 05:02:52 -07:00
consts.rs Improve text overlay styling and fix artboard label positioning bug (#2032) 2024-10-13 21:35:50 +00:00
dispatcher.rs Factor in artboard clipping to the click target x-ray function (#2028) 2024-10-12 23:38:17 +00: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 various crashes and bugs (#2075) 2024-10-25 16:54:37 -07: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