summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: require gobject-introspection-1.0 from meson_options.txtHEADmainChristian Hergert2023-05-171-1/+3
* gir/vala: Update dependenciesRico Tzschichholz2023-03-291-2/+1
* vala: Correctly name vapiRico Tzschichholz2023-03-291-1/+1
* ci: Install valaJCWasmx862023-03-281-0/+1
* build: Build VAPIJCWasmx862023-03-282-1/+20
* build: remove iconsChristian Hergert2023-03-2310-1426/+0
* README: remove old libpeas linkChristian Hergert2023-03-221-1/+0
* README: move to markdown for readmeChristian Hergert2023-03-221-26/+18
* plugin-info: fix links to Peas.PluginInfoChristian Hergert2023-03-222-4/+4
* extension-set: use class for GObject.Object doc linkChristian Hergert2023-03-221-3/+3
* extension-set: remove some unresolvable documentation linksChristian Hergert2023-03-221-1/+1
* ci: fix paths for documentation accessChristian Hergert2023-03-221-2/+2
* extension-base: fix references to struct@PluginInfoChristian Hergert2023-03-222-4/+4
* extension-set: remove gidoc references to alias@ExtensionChristian Hergert2023-03-221-3/+3
* ci: include python3-packaging for docsChristian Hergert2023-03-221-0/+1
* ci: include gi-docgen for doc generationChristian Hergert2023-03-221-0/+1
* ci: remove peas-gtk from CI buildChristian Hergert2023-03-221-6/+0
* ci: ensure lua is available for CI buildsChristian Hergert2023-03-221-0/+2
* 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