summaryrefslogtreecommitdiff
path: root/rust/src/interaction
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-08-13[Rust] Fix warnings about names that are not snake caseMark Rowe
The names can simply be omitted since they are only mentioned in the declaration of a function pointer.
2025-07-06[Rust] Make `ReportCollection::add_*` optionally take a viewMason Reed
To allow for creating reports outside the context of a view
2025-07-02[Rust] Misc interaction handler fixesMason Reed
2025-07-02[Rust] Misc `interaction::report` improvementsMason Reed
- Add `Debug` impl to `ReportCollection` - Fix flow graph related api's not being optional
2025-06-30Add Checkbox input support to python apiAlexander Khosrowshahi
2025-05-12[Rust] Misc cleanup regarding c stringsMason Reed
2025-05-12[Rust] Interaction handler API fixesMason Reed
2025-05-12[Rust] Fix misc typosMason Reed
2025-05-12[Rust] Implement custom interactive handlerrbran