summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release ATK 2.32ATK_2_32_0gnome-3-32Alejandro Piñeiro2019-03-092-1/+8
|
* introspection: fix last AtkText methods docAlejandro Piñeiro2019-03-091-2/+2
| | | | | | Fix documentation entry for atk_text_scroll_substring_to_point and atk_text_scroll_substring_to so gobject-introspection doesn't fail with those methods.
* Update Esperanto translationKristjan SCHMIDT2019-03-091-208/+191
|
* Release ATK 2.31.92Alejandro Piñeiro2019-03-092-1/+12
|
* Revert "atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as ↵Alejandro Piñeiro2019-03-092-6/+18
| | | | | | | | interface in the introspection" This reverts commit 30f2712c5bbffbc03e98272c852d29b4bdf8b52e. Fixes https://gitlab.gnome.org/GNOME/atk/issues/1
* Release ATK 2.31.90Alejandro Piñeiro2019-03-092-5/+26
|
* atkplug, atksocket: Fix -Wredundant-declsIain Lane2019-03-092-3/+0
| | | | | G_DEFINE_TYPE_WITH_CODE already gives declarations for the class_init function.
* atk/meson.build: replace shared_library by libraryFabrice Fontaine2019-03-091-1/+1
| | | | | | | | | | Use library instead of shared_library to allow the user to build a static libatk library Fixes: - http://autobuild.buildroot.org/results/347a37dd2585974bdbf3bf99158e8ee9127d1202 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* atktext: Add ScrollSubstringTo and ScrollSubstringToPoint text interfacesSamuel Thibault2019-03-094-0/+116
|
* Improve documentation for AtkText method return valuesMartin Robinson2019-03-091-30/+35
|
* Move atk_relation_set_contains_target to correct doc sectionMartin Robinson2019-03-091-1/+1
| | | | | This API was in the AtkRelation section, but should be in the AtkRelationSet section.
* meson: Fix usage of glib as a subproject dependencyNirbheek Chauhan2019-03-092-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.
* meson: use an autotools compatible compatibility_version/current_version on ↵Christoph Reiter2019-03-091-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.
* meson: make atk work as a subprojectNiclas Moeslund Overby2019-03-092-2/+2
|
* build: Add build instructions for Visual StudioChun-wei Fan2019-03-091-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 Casal2019-03-091-187/+279
|
* Release ATK 2.29.94 (development)Alejandro Piñeiro2019-03-092-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 Thibault2019-03-093-4/+4
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=789619
* build: fix macOS common_ldflagsJan Tojnar2019-03-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=794326
* Release ATK 2.29.92 (development)Alejandro Piñeiro2019-03-092-1/+10
|
* Improve the documentation slightlyMartin Robinson2019-03-091-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)Emmanuele Bassi2019-03-092-1/+16
|
* Fix the coding style for the Component scroll methodsEmmanuele Bassi2019-03-091-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 Bassi2019-03-091-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 Bassi2019-03-091-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 Tzschichholz2019-03-091-2/+3
|
* atkimplementor: use the G_DEFINE_INTERFACE macro to declare it as interface ↵Corentin Noël2019-03-092-18/+6
| | | | in the introspection
* 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
|