summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'meson-fix-subproject-usage' into 'master'Nirbheek Chauhan2018-12-022-4/+7
|\ \ | | | | | | | | | | | | meson: Fix usage of glib as a subproject dependency See merge request GNOME/atk!9
| * | meson: Fix usage of glib as a subproject dependencyNirbheek Chauhan2018-12-012-4/+7
|/ / | | | | | | | | | | | | | | | | We include glib headers, so we need to ensure that we also pull in the glib dependency correctly, to inherit the right include flags. Also doesn't lead to overlinking because meson uses --as-needed by default. This wasn't noticed earlier because when building against glib inside a prefix, glib and gobject headers are in the same location.
* | Merge branch 'fix-darwin-lib-versions' into 'master'Emmanuele Bassi2018-11-161-2/+4
|\ \ | | | | | | | | | | | | | | | | | | meson: use an autotools compatible compatibility_version/current_version on macOS. Fixes #6 Closes #6 See merge request GNOME/atk!8
| * | meson: use an autotools compatible compatibility_version/current_version on ↵Christoph Reiter2018-11-161-2/+4
|/ / | | | | | | | | | | | | macOS. Fixes #6 Use the same versioning scheme as libtool did with the autotools build. Otherwise switching atk from meson to autotools makes all library linking to it fail since the version is too low.
* | Merge branch 'master' into 'master'Alejandro Piñeiro2018-11-152-2/+2
|\ \ | | | | | | | | | | | | meson: make atk work as a subproject See merge request GNOME/atk!7
| * | meson: make atk work as a subprojectNiclas Moeslund Overby2018-11-102-2/+2
|/ /
* | build: Add build instructions for Visual StudioChun-wei Fan2018-09-121-0/+79
| | | | | | | | | | | | Since we are no longer providing Visual Studio project files, add a README.msvc to tell people how builds using Visual Studio are done via Meson.
* | Update Brazilian Portuguese translationTiago Casal2018-09-091-187/+279
| |
* | Release ATK 2.29.94 (development)Alejandro Piñeiro2018-09-082-1/+17
| | | | | | | | | | | | | | | | This is a special development release to include all the changes so far on master. But ATK 2.30 will be based on 2.29.92 plus the revert of commit "atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface in the introspection", as the other two commits were not tested yet.
* | build: use @basename instead of @filenameSamuel Thibault2018-08-303-4/+4
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=789619
* | build: fix macOS common_ldflagsJan Tojnar2018-08-301-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=794326
* | Release ATK 2.29.92 (development)ATK_2_29_92Alejandro Piñeiro2018-08-272-1/+10
|/
* Merge branch 'improve-documentation' into 'master'Alejandro Piñeiro2018-08-171-19/+19
|\ | | | | | | | | Improve the documentation slightly See merge request GNOME/atk!5
| * Improve the documentation slightlyMartin Robinson2018-08-071-19/+19
|/ | | | | Explicitly refer to character offsets to clear up any confusion with multi-byte encoding. Fix some typos and tabs.
* Release ATK 2.29.2 (development)ATK_2_29_2Emmanuele Bassi2018-06-192-1/+16
|
* Fix the coding style for the Component scroll methodsEmmanuele Bassi2018-06-191-10/+14
| | | | | The coding style needs some tweaking to fit in with the rest of the code base.
* build: Use Meson to test for compiler and linker argumentsEmmanuele Bassi2018-06-191-10/+3
| | | | | | | | Instead of iterating over them ourselves, Meson 0.46 provides useful convenience functions. Using the appropriate Meson functions also removes warnings with newer versions of Meson.
* build: Bump up dependency on MesonEmmanuele Bassi2018-06-191-1/+1
| | | | | | Version 0.40.1 is ancient history. Use 0.46.0, as we're going to need some new features.
* atkcomponent: Fix some g-i annotation warningsRico Tzschichholz2018-06-181-2/+3
|
* Merge branch 'wip/tintou/atkimplementor-gir' into 'master'Corentin Noël2018-06-182-18/+6
|\ | | | | | | | | atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface in the introspection See merge request GNOME/atk!2
| * atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface ↵wip/tintou/atkimplementor-girCorentin Noël2018-06-032-18/+6
| | | | | | | | in the introspection
* | Merge branch 'wip/tintou/gir-virtual' into 'master'Corentin Noël2018-06-183-11/+11
|\ \ | |/ |/| | | | | gobject-introspection: fix virtual annotations and missing type descriptions See merge request GNOME/atk!1
| * gobject-introspection: fix virtual annotations and missing type descriptionswip/tintou/gir-virtualCorentin Noël2018-06-033-11/+11
|/
* Try to fix build againMichael Catanzaro2018-05-162-3/+3
|
* Added missing 2.30 Since tagsAlejandro Piñeiro2018-05-162-1/+3
|
* Add missing ATK_VERSION_2_30Michael Catanzaro2018-05-151-0/+10
| | | | | | | | | /usr/include/atk-1.0/atk/atkversion.h:379:33: error: "ATK_VERSION_2_30" is not defined, evaluates to 0 [-Werror=undef] #if ATK_VERSION_MIN_REQUIRED >= ATK_VERSION_2_30 ^~~~~~~~~~~~~~~~ /usr/include/atk-1.0/atk/atkversion.h:387:31: error: "ATK_VERSION_2_30" is not defined, evaluates to 0 [-Werror=undef] #if ATK_VERSION_MAX_ALLOWED < ATK_VERSION_2_30 ^~~~~~~~~~~~~~~~
* atkcomponent: Add ScrollTo and ScrollToPoint component interfacesSamuel Thibault2018-05-155-5/+137
|
* Release 2.29.1ATK_2_29_1Alejandro Piñeiro2018-04-252-1/+24
|
* NEWS: added missing Contributors on past releasesAlejandro Piñeiro2018-04-251-0/+6
|
* win32: remove specific win32 build configuration filesAlejandro Piñeiro2018-04-2439-2682/+0
| | | | | | | | | Meson+ninja has been working fine for a while. It would be better to just keep one. v2: remove config.h.win32 too https://bugzilla.gnome.org/show_bug.cgi?id=795315
* build: remove autotools configuration filesAlejandro Piñeiro2018-04-248-749/+8
| | | | | | | Meson is right now in a really good shape, so it doesn't make sense to keep both. https://bugzilla.gnome.org/show_bug.cgi?id=795315
* Update Romanian translationDaniel Șerbănescu2018-04-181-133/+405
| | | | (cherry picked from commit 756fadf01460a59f69088b08f9dd5f30025b471b)
* meson: follow option convetionsIgnacio Casal Quinteiro2018-04-173-8/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=795301
* build: Correct Darwin linker optionsPhilip Chimento2018-04-071-1/+1
| | | | | | The Darwin linker doesn't want equal signs here. https://bugzilla.gnome.org/show_bug.cgi?id=795065
* Update Chinese (Taiwan) translationCheng-Chia Tseng2018-03-261-182/+182
| | | | (cherry picked from commit f545bfedff430e72de09d586238494666c72828c)
* atkobject: fix get_property for accessible-roleAlejandro Piñeiro2018-03-221-1/+1
| | | | | | Previous commit fixed set_property for accessible-role (as it is a enum instead of an int). As Rico Tzschichholz pointed on bug 794513, get_property was not updated accordingly.
* atkobject: fix set_property for accessible-roleSamuel Thibault2018-03-201-4/+3
| | | | | accessible-role was wrongly defines as being of type INT instead of type ENUM.
* Update Croatian translationgogo2018-03-171-216/+429
| | | | (cherry picked from commit 304bfdb20c4cd441162eb19477e6212ba4c76bb8)
* Release 2.28.1ATK_2_28_1Alejandro Piñeiro2018-03-133-2/+7
|
* meson: fix versionAlejandro Piñeiro2018-03-131-1/+1
| | | | | | As 2.8.0 release was already done, this change will not be included on any release. But I prefer to fix it for consistency. I know, somewhat silly.
* Release 2.28ATK_2_28_0Alejandro Piñeiro2018-03-123-3/+12
|
* Update Scottish Gaelic translationGNOME Translation Robot2018-03-011-180/+179
| | | | (cherry picked from commit caefa6d4d305bfd7c7af8e80850cb5c928f7e1f1)
* Updated French translationClaude Paroz2018-02-201-2/+2
| | | | Match orca translation of combo box.
* documentation: Remove list association from ATK_ROLE_DESCRIPTION_{TERM,VALUE}Joanmarie Diggs2017-11-301-7/+3
| | | | | | | | | There is a need for term-value pair roles outside of the context of an ATK_ROLE_DESCRIPTION_LIST. Rather than create yet more roles, we can just update the documentation so that the list association is not made within the definition of ATK_ROLE_DESCRIPTION_{TERM,VALUE}. https://bugzilla.gnome.org/show_bug.cgi?id=791020
* Release 2.27.1ATK_2_17_1Alejandro Piñeiro2017-10-203-3/+16
|
* Visual Studio builds: Enhance security of x64 binariesChun-wei Fan2017-10-201-0/+4
| | | | | | | Use the HIGHENTROPYVA linker option on x64 builds with MSVC 2012 and later to enhance the security of the built binaries. Pointed out by Ignacio Casal Quinteiro.
* Update Nepali translationPawan Chitrakar2017-10-181-17/+14
| | | | (cherry picked from commit e33d56f8c199a4d6387258815744726351be9610)
* [l10n] Updated Catalan (Valencian) translationXavi Ivars2017-10-051-178/+179
|
* build: Add option to disable introspectionChun-wei Fan2017-09-132-1/+7
| | | | | | | | This adds an option to Meson builds to disable introspection builds even when GObject-Introspection is installed. Introspection is still enabled by default. https://bugzilla.gnome.org/show_bug.cgi?id=785802
* build: Fix .rc generation in Meson buildsChun-wei Fan2017-09-131-0/+1
| | | | | | | We need to specify the value for the ATK_VERSION variable as well, otherwise some version info of the DLL will not be set correctly. https://bugzilla.gnome.org/show_bug.cgi?id=785802