summaryrefslogtreecommitdiff
path: root/ui/util.h
AgeCommit message (Collapse)Author
2026-05-13Add stack adjustment helper.Alexander Taylor
2026-05-13Changes related to display as/type toggling.Alexander Taylor
2026-04-29Better toggling of integer display signedness.Alexander Taylor
2026-04-23Add a hover preview for extern symbols that includes type informationMark Rowe
A new preview type is added for extern symbols that includes the external library name, if known, the symbol type, and any call type override that is applied at the hovered callsite. Previously, hovering an extern symbol would display a hex preview of the synthetic extern section which was of limited value.
2026-04-23Share hover-preview logic between LinearView and FlowGraphWidgetMark Rowe
2026-04-16Fix context menus for calls when call target is HLIL_IMPORTMark Rowe
Add a `getCallInstructionAddress` helper that maps from view highlight state to the address of the corresponding call instruction, if one is highlighted. This logic was previously duplicated between `LinearView` and `FlowGraphWidget`.
2025-07-01ui: resolve some more invalid instr casesRyan Snyder
2025-06-25Fix cxx20 compiler errors.Alexander Taylor
2025-03-17core: initial union support with C++ APIRyan Snyder
2025-02-14uidf refactorRyan Snyder
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ↵Rusty Wagner
Pseudo Python example plugin
2024-09-18Unify implementations of getStringForGraphTypeGlenn Smith
2024-04-26Fix display of possible values in uidf dialogJosh Ferrell
2024-01-22Project supportJosh Ferrell
2024-01-12Add fmt::format for QStringGlenn Smith
2023-11-13Add fmt library to apiGlenn Smith
2023-11-06Type BrowserGlenn Smith
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-08-05Fix possible value set query for token inputs.Brian Potchik
2022-01-28Format All FilesKyleMiles
2022-01-25Fix VSA query on hover feature in the UI.Brian Potchik
2021-12-27Expose BinaryNinjaUI::isBinaryNinjaDataBaseGlenn Smith
2021-11-05Add tooltips to linear view, make generic tooltip functionsGlenn Smith