summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2023-11-06Fix newly detected memory leaks.Cyrille Bagard
2023-11-01Fix various memory leaks.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
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-05-28Typo.Cyrille Bagard
2021-04-18Use the suitable macro for error messages.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-02-09Fixed plugins exit.Cyrille Bagard
2021-02-07Extended the Python API to list plugins.Cyrille Bagard
2021-01-09Looked for extra plugins from the CHRYSALIDE_PLUGINS_PATH environment variable.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-31Offered a custom configuration facility to each plugin.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-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-11-22Provided a configuration directory for plugins.Cyrille Bagard
2020-05-25Provided a way to relocate built binaries.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-04-21Deleted obsolete code for dynamic types.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-07-31Added extra error messages to improve plugin loading.Cyrille Bagard
2019-07-22Allowed plugins to extend the current theme.Cyrille Bagard
2019-07-07Added support for Android boot images.Cyrille Bagard
2019-05-12Updated some plugin interfaces.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-31Queried the parent type of copied dynamic instances.Cyrille Bagard
2019-01-22Allowed to initialize instances of created dynamic types if needed.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-27Updated the API in order to allow Python plugins to rely on native plugins.Cyrille Bagard
2018-11-18Allowed to attach debug information to formats.Cyrille Bagard
2018-10-17Extended themes from plugins CSS definitions.Cyrille Bagard
2018-10-14Cleaned code.Cyrille Bagard
2018-10-14Refined measures of elapsed time.Cyrille Bagard
2018-10-03Handled missing runtime librairies for Python GObject bindings.Cyrille Bagard
2018-09-19Deleted old dead code for plugins.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-06Extended the API to allow obfuscators detections.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-21Simplified the logging system for plugins.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-22Deleted obsolete plugin files.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard