summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkgraphview.c
AgeCommit message (Expand)Author
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-10-24Introduced new views for rendering source code.Cyrille Bagard
2009-10-22Supported scrolling internally and thus fixed bugs with big binaries.Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-08-30Provided a clean way to run delayed tasks.Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-26Moved the openida_binary structure to a GOpenidaBinary GLib object.Cyrille Bagard
2009-07-15Fixed the ending line of graphic views.Cyrille Bagard
2009-07-15Stored several destinations for each line when needed.Cyrille Bagard
2009-07-04Improved the link lines management.Cyrille Bagard
2009-07-04Defined general rendering options using a GLib object.Cyrille Bagard
2009-07-01Made the lines to have different rendering widths depending on the views.Cyrille Bagard
2009-06-30Built graphic links from the flow of the code blocks.Cyrille Bagard
2009-06-28Drawn a border around the views when needed.Cyrille Bagard
2009-06-28Drawn graphic links between the different blocks of code.Cyrille Bagard
2009-06-25Used Graphviz library for building graphs (first attempt).Cyrille Bagard
2009-06-14Cleaned and improved the binary views ; implemented some first steps for the ...Cyrille Bagard
2009-06-13Made the GUI offer to change the view of the current analyzed binary.Cyrille Bagard