summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-14Cédric Valmary2016-03-081-234/+516
|
* Updated Portuguese translationPedro Albuquerque2015-11-231-195/+197
|
* Updated Bosnian translationSamir Ribic2015-03-141-164/+418
|
* Updated Turkish translationMuhammet Kara2015-02-221-153/+374
|
* Updated Swedish translationSebastian Rasmussen2014-11-101-147/+375
|
* Updating README fileAlejandro Piñeiro2014-09-261-28/+21
| | | | | Previous one still have references to a wrong glib dependency, CVS, etc
* Release 2.14.0ATK_2_14_0Alejandro Piñeiro2014-09-222-2/+9
|
* Updated Slovak translationDušan Kazik2014-09-211-169/+310
|
* Updated Russian translationYuri Myasoedov2014-09-091-16/+10
|
* Updated Greek translationMaria Mavridou2014-08-281-47/+46
|
* Release 2.13.90ATK_2_13_90Alejandro Piñeiro2014-08-192-1/+15
|
* Updated Assamese translationngoswami2014-08-181-153/+378
|
* Finnish translation updateLasse Liehu2014-08-171-135/+437
|
* Updated German translationChristian Kirbach2014-08-151-34/+34
|
* doap: add <programming-language>Piotr Drąg2014-07-311-1/+2
|
* doap category coreOlav Vitters2014-07-301-0/+1
|
* Give CC to gir scannerAlexpux2014-07-231-0/+1
| | | | | | Change needed by the MINGW project. Signed-off-by: Alejandro Piñeiro <apinheiro@igalia.com>
* Release 2.13.3ATK_2_13_3Alejandro Piñeiro2014-07-152-2/+10
|
* Release 2.13.2ATK_2_13_2Alejandro Piñeiro2014-07-152-1/+21
|
* MSVC 2012/2013 Support: Update Property Sheet CreationChun-wei Fan2014-07-011-1/+1
| | | | | | Be a bit more careful when copying and updating the property sheets, so that we don't accidently change fields with '10' in them that are actually not indicating the Visual Studio version.
* Build: Add Build Support for Visual Studio 2013Chun-wei Fan2014-07-015-8/+34
| | | | | | | | | Like the Visual Studio 2012 projects, the Visual Studio 2013 project files are only slightly different from the Visual Studio 2010 files, in more or less the same manner. We can thus easily provide out-of-box support for building under Visual Studio 2013 by expanding on the scripts used to provide support for the Visual Studio 2012 projects, without adding much maintainance overhead.
* Updated German translationgenodeftest2014-06-291-142/+368
|
* MSVC 2010+ Projects: Update "Installation" ProcessChun-wei Fan2014-06-092-17/+26
| | | | | | | | | | | | | | | Currently, due to the way that Visual Studio 2010+ projects are handled, the "install" project does not re-build upon changes to the sources, as it does not believe that its dependencies have changed, although the changed sources are automatically recompiled. This means that if a part or more of the solution does not build, or if the sources need some other fixes or enhancements, the up-to-date build is not copied automatically, which can be misleading. Improve on the situation by forcing the "install" project to trigger its rebuild, so that the updated binaries can be copied. This does trigger an MSBuild warning, but having that warning is way better than not having an up-to-date build, especially during testing and development.
* atk/Makefile.am: Stop reading atk.defBenjamin Gilbert2014-06-031-1/+1
| | | | | | | | | | | | | | Since 41442d82 we no longer generate atk.def, but we were still reading it when linking libatk on MinGW. This was causing a build failure: CC atkwindow.lo CC atk-enum-types.lo /usr/bin/i686-w64-mingw32-windres atk.rc atk-win32-res.o CCLD libatk-1.0.la libtool: link: symbol file `atk.def' does not exist make[3]: *** [libatk-1.0.la] Error 1 https://bugzilla.gnome.org/show_bug.cgi?id=730859
* Fix GIR scanning for srcdir != builddirOwen W. Taylor2014-05-211-1/+1
| | | | Add the builddir to the include path so atk/atkobject.h is found.
* Updated Hebrew translationYosef Or Boczko2014-05-161-151/+300
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2014-05-121-145/+358
|
* [l10n] Update Catalan translationPau Iranzo2014-05-121-146/+359
|
* doc: adding further explanation on atk_add_global_event_listenerAlejandro Piñeiro2014-05-121-0/+7
| | | | | | | Clarifying that the atk types should be already registered before calling this method. https://bugzilla.gnome.org/show_bug.cgi?id=729922
* introspection: add many missing Returns: (nullable) annotationsEvan Nemerson2014-05-0810-37/+43
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729752
* Release 2.13.1ATK_2_13_1Alejandro Piñeiro2014-04-292-2/+15
|
* Visual Studio Builds: Don't Generate atk.defChun-wei Fan2014-04-256-72/+7
| | | | | | | | | | Update the config.h.win32.in template to define _ATK_EXTERN as __declspec(dllexport) extern for Visual Studio builds, so that the public symbols and variables can be exported during the build, and generating atk.def will no longer be needed. Update the projects and property sheets accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* MSVC Build: Add Simple Support for Visual Studio 2012Chun-wei Fan2014-04-254-2/+57
| | | | | | | | | | As the format of the Visual Studio 2012 project files are not much different as compared to the 2010 ones, we can use some simple autotools scripts to copy the Visual Studio 2010 project file items, and replacing Visual-Studio-version-specific strings as necessary, so we provide support for it quite easily without much maintenance overhead. https://bugzilla.gnome.org/show_bug.cgi?id=691991
* Use Visiblity-based Symbol ExportingChun-wei Fan2014-04-253-311/+34
| | | | | | | | | Update the autotools files to determine the compiler directive used to mark a symbol for export, and use the appropriate CFLAGS as necessary. Also make MinGW builds not to generate atk.def and attempt to generate and install a Visual Studio .lib file from there. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* atk/Makefile.am: Update Generation of Enum SourcesChun-wei Fan2014-04-251-3/+3
| | | | | | | | | This makes sure that the generated enumeration header include atk/atkversion.h, and decorate the symbols there with ATK_AVAILABLE_IN_ALL. Also, make sure that the generated enumeration source file includes config.h before including atk.h. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* Include config.h For All the C Source FilesChun-wei Fan2014-04-2528-1/+55
| | | | | | | | Make sure that config.h is included first in all the C-sources in atk/ so that the build-time definitions of _ATK_EXTERN can be used during the build of the ATK library. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* Annotate the Public Symbols in Public HeadersChun-wei Fan2014-04-2530-37/+288
| | | | | | | | | | | | | | | | | This includes atk/atkversion.h in all the public headers, either directly or via atk/atkobject.h, and annotates the public symbols in the headers, which all lead to _ATK_EXTERN via one of ATK_AVAILABLE_IN_ALL, ATK_AVAILABLE_IN_X_Y, ATK_DEPRECATED, ATK_DEPRECATED_FOR, ATK_DEPRECATED_IN_X_Y or ATK_DEPRECATED_IN_X_Y_FOR, depending on which stable release series the API was introduced or deprecated. _ATK_EXTERN which can then be defined in a way during the build, so that these symbols can be exported automatically using compiler directives. Also use _ATK_EXTERN for ATK_VAR in atk/atkmisc.h during the build so that variables can also be properly exported. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* atk/atkversion.h.in: Add Version/Deprecation MacrosChun-wei Fan2014-04-251-0/+279
| | | | | | | | | | | | | | | | | This adds version macros, like what is now done in GLib, GTK+ and Clutter, so that these macros can be used in public headers to: -Prepare for using a visibility-based (or __declspec(dllexport)method to export the public APIs during the build. These macros are marked for 2.x stable releases as ATK_AVAILABLE_IN_X_Y, and ATK_AVAILABLE_IN_ALL for APIs introduced on or before the ATK-2.0.0 release. -Add ATK_DEPRECATED_IN_X_Y macros for use on APIs that are deprecated in 2.x, and ATK_DEPRECATED for those deprecated earlier. This is also used to export the deprecated APIs using the visibility-based/ __declspec(dllexport) method. https://bugzilla.gnome.org/show_bug.cgi?id=728031
* Updated Greek translationmarablack32014-04-181-176/+326
|
* Updated Slovenian translationMatej Urbančič2014-04-031-622/+846
|
* Updated Basque languageInaki Larranaga Murgoitio2014-03-301-151/+368
|
* Release 2.12.0ATK_2_12_0Alejandro Piñeiro2014-03-242-2/+10
|
* Updated Norwegian bokmål translationKjartan Maraas2014-03-231-150/+301
|
* Updated Italian translationClaudio Arseni2014-03-221-147/+376
|
* Updated Indonesian translationAndika Triwidada2014-03-211-155/+300
|
* Updated Danish translationAsk H. Larsen2014-03-191-152/+371
|
* update Punjabi Translation 17March2014: AlamA S Alam2014-03-171-157/+366
|
* Release 2.11.92ATK_2_11_92Alejandro Piñeiro2014-03-172-1/+25
|
* Updated Serbian translationМирослав Николић2014-03-152-316/+734
|
* Updated Russian translationYuri Myasoedov2014-03-141-148/+372
|