summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated French translationClaude Paroz2014-03-141-150/+300
|
* atk/atkprivate.c: Fix FormattingChun-wei Fan2014-03-131-11/+11
| | | | | In my previous patch to move DllMain() to atk/atkprivate.c, somehow the formatting went wrong, so fix that up.
* Move DllMain() to atkprivate.cChun-wei Fan2014-03-132-29/+21
| | | | | | | | | Since the HMODULE that is initialized by DllMain() is to be used to for get_atk_locale_dir(), which was recently moved to atk/atkprivate.c, move DllMain() and its related items to atk/atkprivate.c as well. This will fix the ATK build on Windows. https://bugzilla.gnome.org/show_bug.cgi?id=726216
* autotools: Ensure Needed Sources Are DistributedChun-wei Fan2014-03-132-1/+2
| | | | | | | atk/atkprivate.h and tests/teststateset.c were missed from the source distribution, so make up for them to fix the build. https://bugzilla.gnome.org/show_bug.cgi?id=726216
* atk/atk.symbols: Make up for the Missed SymbolsChun-wei Fan2014-03-131-0/+7
| | | | | | | There were some added public APIs for AtkValue, which was not updated to atk/atk.symbols, so make up for them. https://bugzilla.gnome.org/show_bug.cgi?id=726216
* Updated Portuguese translationDuarte Loreto2014-03-121-148/+365
|
* Updated Czech translationMarek Černocký2014-03-091-151/+300
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2014-03-092-306/+412
|
* Updated Lithuanian translationAurimas Černius2014-03-081-153/+298
|
* Updated Chinese (China) translationSphinx Jiang2014-03-081-156/+305
|
* Updated Latvian translationRūdolfs Mazurs2014-03-071-148/+370
|
* Updated Spanish translationDaniel Mustieles2014-03-061-160/+308
|
* Updated Korean translationChangwoo Ryu2014-03-071-144/+358
|
* Updated Hungarian translationAttila Hammer2014-03-061-152/+209
|
* Add translations notes to atkvalue.cAlejandro Piñeiro2014-03-061-0/+93
|
* Updated Galician translationsFran Diéguez2014-03-061-158/+214
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-03-061-151/+209
|
* Updated Polish translationPiotr Drąg2014-03-051-149/+205
|
* Updated POTFILES.inPiotr Drąg2014-03-051-0/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2014-03-051-159/+158
|
* atkvalue: add strings to translate value type namesAlejandro Piñeiro2014-03-051-0/+18
|
* AtkValue: add a testvalue example, with a small AtkValueAlejandro Piñeiro2014-03-052-1/+327
| | | | | | implementation https://bugzilla.gnome.org/show_bug.cgi?id=684576
* AtkValue: refactoring AtkValueAlejandro Piñeiro2014-03-0515-101/+930
| | | | | | | | In summary: * Stop to use GValue to get/set the value and use doubles instead * Include the support for a string description and subranges https://bugzilla.gnome.org/show_bug.cgi?id=684576
* Updated Polish translationPiotr Drąg2014-03-021-146/+211
|
* MSVC Builds: Update Introspection Build ProcessChun-wei Fan2014-02-251-6/+1
| | | | | | | | GObject-Introspection was recently changed to support acquiring the name of the DLL from a library (.lib, etc) that was passed into g-ir-scanner on Windows, like the *nix builds, instead of directly passing in the name of the DLL. This updates the introspection build process, so that introspection files for ATK can continue to be properly built.
* atk/atk.symbols: Add Symbols for AtkTableCellChun-wei Fan2014-02-251-0/+8
| | | | ... so that they will also be exported in Windows builds
* Updated Hungarian translationAttila Hammer2014-02-231-149/+218
|
* Updated French translationClaude Paroz2014-02-211-145/+210
|
* Release 2.11.90ATK_2_11_90Alejandro Piñeiro2014-02-182-1/+27
|
* doc: add new symbols section for 2.12 symbolsAlejandro Piñeiro2014-02-181-1/+3
|
* doc: more AtkTableCell documentationAlejandro Piñeiro2014-02-183-0/+32
| | | | | * Adds when the symbols were added. * Document the interface virtual methods.
* doc: add an overviewAlejandro Piñeiro2014-02-181-1/+19
| | | | | This is the same overview used for ATK releases. In any case this should be improved and updated.
* doc: add some forgotten symbolsAlejandro Piñeiro2014-02-182-1/+12
| | | | | atk-unused.txt now contains 6 symbols (from 14). Those 6 are not relevant for documentation.
* doc: split API reference on categoriesAlejandro Piñeiro2014-02-181-16/+31
|
* doc: move AtkRegistry section to the source fileAlejandro Piñeiro2014-02-182-15/+15
| | | | So now is properly scanned by gtk-doc
* doc: documentation for AtkTableCell, AtkTable, deprecations and paddingAlejandro Piñeiro2014-02-187-53/+101
| | | | | | | | | | | | | Index based methods forced ATK implementations to expose the cells are direct children of the table. Something that was complex in the practice. In fact some implementation were not doing it, making the index-based methods not properly implemented. This became even more clear with the addition of AtkTableCell. Additionally, this patch documents AtkTableCell and that those cells should implement the newly added AtkTableCell interface.
* Implement AtkTableCellMike Gorse2014-02-185-0/+342
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651353
* atkcomponent: more info on the deprecation guards for get_size and get_positionAlejandro Piñeiro2014-02-101-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2014-02-101-143/+208
|
* Updated Aragonese translationJorge Pérez Pérez2014-02-091-145/+212
|
* Updated Indonesian translationAndika Triwidada2014-02-091-161/+223
|
* atkcomponent: document that ->contains already have a default implementationAlejandro Piñeiro2014-02-071-0/+4
|