Age | Commit message (Expand) | Author |
2019-07-31 | Typo. | Cyrille Bagard |
2019-07-22 | Allowed plugins to extend the current theme. | Cyrille Bagard |
2019-07-20 | Marked some Dex strings as structural. | Cyrille Bagard |
2019-07-08 | Used the right CSS segment to render virtual addresses. | Cyrille Bagard |
2019-07-08 | Improved reference tracking for widget disposing. | Cyrille Bagard |
2019-07-07 | Added support for Android boot images. | Cyrille Bagard |
2019-07-01 | Fixed the reference counters for the explorer and the resolver. | Cyrille Bagard |
2019-07-01 | Introduced attributes for loaded contents. | Cyrille Bagard |
2019-06-24 | Prevented GCC to warn about an impossible case. | Cyrille Bagard |
2019-06-24 | Referenced all accesses to the main window. | Cyrille Bagard |
2019-06-02 | Fixed the caret rendering position. | Cyrille Bagard |
2019-05-30 | Provided instruction iterators for basic blocks. | Cyrille Bagard |
2019-05-30 | Determined if an iterator is at its ending position. | Cyrille Bagard |
2019-05-30 | Introduced a new flag for instruction calls. | Cyrille Bagard |
2019-05-30 | Extended the API to insert items in a sorted array. | Cyrille Bagard |
2019-05-12 | Simplified the way processors are registered. | Cyrille Bagard |
2019-05-12 | Fixed a little mistake when loading SQL values. | Cyrille Bagard |
2019-05-12 | Updated some plugin interfaces. | Cyrille Bagard |
2019-05-11 | Typo. | Cyrille Bagard |
2019-05-08 | Updated the core functions dealing with SQLite databases. | Cyrille Bagard |
2019-05-07 | Appended a suffix to temporary files. | Cyrille Bagard |
2019-05-07 | Created a small function to compare pointers to strings. | Cyrille Bagard |
2019-04-20 | Counted available references between instructions. | Cyrille Bagard |
2019-04-19 | Restricted instructions iterators to get routine contents. | Cyrille Bagard |
2019-04-14 | Provided a link to routines from Dex methods. | Cyrille Bagard |
2019-04-14 | Typo. | Cyrille Bagard |
2019-04-09 | Introduced a new theme format. | Cyrille Bagard |
2019-03-26 | Typo. | Cyrille Bagard |
2019-03-26 | Given the priority to string.h from system includes. | Cyrille Bagard |
2019-03-25 | Released lock in all cases. | Cyrille Bagard |
2019-03-25 | Avoided stack overflows with empty dynamic parameters. | Cyrille Bagard |
2019-03-23 | Removed references to local sources if required. | Cyrille Bagard |
2019-03-22 | Handled properly program dependencies. | Cyrille Bagard |
2019-03-21 | Prevented a floating point exception while zooming. | Cyrille Bagard |
2019-03-20 | Included toolbar buttons into scaled rendering. | Cyrille Bagard |
2019-03-20 | Introduced zoom in graph view. | Cyrille Bagard |
2019-03-18 | Painted an extra translucent background on blocks. | Cyrille Bagard |
2019-03-18 | Remembered panel docking status. | Cyrille Bagard |
2019-03-18 | Simplified code thanks to visitors. | Cyrille Bagard |
2019-03-18 | Exported graph views using Cairo. | Cyrille Bagard |
2019-03-15 | Tracked vertical links beyond their cluster. | Cyrille Bagard |
2019-03-11 | Defined new config parameters for the edge colors. | 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 |