summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add ATK_ROLE_MARK and ATK_ROLE_SUGGESTIONJoanmarie Diggs2020-01-161-0/+14
| | | | | | These roles are needed to improve the accessibility of rich text editors and other collaborative tools. The new roles parallel what was added to IAccessible2 in Windows.
* Merge branch 'sub-sup' into 'master'Joanmarie Diggs2020-01-152-1/+14
|\ | | | | | | | | Add ATK_TEXT_ATTR_TEXT_POSITION to the list of possible AtkText attributes See merge request GNOME/atk!33
| * Add ATK_TEXT_ATTR_TEXT_POSITION to the list of possible AtkText attributesJoanmarie Diggs2020-01-152-1/+14
|/ | | | | | | | | IAccessible2 has a "text-position" attribute with values of "baseline", "super", and "sub". This relative position is arguably preferable to having applications specify the pixels via ATK_TEXT_ATTR_RISE, which applications are not using anyway. Adding text position as an officially supported attribute increases the likelihood that assistive technologies will get this information in a predictable fashion.
* Merge branch 'master' into 'master'Joanmarie Diggs2020-01-151-0/+16
|\ | | | | | | | | Update documentation for atk_text_set_caret_offset. See merge request GNOME/atk!18
| * Update documentation for atk_text_set_caret_offset.Joanmarie Diggs2020-01-151-0/+16
|/ | | | | The documentation lacked any mention of scrolling content into view when the specified content is off-screen.
* Update Galician translationFran Dieguez2019-12-251-177/+267
|
* Merge branch 'subprojects' into 'master'Samuel Thibault2019-11-171-1/+1
|\ | | | | | | | | Fix building atk as subproject See merge request GNOME/atk!35
| * Fix building atk as subprojectSamuel Thibault2019-11-171-1/+1
|/ | | | | Using #include <atk/atk.h> (e.g. in at-spi2-atk) requires the root_inc as well.
* Merge branch 'atk_requires_glib' into 'master'Samuel Thibault2019-09-231-0/+1
|\ | | | | | | | | Make atk.pc require glib See merge request GNOME/atk!30
| * Make atk.pc require glibSamuel Thibault2019-09-091-0/+1
| | | | | | | | | | atkutil.h uses several glib/gobject functions in macros, so the caller will have to link against glib, atk.pc thus has to explicit this.
* | Update Japanese translationRyuta Fujii2019-09-221-23/+14
| |
* | Update Japanese translationRyuta Fujii2019-09-221-145/+375
| |