summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-05small license typo fixJordan Wiens
2021-04-05Update suite/binaries pointer for newest testAndrew Lamoureux
2021-04-02Add additional settings schema validation.Brian Potchik
2021-04-02Bump ui api versionGlenn Smith
ContextMenuManager is now a subclass of QObject and that can break operator= (only seen on windows builds)
2021-04-02Make status bar buttons full height + adjustable colorGlenn Smith
2021-04-02Type filteringJosh Ferrell
2021-04-02Make TypeView::getLinesForType static+publicGlenn Smith
2021-04-01very small typo fixup in licenseJordan Wiens
2021-03-31Maintain preferred IL view when navigating among views which don't support ILs.Brian Potchik
2021-03-31Add new 'Rendering' settings group.Brian Potchik
2021-03-31cached the number of max UI itemsXusheng
2021-03-30Enable alternateTypePropagation by default to improve determinism and ↵Brian Potchik
eliminate stale xrefs.
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and ↵Brian Potchik
fix state initialization.
2021-03-30Fix ExpandableGroup naming and animationJosh Ferrell
2021-03-29capture stderr on plugin manager dependency installationJordan Wiens
2021-03-27fixes for windows and linux default python plus automatic dependency ↵Jordan Wiens
installation
2021-03-26updating to latest sphinx-rtd theme and many doc formatting fixesJordan Wiens
2021-03-24fixing layout for settings tableJordan Wiens
2021-03-24update settings, remove qtdownload provider from troubleshootingJordan Wiens
2021-03-24use PRIx64 to fix compilation warningXusheng
2021-03-22Remove BNFreeString callJosh Watson
2021-03-22Implement Platform::parse_types_from_sourceJosh Watson
Change include_directories to `&[AsRef<Path>]` Make TypeParserResult default and clone Change error_msg scope cargo fmt Kyle's comments Whackamole with .as_ptr() as _ Fixed up error_msg as BnString
2021-03-19Add BNGetParentPath APIPeter LaFosse
2021-03-19Minor spelling fixesPeter LaFosse
2021-03-19Minor formatting changesPeter LaFosse
2021-03-19Use std::atomic for refcountGlenn Smith
TSAN sees a data race in AddRef()
2021-03-19Add BNGetParentPath APIPeter LaFosse
2021-03-18Add Go to File Offset actionBrian Knudson
2021-03-18Build System UpdatesKyleMiles
2021-03-18Better type supportKyleMiles
2021-03-17Misc typo changes, const changes, code cleanup, and example updatesKyleMiles
2021-03-17Update docs to point to Qt 6.0.2 sourceRusty Wagner
2021-03-16Add a QTextBrowser capable of showing remote imagesRusty Wagner
2021-03-16Compatibility with Qt 6Rusty Wagner
2021-03-15More mutJosh Watson
2021-03-15cargo fmtJosh Watson
2021-03-15Resolve Kyle's commentsJosh Watson
2021-03-15Implement BackgroundTask::running_tasks()Josh Watson
2021-03-15Implementing BackgroundTaskJosh Watson
2021-03-14Update settings documentation.Brian Potchik
2021-03-11fix namespace issue causing settings to be included in documentation twiceJordan Wiens
2021-03-09Add active spinner with 'reanalyze function' control.Brian Potchik
2021-03-09Fix IL graph label control active highlight.Brian Potchik
2021-03-09Allow disassembly view function header to update with font size changes.Brian Potchik
2021-03-09Add ClickableStateLabel state accessor.Brian Potchik
2021-03-09Fix python errors in dependency installationBrian Knudson
2021-03-05Update BN_CURRENT_CORE_ABI_VERSIONPeter LaFosse
2021-03-04small typo in settings docsJordan Wiens
2021-03-04documentation updates on set_default_session_data and transformation apiJordan Wiens
2021-03-03removing python2 binary from linux setupJordan Wiens