]> git.siccegge.de Git - frida/frida.git/history - src/gui/widgets/BasicBlockWidget.cxx
Move ScriptingDock contructor to cxx file
[frida/frida.git] / src / gui / widgets / BasicBlockWidget.cxx
2015-03-03 Christoph EggerUse -Wextra and be -Wextra-clean
2015-02-23 Christoph EggerProperly HTML Escape function names
2015-02-23 Christoph EggerName functions in BasicBlock view
2015-02-23 Christoph EggerAdd link handler only once for each basic block
2015-02-20 Christoph EggerRemodel CustomQGraphicsTextItem being friend of BasicBl...
2015-02-20 Christoph EggerCreate Logger for BasicBlockWidgets
2015-02-20 Christoph EggerMove Function/BasicBlock to core and clean up includes
2015-02-19 Christoph EggerCompile fix for last commit
2015-02-18 Christoph EggerAdd option to comment on instructions (in GUI)
2015-02-17 Christoph EggerAdd context menu to create Functions
2015-02-17 Christoph EggerCompactify BasicBlockWidget header
2015-02-17 Christoph EggerSwitch again BasicBlockWidget base -- to QGraphicsTextItem
2015-02-06 Christoph EggerFix width of basic blocks
2015-01-29 Christoph EggerMake link to local functions clickable
2015-01-22 Christoph EggerFix layout of basicblock with just one instruction
2015-01-15 Christoph EggerMove back to QTableWidget so we get proper programmatic...
2015-01-14 Christoph EggerMake function/jump targets clickable
2015-01-08 Christoph EggerProperly color text part of basic block widgets
2015-01-07 Christoph EggerUse QGraphicsProxyWidget
2015-01-07 Christoph EggerWhitespace cleanup
2014-12-18 Christoph EggerConsistent coloring
2014-12-18 Christoph EggerQTableWidget -> QLabel + HTML
2014-12-18 Christoph EggerSpace table widget appropriately for Qt < 5.3
2014-11-28 Christoph EggerChange BasicBlockWidget and assume upperLeft is (0...
2014-06-03 Christoph EggerDraw edges between BasicBlockWidgets while handling...
2014-06-03 Christoph EggerUse first row as reference instead of second
2014-06-03 Christoph EggerMove stuff for BasicBlockWidget out of the header file
2014-02-10 Christoph EggerSeparate out several parts of llvm-using code ; Add...