mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 07:08:12 +08:00
* Rotate pivot and squares to orient along quad * Add compass rose UI * Add compass rose functionality * Refactor code and polish things * Fix UI * Fix crash * More polish * Rework arrow to use different selection method * Adjust for rotated layer and show when within cage * Don't show when other modes are possible * Fix glitchy compass * fixes * fixes * WIP separate pivot and compass rose (not compiling) * Complete file moving fixes * Code review --------- Co-authored-by: Keavon Chambers <keavon@keavon.com>
12 lines
246 B
Rust
12 lines
246 B
Rust
pub mod auto_panning;
|
|
pub mod color_selector;
|
|
pub mod compass_rose;
|
|
pub mod graph_modification_utils;
|
|
pub mod measure;
|
|
pub mod pivot;
|
|
pub mod resize;
|
|
pub mod shape_editor;
|
|
pub mod snapping;
|
|
pub mod transformation_cage;
|
|
pub mod utility_functions;
|