summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-07-27Deleted all tracks of the column specific definitions.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-27Removed some extra special column indexes.Cyrille Bagard
2020-07-26Updated the process collecting line widths.Cyrille Bagard
2020-07-26Removed dead code.Cyrille Bagard
2020-07-26Avoided fixed columns when filling lines with locations.Cyrille Bagard
2020-07-26Reduced the quantity of arguments used to deal with lines.Cyrille Bagard
2020-07-23Renamed some files.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-07-14Added an option to select the case of displayed hex data.Cyrille Bagard
2020-07-14Extended the theme definitions.Cyrille Bagard
2020-07-14Updated the code handling binary contents.Cyrille Bagard
2020-07-12Improved the API for loaded contents.Cyrille Bagard
2020-07-07Saved the first steps toward a new serialization system.Cyrille Bagard
2020-06-29Included the packed buffers in the Python bindings.Cyrille Bagard
2020-06-21Reorganized the code for target operands.Cyrille Bagard
2020-06-07Reorganized the operands behaving like proxies.Cyrille Bagard
2020-06-02Extended the Python bindings for disassembling contexts.Cyrille Bagard
2020-06-02Made the binary export working again.Cyrille Bagard
2020-06-01Populated the help menu.Cyrille Bagard
2020-06-01Updated the Python bindings for the GtkDockable interface.Cyrille Bagard
2020-05-28Adapted the API for renamed operands.Cyrille Bagard
2020-05-28Cosmetics.Cyrille Bagard
2020-05-28Saved the first steps for a new loading process.Cyrille Bagard
2020-05-25Provided a way to relocate built binaries.Cyrille Bagard
2020-05-21Written a proper documentation for the binary format Python bindings.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-19Improved the use of the known format object.Cyrille Bagard
2020-05-18Updated the Python API for string symbols.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-05-16Added a way to get all registered architectures.Cyrille Bagard
2020-05-11Updated the API for buffer caches.Cyrille Bagard
2020-05-04Recognized reserved instructions as special cases.Cyrille Bagard
2020-05-03Defined the missing features required to build operands from Python.Cyrille Bagard
2020-04-29Improved the documentation of the disassembly cache for Python.Cyrille Bagard
2020-04-28Extended the Python bindings for registers.Cyrille Bagard
2020-04-21Deleted obsolete code for dynamic types.Cyrille Bagard
2020-04-21Redefined the interface for creating new processors from Python.Cyrille Bagard
2020-04-19Changed the way the key for an architecture is provided.Cyrille Bagard
2020-04-19Updated the interface for flat formats.Cyrille Bagard
2020-04-18Taken into account the potential absence of demangler in the symbol panel.Cyrille Bagard
2020-04-13Avoided to look for syscalls in a kernel binary.Cyrille Bagard
2020-04-13Simplified the loading process of binary contents.Cyrille Bagard
2020-04-12Improved support of type prefix for symbols.Cyrille Bagard
2020-04-12Added features to dump compressed content into memory.Cyrille Bagard
2020-04-12Cosmetic.Cyrille Bagard
2020-04-09Created extra flags for binary symbols.Cyrille Bagard
2020-04-09Compressed the size of the symbol structures.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard