summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not notify accessible-name/description for initial settingAlejandro Piñeiro2011-12-141-2/+13
| | | | | BGO#665870: About reducing accessible-name, accessible-description change notifications
* Fix Visual C++ 2008 ProjectChun-wei Fan2011-11-221-2/+2
| | | | Fix up DLL naming for x64, to be consistent across the board.
* Update VS property sheetsChun-wei Fan2011-10-172-2/+2
| | | | | Get rid of G_DISABLE_DEPRECATED and the warnings that it causes as warnings are now issued when deprecated GLib items are used.
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-021-26/+16
|
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2011-10-021-129/+204
|
* update zh_CN translationYunQiang Su2011-09-281-133/+199
|
* Release 2.2.0ATK_2_2_0Alejandro Piñeiro2011-09-272-2/+8
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-09-261-52/+105
|
* Updated Czech translationLucas Lommer2011-09-241-140/+187
|
* Updated Portuguese translationRui Batista2011-09-241-130/+183
|
* Updated Danish translationFlemming Christensen2011-09-221-129/+184
|
* 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.