summaryrefslogtreecommitdiff
path: root/interaction.cpp
AgeCommit message (Collapse)Author
2025-12-16Add more reserve callsScott Lagler
2025-06-30Add Checkbox input support to python apiAlexander Khosrowshahi
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2024-08-20Update progress functions to use BNProgressFunction typedefJosh Ferrell
2023-11-14Fix a number of leaks and bad uses of free in the apiGlenn Smith
See https://github.com/Vector35/binaryninja-api/issues/4751
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2022-11-10Include C++ standard headersChristian Blichmann
When compiling in C++ mode, the C++ standard library headers should be included instead of their C counterparts. Drive-by: - Removed include of `json/json.h` from `settings.cpp`, where it was not used
2022-09-29Interaction::RunProgressDialogGlenn Smith
2022-01-28Format All FilesKyleMiles
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
2021-08-04Add query mode to flow graph reports.Brian Potchik
2021-06-18Interactions: add default form valuesGlenn Smith
2018-11-28Fix warning, expose PluginType apiPeter LaFosse
2018-11-26Dont auto convert Markdown reports to htmlPeter LaFosse
2018-08-17Fix report collection reference count bug and add debug report supportRusty Wagner
2018-08-14Modify flow graph API to support multiple layout requests for a single graphRusty Wagner
2018-07-13Add ability to update custom flow graphsRusty Wagner
2018-06-04Generic flow graph API and report collectionsRusty Wagner
2017-11-12Removed unneeded shadowed variabledPeter LaFosse
2016-09-22Adding API to create simple dialogs with multiple input fieldsRusty Wagner
2016-09-19Add API for showing a message box in the UIRusty Wagner
2016-09-16Add APIs for user interaction from pluginsRusty Wagner