Graphite/core/editor/src
AJ Weeks 10a2282145 Support rearranging layers with hotkeys (#271)
* Support moving single layers

* Fix "Move layer to top/bottom" keybinds

* Rename things named "move" to "reorder"

Fix formatting

* Combine sorted layer helper functions

* Use integer consts for moving layers to front/back

* Fix merge mistake

* Fix some clippy lints

* Fix panic

* Remove "get" prefix from functions

* Bring layer menu items out to sub-menu

* Support moving multiple layers at a time

* Add comment explaining odd keybinding

* Add reordering tests

* Add negative test

* Add new error type

* Add layer position helper, clean up tests

* Make position helper return Result

* Clean up slice iteration

* Simplify source_layer_ids computation

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
2021-07-21 10:36:51 +01:00
..
communication Pass layer metadata to tools (#277) 2021-07-16 02:38:46 -04:00
document Support rearranging layers with hotkeys (#271) 2021-07-21 10:36:51 +01:00
frontend Add thumbnails for layers (#286) 2021-07-21 11:30:49 +02:00
global Major overhaul of input and communication systems 2021-05-23 01:26:24 +02:00
input Support rearranging layers with hotkeys (#271) 2021-07-21 10:36:51 +01:00
misc Viewport canvas navigation with modifier keys and zoom widget (#229) 2021-07-13 07:50:10 +01:00
tool Options bar widgets for tools to control tool behavior (#283) 2021-07-21 01:07:48 -04:00
consts.rs Implement fill tool (#254) 2021-07-14 03:49:12 -04:00
lib.rs Implement fill tool (#254) 2021-07-14 03:49:12 -04:00