summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* tests: use the non-deprecated way to add private data to a classMike Gorse2022-04-121-1/+1
|
* Up atk version requirementMike Gorse2022-04-121-1/+1
| | | | Remove checks around ATK_STATE_COLLAPSED, now that atk has had a release.
* Lower atk required version againMike Gorse2022-03-211-1/+1
| | | | | | Only initialize support for ATK_STATE_COLLAPSED if atk and at-spi2-core are new enough to support them, and lower the atk requirement in meson.build. Atk needs a release, so otherwise we depend on unreleased git code.
* Merge branch 'collapsed' into 'master'Mike Gorse2022-03-211-1/+1
|\ | | | | | | | | Add support for ATSPI_STATE_COLLAPSED/ATK_STATE_COLLAPSED See merge request GNOME/at-spi2-atk!23
| * Add support for ATSPI_STATE_COLLAPSED/ATK_STATE_COLLAPSEDSamuel Thibault2021-05-031-1/+1
| |
* | 2.38.0AT_SPI2_ATK_2_38_0Mike Gorse2020-09-121-1/+1
| |
* | 2.37.90AT_SPI2_ATK_2_37_90Mike Gorse2020-08-081-1/+1
|/
* Require atk >= 2.36.0Mike Gorse2020-07-291-1/+1
| | | | Needed because of new atk roles.
* meson: add tests optionFabrice Fontaine2020-05-031-1/+3
| | | | | | | Add tests option to allow the user to build at-spi2-atk without tests, it is especially useful as one of the test requires libxml-2.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* 2.34.2AT_SPI2_ATK_2_34_2Mike Gorse2020-02-291-1/+1
|
* Set C standard to gnu99Mike Gorse2020-02-291-1/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/at-spi2-atk/issues/10
* Add atk and atspi-2 as subprojectsSamuel Thibault2019-11-171-2/+2
| | | | So that e.g. gtk can use atk-bridge as subproject in addition to atk.
* 2.34.1AT_SPI2_ATK_2_34_1Mike Gorse2019-10-071-1/+1
|
* 2.34.0AT_SPI2_ATK_2_34_0Mike Gorse2019-09-091-1/+1
|
* 2.33.92AT_SPI2_ATK_2_33_92Mike Gorse2019-09-021-1/+1
|
* 2.33.91AT_SPI2_ATK_2_33_91Mike Gorse2019-08-191-1/+1
|
* 2.33.2AT_SPI2_ATK_2_33_2Mike Gorse2019-06-181-1/+1
|
* Update at-spi2-core and atk required versions, for the recently-added rolesMike Gorse2019-06-171-2/+2
|
* 2.33.1AT_SPI2_ATK_2_33_1Mike Gorse2019-05-201-1/+1
|
* Add AccessibleId propertySamuel Thibault2019-04-301-1/+1
|
* 2.32.0AT_SPI2_ATK_2_32_0gnome-3-32Mike Gorse2019-03-111-1/+1
|
* 2.31.92AT_SPI2_ATK_2_31_92Mike Gorse2019-03-041-1/+1
|
* 2.31.2AT_SPI2_ATK_2_31_2Mike Gorse2019-02-181-1/+1
|
* Add ScrollSubstringTo and ScrollSubstringToPoint text interfacesSamuel Thibault2019-01-261-2/+2
|
* 2.30.0AT_SPI2_ATK_2_30_0Mike Gorse2018-09-031-1/+1
|
* 2.29.1Mike Gorse2018-06-191-1/+1
|
* Require ATK 2.29.2Emmanuele Bassi2018-06-191-1/+1
| | | | | The AtkComponent scrolling methods have been introduced in ATK 2.29.2, so we need to require at least that version.
* Generate the atk-bridge-2.0 pkg-config fileEmmanuele Bassi2018-05-171-13/+0
| | | | | Instead of using a template, we can ask Meson to generate the file for us from the various build targets.
* Remove unused importEmmanuele Bassi2018-05-171-2/+0
| | | | We never even assigned its return value.
* build: Disable deprecation warnings in stable cyclesEmmanuele Bassi2018-05-171-0/+8
| | | | | | | | We know we're using deprecated API, so there's no real point in keeping the warnings. The deprecation warnings are useful during development cycles, so we can port away from deprecated API.
* Add ScrollTo and ScrollToPoint component interfacesSamuel Thibault2018-05-161-2/+2
|
* 2.26.1AT_SPI2_ATK_2_26_1Mike Gorse2017-10-301-1/+1
|
* meson: Ensure paths written to .pc are absoluteJan Alexander Steffens (heftig)2017-09-281-2/+2
|
* 2.26.0AT_SPI2_ATK_2_26_0Mike Gorse2017-09-111-1/+1
|
* Add Meson build systemwip/mesonEmmanuele Bassi2017-05-231-0/+71
Meson is a fast, portable, easy to understand meta-build system. It is currently being adopted in various projects inside GNOME alongside Autotools, in the hope of making it the default build system for future releases.