summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core.c
AgeCommit message (Collapse)Author
2023-10-16Remove a useless call to the deprecated PySys_SetArgv() function.Cyrille Bagard
2023-10-16Do not ask Python GI to look for GTK in batch mode.Cyrille Bagard
2023-10-09Load Kaitai definitions from $KSPATH when needed.Cyrille Bagard
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-20Simplify the Python plugins interface by deleting one of the relative GLib type.Cyrille Bagard
2023-05-19Install metaclass for Python GObjects, if needed.Cyrille Bagard
2023-01-03Fix Python bindings loading without GTK support.Cyrille Bagard
2022-08-18Handle the Python Global Interpreter Lock with more care.Cyrille Bagard
2022-05-29Remove a call to the deprecated function PyEval_InitThreads(), which does ↵Cyrille Bagard
nothing.
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2022-05-27Do not block when ABI flags are empty.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-03-23Fix a compilation warning.Cyrille Bagard
2021-02-09Assigned a Python type to native plugins.Cyrille Bagard
2021-02-07Created the right place for plugins in the Python API.Cyrille Bagard
2021-01-03Fixed a memory leak when a Python plugin fails to load.Cyrille Bagard
2020-12-31Offered a custom configuration facility to each plugin.Cyrille Bagard
2020-12-11Deleted the PyConstvalObject class from the Python API.Cyrille Bagard
2020-12-06Extended the plugin API to notify several stages of loading.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-08-20Renamed the main file of the Python plugin.Cyrille Bagard