summaryrefslogtreecommitdiff
path: root/libpeas/peas-engine.c
Commit message (Expand)AuthorAgeFilesLines
* plugin-info: fix links to Peas.PluginInfoChristian Hergert2023-03-221-1/+1
* extension-base: fix references to struct@PluginInfoChristian Hergert2023-03-221-1/+1
* engine: rename to peas_engine_dup_loaded_plugins()Christian Hergert2023-03-221-3/+3
* engine: remove peas_engine_prepend_search_path()Christian Hergert2023-03-221-46/+16
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-221-49/+16
* janitorial: various style and constness cleanupsChristian Hergert2023-03-221-60/+48
* engine: implement GListModelChristian Hergert2023-03-221-50/+49
* engine: remove use of gcharChristian Hergert2023-03-221-63/+65
* plugin-info: expose various data as propertiesChristian Hergert2023-03-221-0/+4
* plugin-info: fix usage of char including constnessChristian Hergert2023-03-221-3/+3
* janitorial: make PeasPluginInfo a GObjectChristian Hergert2023-03-221-6/+6
* janitorial: modernize PeasEngineChristian Hergert2023-03-221-77/+53
* janitorial: set va marshallers for signalsChristian Hergert2023-03-221-13/+19
* janitorial: remove peas_engine_create_extensionv()Christian Hergert2023-03-221-30/+9
* janitorial: add SPDX-License-Identifier: LGPL-2.1-or-laterChristian Hergert2023-03-221-0/+2
* 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
* gi-docgen: Port individual docstringsMaximiliano Sandoval R2022-03-131-84/+92
* i18n: simplify i18n for use within libpeasChristian Hergert2020-01-191-1/+1
* build: specify min/max glib versions in meson.buildChristian Hergert2019-10-241-8/+0
* libpeas: fix duplicate rename-to annotationsChristian Hergert2019-10-241-1/+1
* engine: add peas_engine_create_extension_with_properties()Fabian Orccon2019-10-241-0/+81
* build: hide private symbols with -fvisibility=hiddenChristian Hergert2019-08-051-2/+2
* version: add version macros and use them for public APIChristian Hergert2019-08-051-3/+1
* Use Unicode in translatable stringsPiotr Drąg2019-08-061-3/+3
* libpeas: ignore GParameter deprecationChristian Hergert2019-08-051-1/+6
* Allow extensions to be an Abstract Base ClassGarrett Regier2017-03-241-7/+26
* Fix PeasEngine virtual annotationsGarrett Regier2017-03-241-2/+2
* 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
* Order the PeasEngine:plugin-list by dependenciesGarrett Regier2015-12-151-8/+41
* Add support for embedded C pluginsGarrett Regier2015-12-151-10/+68
* Small plugin loader info fixesGarrett Regier2015-09-221-0/+5
* Add PEAS_UTILS_C_LOADER_IDGarrett Regier2015-09-221-3/+9
* Remove PeasEngine's custom constructorGarrett Regier2015-09-221-29/+18
* Add peas_utils_get_loader_module_from_id()Garrett Regier2015-09-221-14/+3
* Small coding style cleanupGarrett Regier2015-09-221-2/+5
* Fix some documentationGarrett Regier2015-09-221-4/+3
* Intern all signal namesGarrett Regier2015-09-221-2/+2
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Don't warn when loading an uninstalled plugin loaderGarrett Regier2015-01-201-30/+10
* Use new GObject private APIGarrett Regier2014-12-201-36/+53
* Fix the docsGarrett Regier2014-12-201-1/+1
* Load C plugins with local linkageThomas Martitz2014-12-181-1/+5
* Fix Lua plugins to work with multiple threadsGarrett Regier2014-12-161-6/+1
* Add Since tag to PeasEngine:nonglobal-loadersGarrett Regier2014-11-191-0/+2