summaryrefslogtreecommitdiff
path: root/functiongraphblock.cpp
AgeCommit message (Collapse)Author
2016-09-14Add APIs for instruction and block highlightingRusty Wagner
2016-08-31Cache lines on API side to avoid UI hangs with large basic blocksRusty Wagner
2016-07-29Add API to set display type of integersRusty Wagner
2016-07-06Add API to get disassembly text for a basic block outside of a graphRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2015-03-23Add E hotkey to in-place edit instructions in graph viewRusty Wagner
2015-03-10Implement make function hotkey and disassembly navigationRusty Wagner
2015-03-04Add architecture to graph edges, and add edge routing data field for layoutRusty Wagner
2015-02-20Initial code for generating function graphsRusty Wagner