summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/plugins
AgeCommit message (Collapse)Author
2023-11-08Remove a memory leak from the creation of Python plugins.Cyrille Bagard
2023-09-14Handle Python bad plugins without name.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
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-05-29Rely on the new "--embed" switch to link the Python extension/interpreter ↵Cyrille Bagard
plugin.
2022-05-27Keep only one definition of _PyGObject_API.Cyrille Bagard
2021-02-13Give access to the plugin interfaces from Python.Cyrille Bagard
2021-02-07Fixed the documentation.Cyrille Bagard
2021-02-07Extended the Python API to list plugins.Cyrille Bagard
2021-02-07Created the right place for plugins in the Python API.Cyrille Bagard