summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.24.0ATK_2_24_0Alejandro Piñeiro2017-03-172-3/+15
|
* Update Catalan translationJordi Mas2017-03-121-1/+1
|
* win32/Makefile.msvc.introspection: Sync with G-IChun-wei Fan2017-02-171-3/+7
| | | | | | This is so that we can support using a list of C includes and so generate the full NMake Makefile modules to build the .gir files in a simpler way.
* win32/detectenv-msvc.mak: Support Visual Studio 2017Chun-wei Fan2017-02-171-1/+3
| | | | | Sync the file from GLib so that we can build the introspection files using Visual Studio 2017.
* Updated Danish translationAsk Hjorth Larsen2017-02-161-172/+175
|
* Remove win32/vs15/atk-install.props before re-generationChun-wei Fan2017-02-151-0/+1
| | | | | This will ensure that it will be up-to-date when win32/vs10/atk-install.props is re-generated.
* Visual Studio builds: Support Visual Studio 2017Chun-wei Fan2017-02-157-12/+47
| | | | | | | | | | | | | Update the autotools scripts so that we can copy the Visual Studio 2010 project files and update them to obtain the Visual Studio 2017 projects. As the format of the toolset version is different, allow a version number string for the toolset version and use it if specified, otherwise just create the toolset version string as we did before. Note that Visual Studio 2015 and 2017 aims to be compatible in terms of CRT usage, so it should be possible to use 2015-built binaries with 2017-built binaries.
* Release 2.23.4Alejandro Piñeiro2017-01-162-2/+21
|
* Visual Studio 201x builds: Fix previous commitChun-wei Fan2017-01-101-1/+1
| | | | | The previous commit which moved the project files from build/win32/ to win32/ also attempted to clean up things a bit. This fixes the cleanup.
* Visual Studio projects: Move to win32/Chun-wei Fan2017-01-1041-363/+321
| | | | | It was suggested that the project be moved to win32/, so that one will need to go one less layer down into the tree to reach the project files.
* Makefile.msvcproj, Makefile-newvs.am: Update from GLibChun-wei Fan2017-01-105-18/+73
| | | | | | We will move the project files to win32/ from build/win32/ soon, so prepare the way by making these autotools modules like what it is in GLib just before moving them to win32/.
* docs: change id of the atkobject chapterAlejandro Piñeiro2017-01-091-1/+1
| | | | | | | | | | | | | | | The reason is avoid collision with AtkObject.html on case-insensitive filesystems. One could argue that having a small html that just list AtkObject, but this is done automatically by gtk-doc. One could argue again, saying that probably the current chapter-split main page (at atk-docs.sgml) is not the correct one, but I think that for now a small id rename is better that a full main page overhaul. https://bugzilla.gnome.org/show_bug.cgi?id=772236
* Update Friulian translationFabio Tomat2017-01-051-21/+25
|
* Update Friulian translationFabio Tomat2017-01-041-15/+15
|
* Add Friulian translationFabio Tomat2017-01-042-0/+794
|
* docs: Tiny typo.Murray Cumming2016-11-111-1/+1
|
* Fix to Catalan translationJordi Mas2016-10-261-1/+1
|
* build/win32/vs10/Makefile.am: Remove atk-install.props's on re-generationChun-wei Fan2016-10-191-0/+3
| | | | | This ensures that changes made to the generated atk-install.props are applied to build/win32/vs[11|12|14] as well.
* Adjust translations for the Unicode apostrophePiotr Drąg2016-10-1898-102/+102
|
* Use Unicode apostrophe in a translatable stringPiotr Drąg2016-09-301-1/+1
| | | | See https://developer.gnome.org/hig/stable/typography.html
* Updated Croatian translationgogo2016-09-241-140/+188
| | | | (cherry picked from commit d57f97d831b02071e3a17d8376e5d27c52a523de)
* Release 2.22.0ATK_2_22Alejandro Piñeiro2016-09-192-2/+13
|
* Update British English translationDavid King2016-09-181-146/+363
|
* Add more options to XGETTEXT_OPTIONS in po/MakevarsPiotr Drąg2016-09-121-1/+1
|
* Updated Polish translationPiotr Drąg2016-08-151-193/+282
|
* Release 2.21.90ATK_2_21_90Alejandro Piñeiro2016-08-122-2/+24
|
* Add Language headers to po filesPiotr Drąg2016-07-1446-8/+46
| | | | Future versions of gettext will fail if this header is missing.
* Visual Studio builds: Make .pc generation more flexibleChun-wei Fan2016-06-221-14/+30
| | | | | Allow the use of ${exec_prefix} for libdir and includedir when passing them in as arguments to the script.
* Updated Occitan translationCédric Valmary2016-05-301-2/+2
|
* Updated Occitan translationCédric Valmary2016-05-081-4/+4
|
* Added Scottish Gaelic translationGNOME Translation Robot2016-04-282-0/+817
|
* build/win32/atkpc.py: Fix dependent package stringChun-wei Fan2016-04-211-1/+1
| | | | The required packages should be space-separated, not comma-separated.
* build/win32/pc_base.py: Allow custom optionsChun-wei Fan2016-04-211-5/+6
| | | | | | | | | Some packages might have some parts that are built for certain build configs, meaning that they could have .pc files of their own, such as Pango, where PangoFT2 is optionally built. Allow such an option if needed. Also remove some trailing whitespaces.
* Visual Studio 2008 builds: Ensure pc file is generated before "install"Chun-wei Fan2016-04-201-2/+2
| | | | | | Change the build event type to post build event, for all build types, to ensure that we have the .pc file generated before copying the files, if applicable.
* Visual Studio builds: Generate atk.pcChun-wei Fan2016-04-2015-1/+359
| | | | | | ...if Python can be found via $(PythonPath) (x86 builds) or $(PythonPathX64) (x64 builds). This makes it easier for packages that requires atk.pc for introspection.
* Visual Studio builds: Include version info in property sheetsChun-wei Fan2016-04-203-13/+31
| | | | This is needed so that we can generate the .pc file from the .pc.in file.
* atk-introspection-msvc.mak: Clean up a bitChun-wei Fan2016-04-141-1/+0
| | | | We don't need to delete the .pyc files upon cleaning, so remove this line.
* MSVC Builds: Generate the Introspection Build CommandsChun-wei Fan2016-04-1311-427/+213
| | | | | | | | | | | | | | This uses the common autotools module that was added in the previous commit to generate the command lines used to generate the .gir and compile the .typelib files, as well as the file list that is to be consumed during the generation of the .gir files. This also makes the detectmsvc-msvc.mak and introspection-msvc.mak NMake modules the same as the ones in $(glib_srcroot)/build/win32 and $(gi_srcroot)/build/win32 respectively, so that they may be copied from these locations when they are updated. https://bugzilla.gnome.org/show_bug.cgi?id=764983
* MSVC Builds: Add a Common Autotools Module for IntrospectionChun-wei Fan2016-04-131-0/+125
| | | | | | | | | This adds a common autotools module that can be included by the Makefile.am's to generate the filelist and to assemble the command line to call g-ir-scanner and g-ir-compiler to generate the .gir files and .typelib files respectively. https://bugzilla.gnome.org/show_bug.cgi?id=764983
* Add some missing argument (out) annotationsgnome-3-20Rico Tzschichholz2016-04-114-22/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764883
* Release 2.20.0ATK_2_20_0Alejandro Piñeiro2016-03-212-2/+8
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-4/+4
|
* Updated Danish translationAsk Hjorth Larsen2016-03-201-13/+13
|
* Release 2.19.92ATK_2_19_92Alejandro Piñeiro2016-03-152-1/+18
|
* atkregistry: remove code not being compiledAlejandro Piñeiro2016-03-081-14/+0
| | | | | | | | | | I think that code was there in order to explain why it is not needed. If that case, it would be better to just move the comment around. In general having code around #if 0 is a maintenance burden. That code has not been compiled for years and nothing happen. It is better to just remove it.
* build: Fix gettext domain after recent changesKalev Lember2016-03-071-1/+1
| | | | | | | | Commit 1b11db36463116310ec2e40a7072d205a6536532 that switched the build system to use upstream gettext intead glib-gettext accidentally changed the gettext domain from atk10 to atk; this commit changes it back. https://bugzilla.gnome.org/show_bug.cgi?id=763212
* MSVC builds: Re-arrange include pathsChun-wei Fan2016-03-022-2/+2
| | | | | We want to search for the GLib include paths before the include paths of GLib's dependencies.
* build: Fix builddir ≠ srcdir in autogen.shPhilip Withnall2016-03-021-28/+22
| | | | | | | | gtkdocize either needs a --srcdir argument or needs to be run in the source directory. Fix that by updating autogen.sh from the latest template: https://wiki.gnome.org/Projects/GnomeCommon/Migration#autogen.sh
* Updated Occitan translationCédric Valmary2016-02-271-234/+515
|
* Updated Swedish translationAnders Jonsson2016-02-151-13/+13
|