summaryrefslogtreecommitdiff
path: root/src/gtkext/graph
AgeCommit message (Expand)Author
2019-02-23Fixed straight edge positions in the graph view.Cyrille Bagard
2019-02-23Optimized the graph view by reordering loop blocks.Cyrille Bagard
2019-02-23Limited the length of some loop links in the graph view.Cyrille Bagard
2019-02-18Saved some improvements for graph views.Cyrille Bagard
2019-02-18Reorganized code.Cyrille Bagard
2019-02-15Displayed tooltips for graph view edges.Cyrille Bagard
2019-02-14Highlighted graph view edges.Cyrille Bagard
2019-02-12Preserved more vertical lines in the graph view.Cyrille Bagard
2019-02-12Cleaned code.Cyrille Bagard
2019-02-12Fixed some overlaps in the graph view.Cyrille Bagard
2019-01-13Provided uncached code block links.Cyrille Bagard
2019-01-07Drawn nicer loop links.Cyrille Bagard
2019-01-07Improved links computation and handled loops in the graph layout.Cyrille Bagard
2019-01-01Refactored some code for the graph layout.Cyrille Bagard
2018-12-30Saved first steps towards a new graph layout.Cyrille Bagard
2018-12-20Kept the current location when switching views.Cyrille Bagard
2018-12-13Renamed the function providing basic block boundaries.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-08Defined a new kind of code blocks.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
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