summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/gui
AgeCommit message (Collapse)Author
2023-05-24Fix some undefined symbols.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-08-18Handle the Python Global Interpreter Lock with more care.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-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-24Ported the panel update mechanisms to the Python API.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-08-20Renamed the main file of the Python plugin.Cyrille Bagard
2020-08-16Strongified the Python bindings when running without GUI.Cyrille Bagard
2020-08-15Rebuilt the main interface using Glade.Cyrille Bagard
2020-08-09Provided Python bindings for the main menu bar.Cyrille Bagard
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-06-01Updated the Python bindings for the GtkDockable interface.Cyrille Bagard
2020-05-19Simplified the code by using existing helpers.hCyrille Bagard
2020-05-12Described the Python API for binary portions.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-11Written a proper documentation for the Python gui.core module.Cyrille Bagard
2020-01-09Updated the Python documentation for GUI items.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-07-21Created more converters for Python arguments.Cyrille Bagard
2019-06-24Referenced all accesses to the main window.Cyrille Bagard
2019-03-26Given the priority to string.h from system includes.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-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-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-11-18Removed useless casts in the Python bindings code.Cyrille Bagard
2018-09-23Extended the Python API to deal with GUI items.Cyrille Bagard
2018-08-30Fixed some Python method signatures.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-13Resolved paths using the Autoconf preset output variable top_srcdir.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard