mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Move drag offsets out of the stack dependents cache into dedicated drag session state * Replace the move_layer_to_stack selection hijack with a seeded stack dependents load * Move text measurement into a neutral utility module out of the overlays layer * Deduplicate the document bounds queries and name the artboard clip input index * Replace the remove_references_from_network selection hijack with an explicit shift set * Extract shared import and export wire disconnection used by the expose handlers * Extract the shared epilogue of the import and export removal operations * Move the post node lookup into the network interface to fix the layering inversion * Clear drag offsets when the stack dependents cache unloads so programmatic shifts cannot replay them * Use the thread-local text context for text measurement instead of a process-global mutex * Resolve the post node lookup within the network being edited instead of the document root