summaryrefslogtreecommitdiff
path: root/rust/src/interaction/form.rs
AgeCommit message (Collapse)Author
2025-10-07[Rust] Fix save file dialog not respecting default file pathMason Reed
Fixes https://github.com/Vector35/binaryninja-api/issues/7268
2025-07-02[Rust] Misc interaction handler fixesMason Reed
2025-06-30Add Checkbox input support to python apiAlexander Khosrowshahi
2025-05-12[Rust] Implement custom interactive handlerrbran