summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Updated Dutch translation Master 3.26hanniedu2017-09-121-145/+420
|
* Release 2.26.0ATK_2_26_0Alejandro Piñeiro2017-09-113-3/+17
|
* meson: Force-include msvc_recommended_pragmas.h on MSVCChun-wei Fan2017-09-091-0/+4
| | | | | | | | | Like the rest of the GTK+ stack, force include GLib's msvc_recommended_pragmas.h as we have done in the Visual Studio projects so that we can silence some unwanted noise, as well as finding out potential issues in the code. https://bugzilla.gnome.org/show_bug.cgi?id=785802
* Updated Danish translationAsk Hjorth Larsen2017-08-261-2/+3
|
* tests: Fix build on pre-C99Chun-wei Fan2017-08-091-5/+11
| | | | | | Ensure that the variables are at the top of the block. https://bugzilla.gnome.org/show_bug.cgi?id=785802
* meson: Build .rc file on WindowsChun-wei Fan2017-08-092-1/+12
| | | | | | | | Like the Visual Studio projects and autotools builds on Windows, include the .rc file for Windows builds, so that people can see the version info of the ATK DLL more easily. https://bugzilla.gnome.org/show_bug.cgi?id=785802
* Release 2.25.90ATK_2_25_90Alejandro Piñeiro2017-08-093-2/+27
|
* Update AUTHORSAlejandro Piñeiro2017-08-091-1/+4
|
* MSVC builds: Make marshal generation more robustChun-wei Fan2017-07-312-11/+11
| | | | | | | Since we may now have glib-genmarshal as a Python script or a standard .exe binary, make the process more robust by actually trying to run glib-genmarshal first as a Python script, and then falling back to the former .exe approach if the Python method failed.
* Update Nepali translationPawan Chitrakar2017-07-251-146/+416
|
* Visual Studio builds: Don't build introspection by defaultChun-wei Fan2017-07-1510-61/+43
| | | | | | | | | | | | | | | | We aren't able to do a sanity check for g-ir-scanner in the NMake Makefiles without extra tools, so it turns out that it would make it more clear to people if we do not build the introspection files by default here (especially that this is optional). So, by doing so people could get the items needed for introspection ready instead of build failures they do not expect, so people have to build the introspect project explicitly, which will copy the built introspection files to the appropriate location under $(GlibEtcInstallPrefix) when sucessfully done. Also fix the Visual Studio 2008 property sheets as a letter was accidentaly added, breaking the builds.
* win32/vsX: Fix 'make dist'Chun-wei Fan2017-07-146-6/+6
| | | | | | It should be atk-introspect.[vcproj|vcxproj], not atk-introspection.[vcproj|vcxproj]. Sorry!
* Visual Studio builds: Integrate introspection buildsChun-wei Fan2017-07-1319-1/+281
| | | | | | | | | | Since we hard-require Python for our builds, integrate introspection builds in the build process. This will fail if Python is not installed or correctly set at PythonDir/PythonDirX64 or g-ir-scanner is not found at $(GLibEtcInstallRoot)\bin, but it shouldn't otherwise impact the build in other ways as the built DLL and lib will still be built and copied normally. This is in place here before the Meson build system is ready for G-I and GLib.
* MSVC Builds: Use PythonDir instead of PythonPathChun-wei Fan2017-07-138-25/+29
| | | | | | | | | | | | | | If someone is building using MSBuild, we want to make sure that we do not use an envvar that would also determine where the Python modules are loaded. Also, allow different Python paths depending on the Visual Studio version that is being used for Visual Studio 201x builds, to better suit the version of Visual Studio that is used to build the official releases of Python, which means the default is as follows: -Visual Studio 2010, 2012, 2013: Python 3.4.x, which is built with 2010 -Visual Studio 2015 and 2017: Python 3.6.x, which is built with 2015.
* MSVC Builds: Adapt to new glib-genmarshal command lineChun-wei Fan2017-07-132-12/+12
| | | | | Use the --quiet and --output flags for the Python version of glib-genmarshal.
* Visual Studio builds: Adapt to the Python-fied glib-genmarshalChun-wei Fan2017-07-128-27/+62
| | | | | | | | | | | | | | | glib-genmarshal is used for the Visual Studio builds, and has been recently converted to a Python script instead of a compiled C program. Since Visual Studio calls cmd.exe to run Custom Build steps, we need to call Python explicitly to run glib-genmarshal as shebang lines are not supported in cmd.exe, which means that Python will become a hard build-time requirement instead of being optional. This also means that the atk.pc pkg-config file will always be generated. However, since ATK does not yet require a really recent GLib, maintain compatibility with older GLib by calling glib-genmarshal.exe when the glib-genmarshal Python script is not found.
* meson: Add atkversion.h to introspection buildRico Tzschichholz2017-06-071-2/+2
|
* Update Friulian translationFabio Tomat2017-05-271-14/+14
|
* atk/Makefile.am: Dist atk.rcChun-wei Fan2017-05-271-1/+1
| | | | | This was accidentally removed in commit cc0e04b, which broke Visual Studio builds...
* Move include guards out to enable GCC optimisationDaniel Boles2017-05-2631-93/+93
| | | | | | | by ensuring the #ifndef GUARD_NAME and its #endif are the outermost pieces of non-comment and non-whitespace content in the header file. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* meson: Keep the version in sync with AutotoolsEmmanuele Bassi2017-05-261-1/+1
|
* Release 2.25.2ATK_2_25_2Alejandro Piñeiro2017-05-252-2/+52
|