summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip: gjs loaderwip/chergert/gjs-loaderChristian Hergert2023-03-2212-6/+371
* build: use 1.99.x for 2.0 developmentChristian Hergert2023-03-213-6/+13
* plugins/lua51: fix symbol visibilityChristian Hergert2023-03-212-2/+3
* loaders/python: fix symbol visibility in shared moduleChristian Hergert2023-03-211-2/+3
* build: fix typoChristian Hergert2023-03-211-1/+1
* build: error if lua51 was requested but failedChristian Hergert2023-03-211-1/+1
* build: remove -Ddemos optionChristian Hergert2023-03-211-4/+0
* plugin-info: add PeasPluginInfo:hidden propertyChristian Hergert2023-03-201-0/+10
* plugin-info: add PeasPluginInfo:builtin propertyChristian Hergert2023-03-201-0/+10
* engine: rename to peas_engine_dup_loaded_plugins()Christian Hergert2023-03-204-6/+6
* janitorial: use char and int over gchar and gintChristian Hergert2023-03-2036-277/+263
* janitorial: convert gchar usage to charChristian Hergert2023-03-201-17/+17
* loaders/lua: ignore deprecations for GParameterChristian Hergert2023-03-201-0/+2
* plugin-info: add resource methods to PeasPluginInfoChristian Hergert2023-03-203-0/+88
* engine: remove peas_engine_prepend_search_path()Christian Hergert2023-03-202-50/+16
* plugin-info: remove duplicate definition of I_()Christian Hergert2023-03-201-2/+0
* tests/lua: make lua tests use Introspection.ActivatableChristian Hergert2023-03-202-10/+5
* loaders/python: fix attribute type for plugin_infoChristian Hergert2023-03-201-1/+1
* tests: move PeasActivatable to IntrospectionActivatableChristian Hergert2023-03-2013-64/+40
* wipChristian Hergert2023-03-2016-145/+146
* tests: remove python2 from python testsuiteChristian Hergert2023-03-201-25/+4
* loaders/python: fix version element indexChristian Hergert2023-03-201-1/+1
* libpeas: update docs to use python as loader nameChristian Hergert2023-03-201-1/+1
* tests: use python for non-existant plugin loaderChristian Hergert2023-03-201-1/+1
* tests/libpeas: remove python3 bits from extension testsChristian Hergert2023-03-201-66/+4
* libpeas: remove python3 bits from loadersChristian Hergert2023-03-202-7/+6
* libpeas: fix some GI warningsChristian Hergert2023-03-202-5/+3
* loaders/python: remove python2 vs python3-ismsChristian Hergert2023-03-201-9/+0
* loaders/python: ignore GParameter deprecationsChristian Hergert2023-03-201-0/+2
* loaders/python: PyEval_InitThreads() is no longer necessaryChristian Hergert2023-03-201-1/+0
* loaders/python: modernize GType definitionsChristian Hergert2023-03-202-48/+23
* libpeas: add missing export macro for loader typeChristian Hergert2023-03-201-0/+1
* plugin-loader-c: modernize GType definitionChristian Hergert2023-03-172-39/+15
* plugin-loader: modernize type definitionChristian Hergert2023-03-171-14/+6
* extension: use GObject instead of PeasExtensionChristian Hergert2023-03-1723-289/+115
* janitorial: various style and constness cleanupsChristian Hergert2023-03-171-60/+48
* build: add various link hardening and performance optionsChristian Hergert2023-03-171-0/+17
* build: disable assert/cast-checks in production buildsChristian Hergert2023-03-171-0/+3
* engine: implement GListModelChristian Hergert2023-03-174-60/+79
* engine: remove use of gcharChristian Hergert2023-03-172-119/+109
* plugin-info: expose various data as propertiesChristian Hergert2023-03-173-0/+163
* plugin-info: fix usage of char including constnessChristian Hergert2023-03-175-63/+59
* tests: ensure builtin plugin releases objectChristian Hergert2023-03-172-2/+19
* janitorial: make PeasPluginInfo a GObjectChristian Hergert2023-03-168-83/+79
* janitorial: modernize PeasObjectModuleChristian Hergert2023-03-165-90/+22
* janitorial: modernize PeasEngineChristian Hergert2023-03-164-141/+57
* janitorial: modernize PeasExtensionBaseChristian Hergert2023-03-163-46/+19
* janitorial: move extension autocleanup into headerChristian Hergert2023-03-162-1/+2
* janitorial: modernize PeasExtensionSet definitionChristian Hergert2023-03-163-167/+74
* janitorial: set va marshallers for signalsChristian Hergert2023-03-164-14/+28