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