Graphite/editor/src
Oliver Davies f63d428d32 Fix group creation parenting (#455)
* WIP fix of folder crash / indent

* Fixed most crashes

* Known cases of crash / incorrect behavior resolved

* Removed todo & readability tweak

* Removed left over test

* Resolved clippy issue resulting from merging master

* Replace recursive tree traversal with prefix matching

* Reverted changes for #453 and added undo functionality to Paste

* Make uuid generator thread local for tests

* Maintain layer order, test still failing 50% of the time

* Reverting back to known working with the knowledge we can optimize later.

This reverts commit 1aaf5c0d7dbe67cd9f4ba8b536a4771a2cef6439.

* Revert "Make uuid generator thread local for tests"

This reverts commit d68e3b9c4ebf639c4b2ecae43f5ad3d060dcb12b.

* Revert "Reverted changes for #453 and added undo functionality to Paste"

This reverts commit d66992ac9440f244d461a6a815ae2a08eede47d7.

* Revert "Replace recursive tree traversal with prefix matching"

This reverts commit 6bcbb9f82f62b1f9aa00287110fbce64e1d2f0db.

* Reverted to working state and added comment back to optimized commit hash

* Re-removed the changes involving #453

Co-authored-by: Dennis <dennis@kobert.dev>
2022-01-04 19:18:28 -08:00
..
communication Fix all clippy lint errors 2021-12-30 23:05:54 -08:00
document Fix group creation parenting (#455) 2022-01-04 19:18:28 -08:00
frontend New overlay system that reimplements how overlays are drawn (#418) 2021-12-30 09:48:39 -08:00
global Fix all clippy lint errors 2021-12-30 23:05:54 -08:00
input Fix all clippy lint errors 2021-12-30 23:05:54 -08:00
misc Implement input hints based on the active tool state (#388) 2021-12-24 01:46:03 -08:00
tool Fix all clippy lint errors 2021-12-30 23:05:54 -08:00
consts.rs Snap while dragging with select tool (#433) 2021-12-27 22:29:27 +00:00
lib.rs New overlay system that reimplements how overlays are drawn (#418) 2021-12-30 09:48:39 -08:00