summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: Use `full_path()` instead of `path()`meson-stuffNiels De Graef2022-06-131-3/+3
* meson: Don't use get_pkgconfig_variable()Niels De Graef2022-06-131-1/+1
* meson: add falback for systemduserunitdir prefixNiels De Graef2022-06-131-1/+4
* meson: Install DBus services in the correct prefixNiels De Graef2022-06-132-1/+10
* meson: Use gnome.post_install()Niels De Graef2022-06-132-30/+4
* meson: Bump min meson version to 0.59Niels De Graef2022-06-131-1/+1
* Replace g_memdup with g_memdup2Niels De Graef2022-06-1313-24/+24
* ci: Fix deploy stepNiels De Graef2022-06-061-1/+1
* ci: Allow asan to failNiels De Graef2022-06-061-0/+1
* docs: Add a urlmap fileNiels De Graef2022-06-068-0/+28
* Remove symbols filesNiels De Graef2022-06-063-687/+0
* Add lookup of trust assertions for distrusted certscert-distrustedNiels De Graef2022-06-064-0/+298
* meson: Make sure we install gcr-gtk4.hnielsdg/install-gcr-gtk4-headerNiels De Graef2022-06-051-0/+1
* secure-memory: Fix odr-violation by using a private settertintou/fix-ciCorentin Noël2022-06-054-12/+43
* ci: Use the correct arguments for the address sanitizerCorentin Noël2022-06-051-2/+2
* Update Friulian translationFabio Tomat2022-06-031-529/+454
* Update Hebrew translationYosef Or Boczko2022-05-301-532/+453
* Update Russian translationAleksandr Melman2022-05-301-534/+459
* Update Portuguese translationHugo Carvalho2022-05-181-532/+454
* Update Galician translationFran Dieguez2022-05-161-539/+459
* Update Persian translationDanial Behzadi2022-05-161-527/+380
* Update Ukrainian translationYuri Chornoivan2022-05-161-537/+458
* Update Nepali translationPawan Chitrakar2022-05-101-181/+159
* Merge branch 'tintou/fix-certificate-annotations' into 'master'Niels De Graef2022-04-302-28/+34
|\
| * gcr: Add nullable and out annotations in GcrCertificateCorentin Noël2022-04-302-28/+34
|/
* Merge branch 'vapi-option' into 'master'Niels De Graef2022-04-296-61/+80
|\
| * build: Make building the Vala bindings optionalMarvin Schmidt2022-04-296-61/+80
|/
* Update POTFILES.inPiotr Drąg2022-04-101-19/+4
* Merge branch 'main' into 'master'Niels De Graef2022-04-09288-24360/+3617
|\
| * meson: Bump gcr and gck api_versionsCorentin Noël2022-04-093-8/+15
| * meson: Specify version and soversion for all the librariesCorentin Noël2022-04-093-3/+6
| * meson: Use the library object directly to generate the pkg-config fileCorentin Noël2022-04-091-0/+1
| * gck-password: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-092-49/+23
| * gck-object: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-093-92/+84
| * gck-session: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-092-90/+96
| * gck-slot: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-093-62/+27
| * gck-enumerator: Use G_DECLARE_FINAL_TYPE to declare the typeCorentin Noël2022-04-092-95/+68
| * gck-module: Use G_DECLARE_DERIVABLE_TYPE to declare the typeCorentin Noël2022-04-093-64/+55
| * gck: Remove floating capabilities to GckAttributesCorentin Noël2022-04-0926-253/+127
| * gck: Use the G_DEFINE_QUARK macroCorentin Noël2022-04-093-31/+6
| * gck: use the right namespace for GckUriData methodsCorentin Noël2022-04-097-50/+48
| * gck: Remove authenticate_slot/object from GckModuleCorentin Noël2022-04-0914-396/+52
| * gcr: Update the inclusion guard to not mention gcr-baseCorentin Noël2022-04-0935-122/+101
| * gck-object-cache: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-095-39/+24
| * gcr-importer: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-094-27/+18
| * gcr-import-interaction: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-092-27/+13
| * gcr-comparable: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-094-17/+9
| * gcr-prompt: Use G_DECLARE_INTERFACE to define the interfaceCorentin Noël2022-04-095-31/+22
| * gcr: Remove deprecated methodsCorentin Noël2022-04-095-189/+0
| * gcr: Remove the GcrCollection interfaceCorentin Noël2022-04-0918-2917/+1