index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gtkext
/
gtkgraphview.c
Age
Commit message (
Expand
)
Author
2014-09-10
Fixed and improved the rendering of view panels.
Cyrille Bagard
2014-08-26
Looked for coordinates using the new addresses definitions.
Cyrille Bagard
2014-06-04
Fixed bugs when dealing with views and updated the code for GTK3.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2014-01-26
Saved the first steps of the migration to GTK+ v3.
Cyrille Bagard
2013-05-05
Implemented first basic steps towards nice graph rendering.
Cyrille Bagard
2013-03-19
Defined the first steps towards new graph renderings.
Cyrille Bagard
2013-01-06
Transferred the scale computing to the rendered view.
Cyrille Bagard
2013-01-05
Refined the definition of basic blocks and used them to build extra clusters ...
Cyrille Bagard
2013-01-01
Fixed the computing of basic blocks and used them in graphic views.
Cyrille Bagard
2013-01-01
Made sure the links have enough space to get fully drawn.
Cyrille Bagard
2012-12-12
Updated display of graphical views on option change and fixed size bugs.
Cyrille Bagard
2012-11-19
Handled Dalvik exception handlers in the graphic view.
Cyrille Bagard
2012-11-13
Improved the flow graph a little more.
Cyrille Bagard
2012-11-10
Provided a nice way to get a small preview of the current graph.
Cyrille Bagard
2012-11-02
Improved the computing and the rendering of the graphic view.
Cyrille Bagard
2012-10-17
Removed a lot of gcc warnings.
Cyrille Bagard
2012-08-12
Cleaned the code and handled file binaries properly.
Cyrille Bagard
2012-07-01
Built the graph view when defining a target address.
Cyrille Bagard
2012-06-24
Updated code to prepare the return of graph views.
Cyrille Bagard
2012-01-23
Added menus to change the current displayed view. Do not try the source view.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2010-12-20
Begun to clean the code by moving the disassembling process into disass/.
Cyrille Bagard
2010-10-24
Introduced new views for rendering source code.
Cyrille Bagard
2009-10-22
Supported scrolling internally and thus fixed bugs with big binaries.
Cyrille Bagard
2009-09-20
Rewritten the work queue and fixed thread concurrency.
Cyrille Bagard
2009-08-30
Provided a clean way to run delayed tasks.
Cyrille Bagard
2009-08-09
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...
Cyrille Bagard
2009-07-26
Moved the openida_binary structure to a GOpenidaBinary GLib object.
Cyrille Bagard
2009-07-15
Fixed the ending line of graphic views.
Cyrille Bagard
2009-07-15
Stored several destinations for each line when needed.
Cyrille Bagard
2009-07-04
Improved the link lines management.
Cyrille Bagard
2009-07-04
Defined general rendering options using a GLib object.
Cyrille Bagard
2009-07-01
Made the lines to have different rendering widths depending on the views.
Cyrille Bagard
2009-06-30
Built graphic links from the flow of the code blocks.
Cyrille Bagard
2009-06-28
Drawn a border around the views when needed.
Cyrille Bagard
2009-06-28
Drawn graphic links between the different blocks of code.
Cyrille Bagard
2009-06-25
Used Graphviz library for building graphs (first attempt).
Cyrille Bagard
2009-06-14
Cleaned and improved the binary views ; implemented some first steps for the ...
Cyrille Bagard
2009-06-13
Made the GUI offer to change the view of the current analyzed binary.
Cyrille Bagard