summaryrefslogtreecommitdiff
path: root/src/glibext
AgeCommit message (Expand)Author
2020-02-04Removed a compilation warning.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-02-04Moved the definition of a lock bit.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-11-09Introduced the first features of a hexadecimal viewer.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-08-19Fixed some concurrency issues with segment reference counters.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-01Introduced attributes for loaded contents.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-03-25Released lock in all cases.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-21Prevented a floating point exception while zooming.Cyrille Bagard
2019-03-20Introduced zoom in graph view.Cyrille Bagard
2019-03-18Exported graph views using Cairo.Cyrille Bagard
2019-03-11Defined new config parameters for the edge colors.Cyrille Bagard
2019-02-15Displayed tooltips for graph view edges.Cyrille Bagard
2019-02-07Fixed extra GObjects leaks.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-01-29Introduced binary portion support for Python bindings.Cyrille Bagard
2019-01-22Fixed run sizes of parallel jobs.Cyrille Bagard
2018-12-29Updated code to scroll loaded panels from Python.Cyrille Bagard
2018-12-21Updated the graph view when updating the current location.Cyrille Bagard
2018-12-20Kept the current location when switching views.Cyrille Bagard
2018-12-08Fixed one UAF when dealing with line text segments.Cyrille Bagard
2018-11-24Built a generic sequential worker to process data.Cyrille Bagard
2018-11-20Chosen assembly as language for machine code comments.Cyrille Bagard
2018-11-20Located the caret at the right position in case of minimal widths.Cyrille Bagard
2018-10-23Indented code labels in the assembly views.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-31Loaded line segements without external image as surface origin.Cyrille Bagard
2018-08-10Avoided to mark newly created parameters as default in some cases.Cyrille Bagard
2018-08-06Fixed many bugs in the code cache and the width tracker objects.Cyrille Bagard
2018-07-20Included dynamic items in the view menu.Cyrille Bagard
2018-07-19Given their own structure to rendering options.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-18Built Pango markups from CSS theme items.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-16Updated the move entry from database items.Cyrille Bagard
2018-07-14Deleted a few more references to concrete locations in buffer displays.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-07-11Restored a minimal graph view system.Cyrille Bagard
2018-06-17Got access to external files thanks to new core functions.Cyrille Bagard
2018-06-04Measured the number of binary portions to load.Cyrille Bagard
2018-06-04Defined the number of threads to run from a centralized function.Cyrille Bagard
2018-06-02Computed the initial lines width using all threads.Cyrille Bagard
2018-06-01Improved the way threads are managed.Cyrille Bagard