Graphite/editor/src
Mohamed Osama a1f2a2b256
Fix layers losing their names upon being grouped (#1637)
* no message

* no message

* no message

* Make layers reserve their names when grouped

* remove redundancy

* replace String::from("") with String::new()

* Fix test

* Restore unrequested line break changes

* Avoid unwraps

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
2024-03-02 23:34:25 +00:00
..
messages Fix layers losing their names upon being grouped (#1637) 2024-03-02 23:34:25 +00:00
application.rs Convert u64 IDs to newtypes (#1532) 2023-12-22 03:24:13 -08:00
consts.rs Add auto-panning when pointer goes beyond viewport edge with Select tool (#1625) 2024-02-28 23:52:36 -08:00
dispatcher.rs Fix layers losing their names upon being grouped (#1637) 2024-03-02 23:34:25 +00:00
generate_ts_types.rs Upgrade several Rust dependencies (#1613) 2024-02-17 15:02:41 -08: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 Resolve most Clippy lint issues 2024-02-29 00:48:28 -08:00
test_utils.rs Rename Shape tool to Polygon tool 2023-08-01 01:28:14 -07:00
utility_traits.rs Clean up arg order in process_message() so data is last 2023-01-29 04:07:41 -08:00