summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-6Cédric Valmary2016-03-081-234/+516
|
* Updated Thai translationTheppitak Karoonboonyanan2012-10-091-131/+185
|
* Release 2.6.0ATK_2_6_0Alejandro Piñeiro2012-09-242-2/+7
|
* Updated Brazilian Portuguese translationRafael Ferreira2012-09-131-3/+5
|
* [l10n] Update Japanese translationYoji TOYODA2012-09-141-92/+68
|
* Release 2.5.91ATK_2_5_91Alejandro Piñeiro2012-09-032-1/+9
|
* Updated Polish translationPiotr Drąg2012-09-011-2/+7
|
* Updated Latvian translationRūdolfs Mazurs2012-09-011-66/+59
|
* Updated Galician translationsFran Diéguez2012-08-171-18/+19
|
* atk.symbols: Add atk_relation_set_contains_targetChun-wei Fan2012-07-231-0/+1
| | | | This public function was added in commit a1d5ca86.
* Include C header information in GIREvan Nemerson2012-07-181-1/+1
| | | | Bug #635332.
* Release 2.5.4ATK_2_5_4Alejandro Piñeiro2012-07-172-1/+7
|
* AtkRelation: added method that checks relationship and targetAlejandro Piñeiro2012-07-173-1/+55
| | | | | | | | Note: the algorithm to make this search doesn't have a really good theorical performance, but this is part caused by the current internal structure by AtkRelationSet and AtkRelation https://bugzilla.gnome.org/show_bug.cgi?id=672869
* Release 2.5.3ATK_2_5_3Alejandro Piñeiro2012-06-262-2/+12
|
* doc: Default role is ATK_ROLE_UNKNOWNAlejandro Piñeiro2012-06-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=478587
* Default implementation for atk_util_[add/remove]_global_event_listenerAlejandro Piñeiro2012-06-221-10/+134
| | | | | | Implementing means that toolkits are not longer required to implement those virtual methods, and is a first step to a multi-toolkit environment.
* Updated Spanish translationDaniel Mustieles2012-05-311-8/+2
|
* Fixed compilation with index symbolLionel Landwerlin2012-05-251-3/+3
| | | | | | | | | Apparently some versions of gcc or combination of options (or maybe with the android NDK) lead to compilation failure : atkutil.c:74: error: 'index' redeclared as different kind of symbol This fixes the problem by renaming the variable.
* doc: Adding extra doc on atk_remove_[key/global]_event_listenerAlejandro Piñeiro2012-05-091-1/+7
|
* Updated Norwegian Nynorsk translationÅsmund Skjæveland2012-05-081-133/+199
|
* Updated Greek translationTom Tryfonidis2012-05-021-129/+182
|
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-101-3/+4
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-101-5/+7
|
* Release 2.4.0ATK_2_4_0Alejandro Piñeiro2012-03-262-2/+9
|
* hindi translation by Chandan KumarRajesh Ranjan2012-03-261-39/+108
|
* Fixed some typos. Closes bug #593220Daniel Mustieles2012-03-251-5/+5
|
* Update Simplified Chinese translation.Automatic Mirroring2012-03-201-17/+5
|
* Release 2.3.95ATK_2_3_95Alejandro Piñeiro2012-03-202-1/+8
|
* Updated Bengali India TranslationsRuna Bhattacharjee2012-03-191-139/+211
|
* Bump glib dep to 2.31.2Alejandro Piñeiro2012-03-161-1/+1
| | | | Needed for G_DEPRECATED_FOR
* Fix "install" paths in VS property sheetsChun-wei Fan2012-03-152-2/+2
|
* Malayalam translations updated by AnishPraveen Arimbrathodiyil2012-03-131-137/+189
|
* Add deprecation attributes to deprecated functionsJavier Jardón2012-03-122-0/+3
| | | | | | | | This is using the newly introduce G_DEPRECATED macros from GLib. Traditional deprecation guards are still in place. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=671857
* Add initial Khmer translationKhoem Sokhem2012-03-102-0/+590
|
* Release 2.3.93ATK_2_3_93Alejandro Piñeiro2012-03-072-1/+8
|
* Revert "Using abstract atk_object_get_name to check accessible-name ↵Alejandro Piñeiro2012-03-071-1/+1
| | | | | | | | | notification" See firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712 This reverts commit 7ebaa51b17fbca385d9d1f3dd026bd4770852d9b.
* Release 2.3.91ATK_2_3_91Alejandro Piñeiro2012-03-062-1/+13
|
* Using abstract atk_object_get_name to check accessible-name notificationAlejandro Piñeiro2012-03-061-1/+1
|
* Uploaded UkranianDaniel Korostil2012-03-021-132/+188
|
* [l10n] Updated Estonian translationMattias Põldaru2012-02-271-7/+47
|
* Uyghur translationGheyret Kenji2012-02-261-32/+95
|
* Updated Uyghur translationGheyret Kenji2012-02-261-4/+4
|
* Updated Hungarian translation by Attila HammerGabor Kelemen2012-02-231-16/+30
|
* [l10n]Updated Turkish translationMuhammet Kara2012-02-151-130/+186
|
* Updated Belarusian translation.Kasia Bondarava2012-02-141-243/+293
|
* Updated Norwegian bokmål translationKjartan Maraas2012-01-241-144/+144
|
* Fix for bug 668441 - atk_action_get_keybinding() docs are confusing and need ↵Joanmarie Diggs2012-01-231-14/+25
| | | | updating
* BGO#665549: add sanity-check of atk_text_get_text parametersMike Gorse2011-12-221-2/+3
| | | | | | | | | Have atk_text_get_text check that end_offset is either -1 or greater or equal to the start offset before passing the query to the toolkit. Fixes a gtk crash. Also document that an end position of -1 to atk_text_get_text indicates the end of the string
* Release 2.3.3ATK_2_3_3Alejandro Piñeiro2011-12-192-2/+11
|
* docs: Explain that NULL is not a valid value for name/descriptionAlejandro Piñeiro2011-12-151-2/+8
|