]> git.siccegge.de Git - frida/frida.git/history - src/gui/Mainwindow.cxx
PoC: Add menu item to load script
[frida/frida.git] / src / gui / Mainwindow.cxx
2015-03-10 Christoph EggerPoC: Add menu item to load script
2015-03-10 Christoph EggerMove Interpreter to its own class
2015-03-10 Christoph EggerCorrectly handle function rename
2015-03-10 Christoph EggerDisplay blocks when appearing in different functions
2015-03-05 Christoph EggerFinish archive loading
2015-03-05 Christoph EggerConvert menu items to new style Qt Signal connects
2015-03-04 Christoph EggerSupport for Renaming Groups
2015-03-04 Christoph EggerAllow creation of custom groups
2015-03-04 Christoph EggerMake "Add Function" generally available
2015-03-04 Christoph EggerChange from QListWidget to QTreeWidget
2015-03-03 Christoph EggerUse -Wextra and be -Wextra-clean
2015-02-24 Christoph EggerReoganize Function/BasicBlock creation
2015-02-20 Christoph EggerProperly rename function
2015-02-20 Christoph EggerMove Function/BasicBlock to core and clean up includes
2015-02-19 Christoph EggerAdd basic save support (Infrastructure)
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 EggerAdd missing space to log message
2015-02-16 Christoph EggerAdd some hotkeys
2015-02-16 Christoph EggerRenaming functions
2015-01-29 Christoph EggerMake link to local functions clickable
2015-01-22 Christoph EggerProperly implement plane selection
2015-01-22 Christoph EggerCleanup includes
2015-01-22 Christoph EggerAllow addition of new functions
2015-01-21 Christoph EggerAdd dynamically linked symbols
2015-01-14 Christoph EggerMake function/jump targets clickable
2015-01-10 Christoph EggerAdd logging infrastructure for mainwindow
2015-01-10 Christoph EggerFix layout if functions include blocks before entry
2015-01-08 Christoph Eggerformating improvements
2015-01-07 Christoph EggerRemove debug output left in unintentionally
2015-01-07 Christoph EggerWhitespace cleanup
2015-01-07 Christoph EggerAdd in an Information Manager
2014-11-28 Christoph EggerHorizontally distribute BasicBlockWidgets
2014-11-28 Christoph EggerAdd CFGScene QGraphicsScene taking care of BasicBlock...
2014-11-26 Christoph EggerAdd guile scripting
2014-06-03 Christoph EggerDraw edges between BasicBlockWidgets while handling...
2014-06-03 Christoph Eggerremove old garbage
2014-06-03 Christoph EggerName Blocks according to start *and* end address
2014-06-03 Christoph EggerMove to table widget -- looks nicer and matches better
2014-05-27 Christoph EggerFill BasicBlockWidgets with actual assembly instructions
2014-05-27 Christoph Eggerplace BasicBlockWidgets on the canvas
2014-05-27 Christoph EggerPass function instead of name
2014-05-27 Christoph EggerDisplay entries for all functions
2014-05-23 Christoph EggerChange window title to FRIDA
2014-05-23 Christoph EggerAllow opening of binary via comman argument
2014-05-20 Christoph EggerFactor out llvm disassembler
2014-05-15 Christoph EggerShorten loopheader
2014-02-10 Christoph EggerSeparate out several parts of llvm-using code ; Add...
2014-02-10 Christoph EggerUpdate for Qt 5
2013-11-14 Christoph Eggerwork
2013-11-08 Christoph EggerUpdate