summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Assamese Translations:bugzilla#659595Nilamdyuti Goswami2011-09-221-231/+284
|
* Updated Oriya TranslationManoj Kumar Giri2011-09-221-132/+199
|
* Updated Gujarati TranslationsSweta Kothari2011-09-211-134/+199
|
* Release 2.1.92ATK_2_1_92Alejandro Piñeiro2011-09-202-1/+11
|
* [l10n] Updated German translationChristian Kirbach2011-09-191-130/+183
|
* Updated Basque languageInaki Larranaga Murgoitio2011-09-191-133/+186
|
* Updated Japanese translationJiro Matsuzawa2011-09-171-149/+223
|
* Updated Serbian translationМирослав Николић2011-09-172-72/+202
|
* [l10n]Updated Catalan translationGil Forcada2011-09-161-36/+90
|
* Updated Tamil TranslationsI Felix2011-09-131-133/+203
|
* Updated Punjabi TranslationA S Alam2011-09-111-132/+199
|
* Updated asturian translationXandru Armesto2011-09-101-137/+196
|
* l10n: Updated Italian tranLuca Ferretti2011-09-091-133/+199
| | | | slation
* Updated Polish translationPiotr Drąg2011-09-081-128/+181
|
* Updated British English translationBruce Cowan2011-09-081-132/+186
|
* Update VS property sheetsChun-wei Fan2011-09-062-0/+3
| | | | | The newly-introduced atk/atkwindow.h (commit 6101fd44) needs to be "installed" as well...
* docs: Improving atk_add_global_event_listener documentationAlejandro Piñeiro2011-09-051-1/+12
| | | | Related to bug https://bugzilla.gnome.org/show_bug.cgi?id=649577
* docs: Remove documentation from atkutil.hAlejandro Piñeiro2011-09-051-58/+0
| | | | | Real documentation is already on atkutil.c (and used by gtk-doc), so it doesn't make sense to have it replicated on the header.
* Small typo correction in the AtkAction docs.Joanmarie Diggs2011-09-051-1/+1
|
* Updated Brazilian Portuguese translation.Flamarion Jorge2011-09-041-131/+185
|
* Update Korean translationChangwoo Ryu2011-09-041-132/+184
|
* Update Win32 and VS Readme filesChun-wei Fan2011-08-312-0/+10
| | | | | Tell people about the GNOME Live! page that outlines building ATK and its dependencies with Visual C++.
* Updated Telugu Translationskrishnababu k2011-08-291-194/+262
|
* Updated Kannada TranslationShankar Prasad2011-08-291-134/+203
|
* Release atk 2.1.5ATK_2_1_5Alejandro Piñeiro2011-08-162-1/+11
|
* Adding AtkWindow to atk.symbols and to AtkNoOpObjectAlejandro Piñeiro2011-08-162-0/+10
|
* BGO#638924: Add AtkWindowMike Gorse2011-08-164-2/+132
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-08-132-289/+365
|
* Fix out of tree compilation on Win32Erik van Pienbroek2011-08-121-2/+2
| | | | | | | | | | | | | | | The Makefile.am file contains some Win32-specific instructions. Two of these instructions contain references to $(srcdir)/atk.def as the location of the file containing a list of symbols which need to be exported in the shared library (DLL on Win32). However, as this file is auto-generated during the build this file will end up in the build dir and not in the source dir. For people who don't use out of tree compilation this won't cause any problems, but for people who are the compilation will fail as this file doesn't exist in the $(srcdir). Fixed this by changing these references from $(srcdir)/atk.def to atk.def
* Updated Indonesian translationAndika Triwidada2011-08-121-43/+101
|
* Updated Bulgarian translationAlexander Shopov2011-08-111-132/+185
|
* Updated French translationClaude Paroz2011-08-051-130/+184
|
* Updated Hungarian translation by Balázs Meskó <meskobalazs at gmail dot com>Gabor Kelemen2011-08-021-138/+196
|
* Updated Swedish translationDaniel Nylander2011-08-021-136/+186
|
* Fixing release number of the new ATK roles addedAlejandro Piñeiro2011-07-261-13/+13
|
* Update VS README.txt'sChun-wei Fan2011-07-252-4/+6
| | | | Tell people that ATK should not be built in paths with spaces in them.
* Release atk 2.1.0ATK_2_1_0Alejandro Piñeiro2011-07-242-2/+12
|
* Updated Russian translationYuri Kozlov2011-07-231-133/+186
|
* Update VS Projects and related itemsChun-wei Fan2011-07-206-17/+8
| | | | | | | | | | -Revert output DLL, LIB and header "install" folder to ...atk-1.0... and atk-1-vs?.dll as a result of commit 01cec72, so to stay consistent across the board -Reflect the above changes in the README.txt files in the build/win32/vs? folders -Clean up project files a bit-removed un-needed items, and have intermediate folders seperated for all projects.
* Updated Slovenian translationMatej Urbančič2011-07-191-145/+209
|
* Using atk_major_version on the binary_ageAlejandro Piñeiro2011-07-181-3/+4
| | | | | | | | | | | This was required in order to avoid a shlib downgrade due the bump to 2.0 The ideal would be to update all the 1.0 stuff to 2.0. But that would required libraries using atk-1.0 to be modified in order to link against 2.0. Taking into account that ATK 2.0 is fully API and ABI compatible with ATK 1.0, this seems an overkill.
* Updated Persian TranslationsArash Mousavi2011-07-181-61/+125
|
* Updated Hebrew translation.Yaron Shahrabani2011-07-151-129/+182
|
* Export atk_misc_intance for VS/Win32 buildsChun-wei Fan2011-07-131-1/+24
| | | | | | | | | | | The variable atk_misc_intance needs to be explicitly decorated with the __declspec(dllexport) directive to export properly on Windows/VS DLL builds (which is the standard build). The corresponding mechanism for linking to the ATK DLL is also updated as well with extern __declspec(dllimport). This will allow GTK+ 3.1.9+ (with the a11y functions)to link correctly on Visual C++ .
* Update Visual Studio property sheetsChun-wei Fan2011-07-132-3/+3
| | | | | Added macros necessary for the build to export variables (which cannot be exported just with the .def file only)
* Updated Lithuanian translationAurimas Černius2011-07-121-138/+197
|
* Updated Latvian translation.Rudolfs Mazurs2011-07-121-132/+198
|
* Updated Norwegian bokmål translationKjartan Maraas2011-07-121-1/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2011-07-121-128/+181
|
* Updated Galician translationsFran Dieguez2011-07-111-36/+88
|