Graphite/editor/src
Adam Gerhant 4250f291ab
Add merging nodes into a subgraph with Ctrl+M and basic subgraph signature customization (#2097)
* Merge nodes

* Fix bugs/crashes

* WIP: Debugging

* Fix bugs, add button

* Add imports/exports

* Improve button

* Fix breadcrumbs

* Fix lints and change shortcut key

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-11-12 14:27:42 -08:00
..
messages Add merging nodes into a subgraph with Ctrl+M and basic subgraph signature customization (#2097) 2024-11-12 14:27:42 -08: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 Add Brush tool warning; move font list loading to document creation time 2024-11-09 12:27:09 -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
macros.rs
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