]> git.siccegge.de Git - frida/frida.git/history - src/gui
Remove adjustSize() hack -- doesn't seem to be necessary any more
[frida/frida.git] / src / gui /
2015-05-26 Christoph EggerRemove adjustSize() hack -- doesn't seem to be necessar...
2015-05-26 Christoph Eggerin populateWidget create new TextDocument and attach...
2015-05-25 Christoph EggerMove to Qt Signal/Slots
2015-05-25 Christoph EggerLazy layout CFGs
2015-05-25 Christoph EggerMultiply stepsize by 3
2015-05-25 Christoph EggerAdd comments on how the graph is drawn
2015-05-25 Christoph EggerAdd basic Backlog to ScriptingDock
2015-05-25 Christoph EggerFix formating of comments. Should not start with a...
2015-05-25 Christoph EggerAnnotate function address
2015-05-24 Christoph EggerAdd missing Include-Guards to dialogs
2015-05-24 Christoph EggerMove qt.hxx up one directory
2015-05-24 Christoph EggerScript files are not actually binaries but scripts!
2015-05-19 Christoph EggerColor logmessages according to severity
2015-05-19 Christoph EggerHighlight jumptargets
2015-05-16 Christoph EggerMove each widget exactly once per layout iteration
2015-05-15 Christoph EggerAllow Drag-Scrolling in CFG-View
2015-05-15 Christoph EggerHandle cancel on InterpreterMenu
2015-04-25 Christoph EggerSome code cleanup
2015-03-26 Christoph EggerComments in BasicBlockWidget for the magic
2015-03-25 Christoph EggerSet minimum width to prevent endless loop on empty...
2015-03-25 Christoph EggerProperly handle abort of open dialog
2015-03-24 Christoph EggerFix stupid Qt adjustSize() behavior
2015-03-24 Christoph Egger(De)serialization of Comments
2015-03-20 Christoph EggerMake GUI Widget move Comments through the backend properly
2015-03-20 Christoph EggerChange from list to vector
2015-03-19 Christoph EggerRework API for getting at instructions
2015-03-16 Christoph EggerRestructure InformationManager
2015-03-12 Christoph Egger[BasicBlockWidget] Adjust inner widget size before...
2015-03-12 Christoph EggerMove the interpreters to the core InformationManager
2015-03-11 Christoph EggerUser proper hirarchial names for loggers
2015-03-11 Christoph EggerAdd log widget to lower dock
2015-03-11 Christoph EggerExport the Guile interpreter as QtPlugin
2015-03-11 Christoph EggerProperly move Functionality into FunctionWidget
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-06 Christoph EggerStart geiser server inside the GUILE interpreter
2015-03-06 Christoph EggerMove ScriptingDock contructor to cxx file
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-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 EggerProperly rename function
2015-02-20 Christoph EggerMainwindow: group by public/private
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 EggerAdd basic save support (Infrastructure)
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 EggerAdd missing space to log message
2015-02-17 Christoph EggerSwitch again BasicBlockWidget base -- to QGraphicsTextItem
2015-02-16 Christoph EggerAdd some hotkeys
2015-02-16 Christoph EggerRenaming functions
2015-02-06 Christoph EggerFix width of basic blocks
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-22 Christoph EggerFix layout of basicblock with just one instruction
2015-01-21 Christoph EggerAdd dynamically linked symbols
2015-01-15 Christoph EggerMove back to QTableWidget so we get proper programmatic...
2015-01-14 Christoph EggerMake function/jump targets clickable
2015-01-10 Christoph EggerAdd logging infrastructure for mainwindow
2015-01-10 Christoph EggerMake name accessible in BasicBlockWidgets
2015-01-10 Christoph EggerFix layout if functions include blocks before entry
2015-01-08 Christoph Eggerformating improvements
2015-01-08 Christoph EggerProperly color text part of basic block widgets
2015-01-07 Christoph EggerUse QGraphicsProxyWidget
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
2015-01-03 Christoph EggerConsistently use include-guards
2015-01-03 Christoph Eggerchange QT signals to QT_NO_KEYWORDS
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-12-07 Christoph Eggerproperly include std::array
2014-12-04 Christoph EggerAdd support for backward edges
2014-11-29 Christoph EggerAdd horizontal space between BasicBlockWidgets
2014-11-28 Christoph EggerHorizontally distribute BasicBlockWidgets
2014-11-28 Christoph EggerAdd CFGScene QGraphicsScene taking care of BasicBlock...
2014-11-28 Christoph EggerChange BasicBlockWidget and assume upperLeft is (0...
2014-11-27 Christoph Eggeruntabify
2014-11-27 Christoph EggerFix widget setup for scripting
2014-11-27 Christoph EggerProperly handle errors in sceme
2014-11-26 Christoph EggerAdd guile scripting
2014-06-03 Christoph EggerDistinguish single edges from double edges
2014-06-03 Christoph EggerDraw edges between BasicBlockWidgets while handling...
2014-06-03 Christoph Eggerremove old garbage
next