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