summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Post-release version bump to 2.38.1HEADmasterEmmanuele Bassi2022-03-241-1/+1
|
* Merge branch 'ebassi/atk-2-38' into 'master'2.38.0Emmanuele Bassi2022-03-249-29/+35
|\ | | | | | | | | Release ATK 2.38.0 See merge request GNOME/atk!49
| * Release ATK 2.38.0 (stable)Emmanuele Bassi2022-03-242-2/+18
| |
| * Do not use deprecated Meson APIEmmanuele Bassi2022-03-241-3/+3
| | | | | | | | And follow more idiomatic patterns for paths.
| * ci: Use all the extra Meson configuration flagsEmmanuele Bassi2022-03-241-2/+2
| |
| * Bump up to Meson 0.56.2Emmanuele Bassi2022-03-243-3/+3
| | | | | | | | I double checked, and Debian stable (bullseye) ships with Meson 0.56.2.
| * ci: Install Meson globallyEmmanuele Bassi2022-03-245-16/+6
| | | | | | | | So we don't need ancillary scripts to build ATK.
| * ci: Use the newer container imagesEmmanuele Bassi2022-03-241-4/+4
| |
| * Bump up the required Meson versionEmmanuele Bassi2022-03-243-3/+3
| | | | | | | | Use 0.52. It still is ancient, but that's what Debian stable uses.
| * ci: Use fedora:latestEmmanuele Bassi2022-03-241-1/+1
| | | | | | | | We're still stuck on Fedora 31, which has been EOL'ed ages ago.
| * ci: Use debian:stableEmmanuele Bassi2022-03-241-1/+1
| | | | | | | | | | Don't use a specific version name, to avoid having to deal with updating the image every time Debian does a new stable release.
| * Drop volatile from the enumeration type registrationEmmanuele Bassi2022-03-241-1/+1
|/ | | | | It's been removed by recent GLib versions, and we're getting compiler warnings. It also has never been appropriate to use `volatile`.
* Merge branch 'get_value_and_text_text_null' into 'master'Emmanuele Bassi2022-03-241-1/+2
|\ | | | | | | | | atk_value_get_value_and_text: cope with text being NULL See merge request GNOME/atk!43
| * atk_value_get_value_and_text: cope with text being NULLColomban Wendling2020-07-301-1/+2
| |
* | Update Icelandic translationSveinn í Felli2022-01-291-16/+14
| |
* | Update Icelandic translationSveinn í Felli2022-01-291-233/+459
| |
* | Update Indonesian translationKukuh Syafaat2021-12-221-177/+177
| |
* | Updated Spanish translationDaniel Mustieles2021-11-161-174/+172
| |
* | Update Latvian translationRūdolfs Mazurs2021-10-311-183/+177
| |
* | Update Persian translationDanial Behzadi2021-09-011-200/+409
| |
* | Update Belarusian translationŹmicier Turok2021-06-151-239/+238
| |
* | Merge branch 'glib-main' into 'master'Emmanuele Bassi2021-06-073-1/+4
|\ \ | | | | | | | | | | | | subprojects: Use GLib main branch See merge request GNOME/atk!48
| * | ci: Limit depth of subprojects when cloningPhilip Withnall2021-06-073-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use the depth= argument from Meson 0.52 to limit the clone depth of subprojects to 1. This should make the CI images a little smaller, and reduce the bandwidth required to build them (although that’s not so important because it only happens once every few months). Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
| * | subprojects: Use GLib main branchPhilip Withnall2021-06-071-1/+1
|/ / | | | | | | | | | | | | | | GLib upstream has renamed its `master` branch to `main`. See https://gitlab.gnome.org/GNOME/glib/-/issues/2348. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* | Merge branch 'collapsed' into 'master'Emmanuele Bassi2021-05-031-0/+2
|\ \ | | | | | | | | | | | | Add missing ATK_STATE_COLLAPSED See merge request GNOME/atk!46
| * | Add missing ATK_STATE_COLLAPSEDSamuel Thibault2020-08-021-0/+2
| |/ | | | | | | At-spi2-core has ATSPI_STATE_COLLAPSED, and java-atk-wrapper is actually missing it.
* | Update Swedish translationAnders Jonsson2021-03-191-4/+4
| |
* | Update Swedish translationAnders Jonsson2021-03-171-175/+174
| |
* | Update Galician translationFran Dieguez2021-02-231-2/+2
| |
* | Update Catalan translationJordi Mas2021-01-261-22/+9
| |
* | Merge branch 'fix-pkgconfig-gen-with-internal-deps' into 'master'Alejandro Piñeiro2020-08-202-2/+2
|\ \ | | | | | | | | | | | | meson: fix pkg-config generation with internal dependencies See merge request GNOME/atk!39
| * | meson: fix pkg-config generation with internal dependenciesAntonio Ospite2020-08-192-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | When building with internal dependencies (subprojects) meson fails to configure the build with the following message: subprojects/atk/atk/meson.build:161:10: ERROR: requires argument not a string, library with pkgconfig-generated file or pkgconfig-dependency object, got <InternalDependency null: True> Use libraries instead of requires when calling pkgconfig.generate() to make the configuration succeed. Change inspired by https://gitlab.freedesktop.org/libnice/libnice/commit/ff75be1b19fc2599fda520321649da32625c561d
* | Fix the DOAP fileEmmanuele Bassi2020-04-241-3/+3
| | | | | | | | Use the correct element, and the correct email address.
* | Bump the version of ATK to 2.37.0Emmanuele Bassi2020-04-221-1/+1
| | | | | | | | | | | | The autocleanup symbols for ATK introduce new API, and the only way for dependent libraries to check for them is to use the version that introduced them.
* | Merge branch 'atk-autocleanup' into 'master'Emmanuele Bassi2020-04-223-0/+57
|\ \ | | | | | | | | | | | | | | | | | | Add autocleanup definitions Closes #10 See merge request GNOME/atk!41
| * | Add autocleanup definitionsEmmanuele Bassi2020-04-223-0/+57
|/ / | | | | | | | | | | | | | | | | The G_DEFINE_AUTOPTR_* macros are used to define various symbols needed in order to use the g_autoptr() macro in GLib, which are a requirement in order to use the G_DECLARE_* macros to cut down the GObject boilerplate in the headers. Fixes: #10
* | Merge branch 'ci-docker' into 'master'Emmanuele Bassi2020-04-228-0/+465
|\ \ | | | | | | | | | | | | Add CI pipeline for ATK See merge request GNOME/atk!42
| * | Add CI pipeline for ATKEmmanuele Bassi2020-04-228-0/+465
|/ / | | | | | | | | Use the GitLab CI support to build ATK, so we can at least be confident that we're not breaking stuff with every commit.
* | Add a description to the DOAP fileEmmanuele Bassi2020-04-201-0/+1
| | | | | | | | | | Otherwise the server-side Git commit hook will complain about the missing element.
* | Add myself to the list of maintainersEmmanuele Bassi2020-04-201-0/+7
|/ | | | | | I don't particularly wish to maintain ATK going forward, but this is the only safe way to get access to the container registry need for the CI pipeline.
* Release 2.36.0ATK_2_36_0gnome-3-36Alejandro Piñeiro2020-04-022-1/+27
|
* Update Ukrainian translationDaniel Korostil2020-03-101-160/+381
|
* Add Kurdish Sorani translationJwtiyar Nariman2020-03-052-0/+793
| | | | (cherry picked from commit b4ea8e5d353bb49092aaaa4e6ee0c1461d119d97)
* Merge branch 'msvc.improvements' into 'master'Chun-wei Fan2020-02-201-1/+1
|\ | | | | | | | | Visual Studio builds: Use -utf-8 if available (avoid erroring out with C4819 if possible on CJK locales) See merge request GNOME/atk!38
| * Visual Studio builds: Use -utf-8 if availableChun-wei Fan2020-02-201-1/+1
|/ | | | | This avoids the build erroring out on C4819 (Unicode handling issue in the Visual Studio compiler), which notably occurs on Chinese, Korean and Japanese locales.
* Merge branch 'add-glib-wrap' into 'master'Alejandro Piñeiro2020-02-135-0/+26
|\ | | | | | | | | Add Meson wrap file for GLib See merge request GNOME/atk!37
| * Add Meson wrap file for GLibLuca Bacci2020-02-135-0/+26
|/ | | | | | | Meson subprojects prove very useful when building on Windows with MSVC. See MR !37
* Update Malay translationUmarzuki Bin Mochlis Moktar2020-01-271-229/+502
|
* Update Japanese translationsicklylife2020-01-231-8/+8
|
* Update Japanese translationsicklylife2020-01-231-148/+148
|