summaryrefslogtreecommitdiff
path: root/libpeas
Commit message (Expand)AuthorAgeFilesLines
...
* libpeas: remove peas_extension_set_call()Christian Hergert2023-03-222-150/+0
* janitorial: clean up tree in preparation for libpeas-2.0Christian Hergert2023-03-227-246/+16
* extension-set: implement GListModelChristian Hergert2023-01-251-4/+50
* engine: check reverse dependencies for unresolved infosChristian Hergert2022-08-181-5/+30
* engine: add assertion for GLib pre-2.44Christian Hergert2022-08-181-0/+8
* engine: sort unresolved plugins at tail of queueChristian Hergert2022-08-181-4/+14
* engine: improve reproducibility of resource-based pluginsChristian Hergert2022-08-181-0/+14
* gir: remove deprecated call API from girChristian Hergert2022-03-142-15/+7
* build: remove marshallers from GIRChristian Hergert2022-03-141-5/+1
* mark nullable functionsMaximiliano Sandoval R2022-03-133-4/+4
* gi-docgen: Port individual docstringsMaximiliano Sandoval R2022-03-1310-224/+234
* build: fix min/max version warningsChristian Hergert2022-02-081-2/+2
* peas-dirs.c: Fix building on Visual Studiomeson.msvcChun-wei Fan2020-10-091-1/+2
* build: Fix installation and some GTK testsChun-wei Fan2020-10-091-1/+0
* peas-object-module.c: Add fallback module search for WindowsChun-wei Fan2020-10-091-1/+28
* i18n: simplify i18n for use within libpeasChristian Hergert2020-01-197-105/+146
* Windows: use DLL handle to get module dirTom Schoonjans2019-12-191-3/+24
* libpeas: fix placement of end ignore deprecationsChristian Hergert2019-10-281-1/+1
* build: fix compilation on macOSTom Schoonjans2019-10-284-89/+183
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-246-28/+0
* libpeas: fix duplicate rename-to annotationsChristian Hergert2019-10-242-2/+2
* utils: cleanup whitespace for internal utilsChristian Hergert2019-10-241-21/+14
* engine: add peas_engine_create_extension_with_properties()Fabian Orccon2019-10-242-0/+90
* extension-set: adds peas_extension_set_new_with_properties()Fabian Orccon2019-10-244-1/+134
* i18n: give access to peas_gettext() in public ABIChristian Hergert2019-10-231-1/+2
* build: fix typo in deprecation ignoresChristian Hergert2019-08-061-1/+1
* build: ensure we force linking of gobject-introspectionChristian Hergert2019-08-061-0/+9
* build: hide private symbols with -fvisibility=hiddenChristian Hergert2019-08-053-4/+7
* version: add version macros and use them for public APIChristian Hergert2019-08-0520-26/+359
* Use Unicode in translatable stringsPiotr Drąg2019-08-061-3/+3
* build: remove autotoolsChristian Hergert2019-08-051-119/+0
* libpeas: ignore GParameter deprecationChristian Hergert2019-08-057-1/+31
* Port to meson build systemMartin Blanchard2019-08-051-0/+132
* deprecations: ignore GParameter deprecations in headersChristian Hergert2019-08-054-0/+14
* Cache an extension type's base class and interfacesGarrett Regier2017-06-091-42/+72
* Allow extensions to be an Abstract Base ClassGarrett Regier2017-03-249-108/+176
* Fix PeasEngine virtual annotationsGarrett Regier2017-03-241-2/+2
* Consider all an interfaces potential propertiesGarrett Regier2017-03-241-16/+50
* Fix sorting of PeasEngine:plugin-listGarrett Regier2015-12-191-4/+4
* Convert PeasEngine's search_paths into a GQueueGarrett Regier2015-12-151-9/+13
* Keep PeasEngine:plugin-list better orderedGarrett Regier2015-12-151-27/+37
* Add debug message for PeasEngine:plugin-listGarrett Regier2015-12-151-19/+66
* Keep plugins order in PeasExtensionSetGarrett Regier2015-12-151-14/+16
* Order the PeasEngine:plugin-list by dependenciesGarrett Regier2015-12-151-8/+41
* Add support for embedded C pluginsGarrett Regier2015-12-156-44/+241
* Cleanup the coding style in PeasObjectModuleGarrett Regier2015-12-151-4/+8
* Add various checks to PeasObjectModule functionsGarrett Regier2015-12-151-0/+12
* Avoid a class ref/unref when creating C extensionsGarrett Regier2015-12-151-20/+39
* Be more strict in peas_object_module_register_extension_type()Garrett Regier2015-12-151-4/+2
* Intern the "plugin-info" string in class_initGarrett Regier2015-12-151-1/+3