summaryrefslogtreecommitdiff
path: root/ui/linearview.h
AgeCommit message (Collapse)Author
2026-05-13Changes related to display as/type toggling.Alexander Taylor
2026-04-29Better toggling of integer display signedness.Alexander Taylor
2026-01-13Command Palette enhancementsGlenn Smith
2025-12-30Perf: Make canMakeString way fasterGlenn Smith
2025-11-03Add additional helpers for right-click menu cleanupPeter LaFosse
2025-11-03Provide better isValid handler to 'Type//*Peter LaFosse
2025-10-18Fix sticky header visibility.Alexander Taylor
2025-10-18Fix sticky header reanalyze button.Alexander Taylor
2025-10-18Fix sticky header not updating on theme change.Alexander Taylor
2025-10-01Ensure that all members of LinearView and HexEditor are initializedMark Rowe
Most members were initialized within the constructor, but a couple were only initialized later and could in some cases be accessed before being initialized. Members of types without default constructors are now initialized via default member initializers unless they're initialized in the class's member initializer list.
2025-09-03Add disassembly setting for block labelsMason Reed
2025-06-10Add UI action and API to control switch recovery in HLILRusty Wagner
2025-06-03Add UI action and API to control early returns in HLILRusty Wagner
2025-06-03Add UI action and API to flip conditions during HLIL restructuringRusty Wagner
2025-05-23Add UI action and API to control expression foldingRusty Wagner
2025-03-21Add API for refreshing UI without needing an analysis updateGlenn Smith
2025-03-17core: initial union support with C++ APIRyan Snyder
2025-02-14uidf refactorRyan Snyder
2025-01-30Render LayersGlenn Smith
2025-01-17add selectAll to linear viewJordan Wiens
2024-12-20Linear View: Persist highlight during renamesGlenn Smith
2024-12-13Update the linear view when segments/sections change. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/6132
2024-10-30Fix memory ordering issues found with TSANRusty Wagner
2024-10-23Linear view function regions collapsePeter LaFosse
Update collapse code to support PseudoC
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ↵Rusty Wagner
Pseudo Python example plugin
2024-10-04Make the undefine action context awareXusheng
2024-10-03Support forward type propagation for function/variable. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/2725
2024-09-30Use title for generation of function analysis actions.Brian Potchik
2024-09-19Add ui action to navigate to entry pointJosh Ferrell
2024-09-19Add tag text input in tag creation dialogJosh Ferrell
2024-05-19Make call param hints more configurable & support more param types for hint ↵Mason Reed
deduplication
2024-05-10Add actions to quickly adjust the selection in linear and hex viewXusheng
2024-05-08Disassembly: Add relative to fixed base address modeGlenn Smith
2024-05-07Add "Navigate to Matching Brace"Josh Ferrell
2024-05-06Use a flags enum for address offset displayGlenn Smith
2024-05-02Allow users to specify file name displayed in offsetsGlenn Smith
2024-05-02Add address display mode optionsGlenn Smith
2024-01-22Project supportJosh Ferrell
2024-01-15Add 'Merge Variables Here' actionPeter LaFosse
2023-09-15Add analysis progress spinner to the linear view function header.Brian Potchik
2023-08-17Better fix for linear view hangGlenn Smith
Instead of updating a lot, have a bail condition to prevent future bugs
2023-08-11Add current_il_instructions magic variable in the Python console. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4327.
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-13add FlowGraphWidget::addressForCall helper APIPeter LaFosse
2023-06-13add LinearView::addressForCall helper APIPeter LaFosse
2023-03-24Refactor linearview updatesPeter LaFosse
2023-01-16Make parameter order more consistent across linear view, do not clobber ↵Josh Ferrell
QWidget::update
2022-12-26Add listeners for symbol events in linear viewJosh Ferrell
2022-12-16Add new "Create Array" dialogJon Palmisciano
2022-12-02Update linear view header spacingJosh Ferrell