summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core.c
AgeCommit message (Expand)Author
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 not...Cyrille Bagard
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