Age | Commit message (Expand) | Author |
2024-11-23 | Restore more features for formats. | Cyrille Bagard |
2024-11-15 | Restore a skeleton of support for file formats. | Cyrille Bagard |
2024-11-02 | Use the new API to load core components. | Cyrille Bagard |
2024-11-02 | Load UI plugins only in case of graphical support. | Cyrille Bagard |
2024-06-24 | Create functions suitable for [un]setting only one bit. | Cyrille Bagard |
2024-06-21 | Restore and improve work queues. | Cyrille Bagard |
2024-05-19 | Restore full featured Python bindings for binary contents. | Cyrille Bagard |
2024-05-19 | Load the GLib module from the GI repository at Python bindings startup. | Cyrille Bagard |
2024-05-15 | Rebuild an empty Python module. | Cyrille Bagard |
2023-10-16 | Remove a useless call to the deprecated PySys_SetArgv() function. | Cyrille Bagard |
2023-10-16 | Do not ask Python GI to look for GTK in batch mode. | Cyrille Bagard |
2023-10-09 | Load Kaitai definitions from $KSPATH when needed. | Cyrille Bagard |
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 |