index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
pychrysalide
/
core.c
Age
Commit message (
Expand
)
Author
2023-09-10
Tune the compilation using flags instead of a config file.
Cyrille Bagard
2023-05-22
Rely on GObject-introspection implementation for some registrations.
Cyrille Bagard
2023-05-20
Simplify the Python plugins interface by deleting one of the relative GLib type.
Cyrille Bagard
2023-05-19
Install metaclass for Python GObjects, if needed.
Cyrille Bagard
2023-01-03
Fix Python bindings loading without GTK support.
Cyrille Bagard
2022-08-18
Handle the Python Global Interpreter Lock with more care.
Cyrille Bagard
2022-05-29
Remove a call to the deprecated function PyEval_InitThreads(), which does not...
Cyrille Bagard
2022-05-27
Keep only one definition of _PyGObject_API.
Cyrille Bagard
2022-05-27
Do not block when ABI flags are empty.
Cyrille Bagard
2021-04-17
Remove hardcoded run paths from libraries.
Cyrille Bagard
2021-03-23
Fix a compilation warning.
Cyrille Bagard
2021-02-09
Assigned a Python type to native plugins.
Cyrille Bagard
2021-02-07
Created the right place for plugins in the Python API.
Cyrille Bagard
2021-01-03
Fixed a memory leak when a Python plugin fails to load.
Cyrille Bagard
2020-12-31
Offered a custom configuration facility to each plugin.
Cyrille Bagard
2020-12-11
Deleted the PyConstvalObject class from the Python API.
Cyrille Bagard
2020-12-06
Extended the plugin API to notify several stages of loading.
Cyrille Bagard
2020-12-05
Rewritten the whole API dealing with panels.
Cyrille Bagard
2020-08-20
Renamed the main file of the Python plugin.
Cyrille Bagard