summaryrefslogtreecommitdiff
path: root/src/gtkext/graph
AgeCommit message (Expand)Author
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-03-30Discriminated between tests for set and unset ranges of bits.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-11-11Prepared the new organization of display widgets.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-28Optimized access to instruction sources and destinations.Cyrille Bagard
2016-10-28Cleaned the structure for instructions a little bit.Cyrille Bagard
2016-10-20Extended the number of cases where beautiful graphs are produced.Cyrille Bagard
2016-10-09Defined a new and simpler way to produce graphical view of basic blocks.Cyrille Bagard
2016-04-20Protected all concurrent accesses to sources and destinations of instructions.Cyrille Bagard
2015-05-15Avoided crashes in graph views by filtering middle pending positions.Cyrille Bagard
2015-05-12Ensured parent nodes are centered on their children when expected.Cyrille Bagard
2015-05-04Reordered slot indexes in order to avoid edges crossings.Cyrille Bagard
2015-04-25Registered suitable linkage hooks and defined right links between instructions.Cyrille Bagard
2015-04-25Removed some debug messages.Cyrille Bagard
2015-04-23Handled a strange case of jump outside the current routine.Cyrille Bagard
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
2015-04-06Done some refactoring in order to make the code more GObject-friendly.Cyrille Bagard
2015-04-06Said goodbye to Graphviz.Cyrille Bagard
2015-04-05Fixed various bugs in the graph layout.Cyrille Bagard
2015-04-05Restored the panel for a glance at the current code view.Cyrille Bagard
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
2014-11-23Disabled some parts of Graphviz in order to be able to compile.Cyrille Bagard
2014-09-05Removed some warnings by using gtk_widget_get_preferred_size() instead of the...Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-01-26Saved the first steps of the migration to GTK+ v3.Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2013-08-17Replaced some parts of the graph computing for better results.Cyrille Bagard
2013-05-26Improved the graph rendering.Cyrille Bagard
2013-05-05Implemented first basic steps towards nice graph rendering.Cyrille Bagard
2013-03-19Defined the first steps towards new graph renderings.Cyrille Bagard
2013-02-10Improved the disassembling process by handling loops in code.Cyrille Bagard
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
2013-01-05Removed dot warnings and connected all edges to the panel views.Cyrille Bagard
2013-01-05Refined the definition of basic blocks and used them to build extra clusters ...Cyrille Bagard
2012-12-10Took care of Dalvik switch cases.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-11-13Improved the flow graph a little more.Cyrille Bagard
2012-11-10Provided a nice way to get a small preview of the current graph.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard