summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.c
AgeCommit message (Collapse)Author
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2023-05-15Update the type definition for newer versions of the Python API.Cyrille Bagard
2023-01-29Create new helpers for constructors of abstract Python objects.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-08-18Handle the Python Global Interpreter Lock with more care.Cyrille Bagard
2022-05-27Avoid calls to Python _PyDict_NewKeysForClass() internal function.Cyrille Bagard
2022-02-22Introduce a generic way to subclass Python analysis clients.Cyrille Bagard
2022-02-20Translate enumerations before PyGObject using internal definitions when needed.Cyrille Bagard
2020-12-28Improved the API for configuration and its Python documentation.Cyrille Bagard
2020-12-24Ported the panel update mechanisms to the Python API.Cyrille Bagard
2020-12-11Deleted the PyConstvalObject class from the Python API.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-10-10Updated the basic types definition and its Python bindings.Cyrille Bagard
2020-08-16Created some extra features for the GTK API.Cyrille Bagard
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-07-14Switched to the new interface registration for Python bindings.Cyrille Bagard
2020-07-12Improved the API for loaded contents.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-17Introduced a new object of string constant sets.Cyrille Bagard
2020-05-11Updated the API for buffer caches.Cyrille Bagard
2020-04-28Extended the Python bindings for registers.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-03Used a Python enumeration for verbosity levels.Cyrille Bagard
2019-11-01Fixed the rendering of Python documentation.Cyrille Bagard
2019-08-18Prepared an improved Python documentation.Cyrille Bagard
2019-08-15Introduced binary symbol subclassing from Python.Cyrille Bagard
2019-08-13Used a Python enumeration for the binary symbol status.Cyrille Bagard
2019-03-22Updated code to support one Python 3.7 API change.Cyrille Bagard
2019-03-04Provided access to the graph layout from Python.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-01-31Fixed mistakes relative to PyUnicode_Check() return value.Cyrille Bagard
2019-01-28Improved handling of NotImplemented exceptions for Python calls.Cyrille Bagard
2019-01-28Included interfaces into the Python module gathering all features.Cyrille Bagard
2019-01-28Allowed to filter contents before running analysis.Cyrille Bagard
2019-01-16Dealt with registers and register operands in the Python bindings.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-27Updated the logging features of the Python bindings.Cyrille Bagard
2018-12-14Extended the Python API to build custom GUI panels.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-13Provided a representation for constant values imported from C code.Cyrille Bagard
2018-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-12-12Added Python module functions in the features namespace.Cyrille Bagard
2018-12-11Collected all Python bindings features using a fake module.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard