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
/
graph
/
cluster.c
Age
Commit message (
Expand
)
Author
2020-02-04
Updated copyright headers.
Cyrille Bagard
2019-03-18
Simplified code thanks to visitors.
Cyrille Bagard
2019-03-15
Tracked vertical links beyond their cluster.
Cyrille Bagard
2019-03-11
Enforced straight link rending in graph views.
Cyrille Bagard
2019-03-08
Saved a first round to book extra space for straight edges if needed.
Cyrille Bagard
2019-03-08
Reordered blocks in graph view to avoid edge crossing.
Cyrille Bagard
2019-03-05
Cleaned code.
Cyrille Bagard
2019-03-05
Removed unused fields.
Cyrille Bagard
2019-03-05
Split the graph code into several files.
Cyrille Bagard
2019-03-05
Saved extra code block reordering in the graph view.
Cyrille Bagard
2019-03-04
Provided access to the graph layout from Python.
Cyrille Bagard
2019-03-01
Drawn a preview of blocks to collapse in graph view.
Cyrille Bagard
2019-03-01
Handled vertical lines in graph view with more care.
Cyrille Bagard
2019-02-23
Fixed missing controls when computing loop edge positions.
Cyrille Bagard
2019-02-23
Reordered leaving edges with their loop blocks.
Cyrille Bagard
2019-02-23
Fixed straight edge positions in the graph view.
Cyrille Bagard
2019-02-23
Optimized the graph view by reordering loop blocks.
Cyrille Bagard
2019-02-23
Limited the length of some loop links in the graph view.
Cyrille Bagard
2019-02-18
Saved some improvements for graph views.
Cyrille Bagard
2019-02-18
Reorganized code.
Cyrille Bagard
2019-02-15
Displayed tooltips for graph view edges.
Cyrille Bagard
2019-02-14
Highlighted graph view edges.
Cyrille Bagard
2019-02-12
Preserved more vertical lines in the graph view.
Cyrille Bagard
2019-02-12
Cleaned code.
Cyrille Bagard
2019-02-12
Fixed some overlaps in the graph view.
Cyrille Bagard
2019-01-13
Provided uncached code block links.
Cyrille Bagard
2019-01-07
Drawn nicer loop links.
Cyrille Bagard
2019-01-07
Improved links computation and handled loops in the graph layout.
Cyrille Bagard
2019-01-01
Refactored some code for the graph layout.
Cyrille Bagard
2018-12-30
Saved first steps towards a new graph layout.
Cyrille Bagard
2018-12-20
Kept the current location when switching views.
Cyrille Bagard
2018-12-13
Renamed the function providing basic block boundaries.
Cyrille Bagard
2018-10-14
Typo.
Cyrille Bagard
2018-08-08
Defined a new kind of code blocks.
Cyrille Bagard
2018-08-03
Updated the reference counters when providing instruction links.
Cyrille Bagard
2018-07-14
Replaced all the remaining concrete locations in internal rendering buffers.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2018-01-24
Typo.
Cyrille Bagard
2017-12-26
Created the GLoadedContent interface to load all kinds of content.
Cyrille Bagard
2017-04-13
Simplified the way links between instructions are handled.
Cyrille Bagard
2017-03-30
Discriminated between tests for set and unset ranges of bits.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-30
Rewritten the line buffers using generators and on-demand building to save me...
Cyrille Bagard
2016-11-11
Prepared the new organization of display widgets.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-28
Optimized access to instruction sources and destinations.
Cyrille Bagard
2016-10-28
Cleaned the structure for instructions a little bit.
Cyrille Bagard
2016-10-20
Extended the number of cases where beautiful graphs are produced.
Cyrille Bagard
2016-10-09
Defined a new and simpler way to produce graphical view of basic blocks.
Cyrille Bagard