Graphite/editor/src/messages/input_mapper
Dennis Kobert 4e1bfddcd8 Remove unsafe code and clean up the code base in general (#1263)
* Remove unsafe code

* Make node graph test syncronous

* Add miri step to ci

* Remove unsafe from node graph evaluation

* Replace operation pseudo_hash with hash based on discriminant

* Fix test

* Move memo module to core and make it safe

* Fix formatting

* Remove unused stuff from gstd

* Use safe casting for creating key variants

* Fix memo node types

* Fix ref node

* "fix" ub

* Use correct input types for ExtractImageFrame

* Fix types for async nodes

* Fix missing implementation

* Manually override output type for async nodes

* Fix types for EditorApi

* Fix output type for WasmSurfaceHandle

* Remove unused miri.yml

* Fix incorrect type for cache node
2023-06-02 11:05:32 +02:00
..
key_mapping Add 'Zoom with Scroll' input navigation scheme to preferences (#1021) 2023-02-24 07:18:04 +01:00
utility_types Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
default_mapping.rs Refactor naming to deprecate "node graph frame" terminology (#1187) 2023-04-28 01:30:47 -07:00
input_mapper_message.rs Add 'Zoom with Scroll' input navigation scheme to preferences (#1021) 2023-02-24 07:18:04 +01:00
input_mapper_message_handler.rs Remove unsafe code and clean up the code base in general (#1263) 2023-06-02 11:05:32 +02:00
mod.rs Add 'Zoom with Scroll' input navigation scheme to preferences (#1021) 2023-02-24 07:18:04 +01:00