summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2020-08-17Made sure the server has everything required to run.Cyrille Bagard
2020-08-16Extended the File menu to run external Python scripts on demand.Cyrille Bagard
2020-08-16Strongified the Python bindings when running without GUI.Cyrille Bagard
2020-08-16Created some extra features for the GTK API.Cyrille Bagard
2020-08-16Avoided a crash at exit with incorrect Python plugins.Cyrille Bagard
2020-08-15Rebuilt the main interface using Glade.Cyrille Bagard
2020-08-09Provided Python bindings for the main menu bar.Cyrille Bagard
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-23Renamed some files.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-07-14Switched to the new interface registration for Python bindings.Cyrille Bagard
2020-07-14Updated the Python bindings for the loaded panel interface.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-30Fixed some cases from the test suite.Cyrille Bagard
2020-06-30Updated the Python API for bitfields.Cyrille Bagard
2020-06-29Improved some common helpers inside the Python API.Cyrille Bagard
2020-06-29Included the packed buffers in the Python bindings.Cyrille Bagard
2020-06-23Improved support for Android boot image Python classes.Cyrille Bagard
2020-06-21Deleted dead code.Cyrille Bagard
2020-06-21Reorganized the code for target operands.Cyrille Bagard
2020-06-07Added some extra documentation for Android boot images.Cyrille Bagard
2020-06-07Simplified code.Cyrille Bagard
2020-06-07Reorganized the operands behaving like proxies.Cyrille Bagard
2020-06-02Defined Python extra flags for disassembling errors.Cyrille Bagard
2020-06-02Extended the Python bindings for disassembling contexts.Cyrille Bagard
2020-06-01Updated the Python bindings for the GtkDockable interface.Cyrille Bagard
2020-05-28Typo.Cyrille Bagard
2020-05-28Updated the Python bindings for targetable operands.Cyrille Bagard
2020-05-28Fixed several memory leaks.Cyrille Bagard
2020-05-28Adapted the API for renamed operands.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-25Been more verbose on Python loading failures.Cyrille Bagard
2020-05-25Added a missing file for installation.Cyrille Bagard
2020-05-25Fixed an uninitialized variable usage.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-19Simplified the code by using existing helpers.hCyrille Bagard
2020-05-19Improved the use of the known format object.Cyrille Bagard
2020-05-18Extended the documentation for the SymIterator Python class.Cyrille Bagard
2020-05-18Updated the Python API for string symbols.Cyrille Bagard
2020-05-18Renamed the [Py]StructObject.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard