summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/plugin.c
AgeCommit message (Collapse)Author
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-06Fortified the Python plugin interface loading.Cyrille Bagard
2020-12-06Extended the plugin API to notify several stages of loading.Cyrille Bagard
2020-12-05Extended the plugin API to include some panel events.Cyrille Bagard
2020-11-22Provided a configuration directory for plugins.Cyrille Bagard
2020-08-20Renamed the main file of the Python plugin.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-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-11-11Printed more details when a Python plugin fails to load.Cyrille Bagard
2019-07-22Allowed plugins to extend the current theme.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-01-22Allowed to initialize instances of created dynamic types if needed.Cyrille Bagard
2019-01-04Simplified code.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-27Updated the API in order to allow Python plugins to rely on native plugins.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-11-18Allowed to attach debug information to formats.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-10-14Cleaned code.Cyrille Bagard
2018-10-14Refined measures of elapsed time.Cyrille Bagard
2018-10-07Fixed again bugs with the Python global lock at exit.Cyrille Bagard
2018-10-06Dealt with the Python global lock at exit.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-09-18Updated the API used to load binary contents.Cyrille Bagard
2018-08-29Updated the root API of the Python bindings.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2018-07-23Created a hook to act when loaded content analysis is over.Cyrille Bagard
2018-07-23Fix the Python scripts loading.Cyrille Bagard
2018-06-17Extended the environment provided with the plugins API.Cyrille Bagard
2018-05-09Simplified the content loading handling.Cyrille Bagard
2018-04-23Cleaned the Python plugin wrapper a little bit.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard