summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-04Provided access to the graph layout from Python.Cyrille Bagard
2019-03-01Drawn a preview of blocks to collapse in graph view.Cyrille Bagard
2019-03-01Handled vertical lines in graph view with more care.Cyrille Bagard
2019-02-23Fixed missing controls when computing loop edge positions.Cyrille Bagard
2019-02-23Reordered leaving edges with their loop blocks.Cyrille Bagard
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-21Fixed a little mistake introduced in 7fc86b40.Cyrille Bagard
2019-02-19Ensured all natural links are well created.Cyrille Bagard
2019-02-18Saved some improvements for graph views.Cyrille Bagard
2019-02-18Marked all panels as being able to get closed.Cyrille Bagard
2019-02-18Fixed a mistake in variables usage.Cyrille Bagard
2019-02-18Reorganized code.Cyrille Bagard
2019-02-18Prepared room for an incoming preferences dialog box.Cyrille Bagard
2019-02-17Reset edge selection when needed.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-02-11Improved the loop detection.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-07Included the leak tracker into the Python interpreter.Cyrille Bagard
2019-02-07Fixed extra GObjects leaks.Cyrille Bagard
2019-02-06Introduced a tracker for GObjects leaks.Cyrille Bagard
2019-02-06Fixed some GType declarations.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-02-01Inserted an option to render disassembly even in batch mode.Cyrille Bagard
2019-02-01Fixed a memory leak.Cyrille Bagard
2019-01-31Improved loop detection.Cyrille Bagard
2019-01-31Queried the parent type of copied dynamic instances.Cyrille Bagard
2019-01-31Created Python bindings for undefined instructions.Cyrille Bagard
2019-01-30Extended the APIs available for formats (both native and Python).Cyrille Bagard
2019-01-29Introduced binary portion support for Python bindings.Cyrille Bagard
2019-01-28Allowed to filter contents before running analysis.Cyrille Bagard
2019-01-26Extended the Python API.Cyrille Bagard
2019-01-25Provided API to subclass instructions and operands in Python.Cyrille Bagard
2019-01-23Prepared a toolbar for actions on basic blocks.Cyrille Bagard
2019-01-22Fixed run sizes of parallel jobs.Cyrille Bagard
2019-01-22Allowed to initialize instances of created dynamic types if needed.Cyrille Bagard
2019-01-21Improved code as GTK failed to load CSS content it has exported.Cyrille Bagard
2019-01-21Fixed a Use-After-Free when displaying loaded dark theme path.Cyrille Bagard
2019-01-21Provided a way to register new available processors from Python.Cyrille Bagard
2019-01-21Handled cases when the required processor is not found.Cyrille Bagard
2019-01-18Handled bigger irreducible loops without blocking.Cyrille Bagard
2019-01-16Dealt with registers and register operands in the Python bindings.Cyrille Bagard
2019-01-15Provided functions to compare links between code blocks.Cyrille Bagard