summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated Spanish translationJorge González2011-07-101-24/+13
|
* Updated Spanish translationDaniel Mustieles2011-07-101-35/+106
|
* Fix for bug 651343 - New ATK RolesJoanmarie Diggs2011-07-072-3/+57
|
* Update VS README.txt'sChun-wei Fan2011-06-292-166/+166
| | | | These files should also have Windows CRLF EOL...
* Refine Visual Studio ProjectsChun-wei Fan2011-06-294-77/+77
| | | | | | | | | | | -Corrected the VS2008/2010 solution file EOL. This time I realized that I needed to set autocrlf=false on my Windows side... ugh... These are the files that has to have CRLF line endings to work correctly :| -Seperate intermediate directories for each project to avoid various warnings from VS and/or MSBuild where PDBs or logs cannot be updated due to files (mysterically) in use.
* Update Maintainers' information.Li Yuan2011-06-232-1/+13
|
* Release atk 2.0.1ATK_2_0_1Alejandro Piñeiro2011-06-132-1/+13
|
* atk: Use const instead G_CONST_RETURNJavier Jardón2011-06-1320-76/+71
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652205
* tests: Use const instead G_CONST_RETURNJavier Jardón2011-06-092-4/+4
|
* Improve atktext documentationAlejandro Piñeiro2011-06-021-5/+10
| | | | | | | | | | | | | Previous documentation for these methods: atk_text_get_text atk_text_get_text_after_offset atk_text_get_text_at_offset atk_text_get_text_before_offset atk_text_get_selection Were not clear if the returned string should be freed by the user or not. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=588083
* Update MAINTAINERS file, as was out of sync with respect atk.doapAlejandro Piñeiro2011-06-021-3/+5
|
* Fix doc of atk_text_get_text_before_offset.Li Yuan2011-05-301-4/+4
| | | | Bug #551489.
* [l10n]Fixes on Catalan translationJordi Serratosa2011-05-291-141/+141
|
* Add atk.doap file and new maintainer.Li Yuan2011-05-271-0/+32
| | | | Add Alejandro Piñeiro Iglesias to maintainers.
* Updated Esperanto translationKristjan SCHMIDT2011-05-141-40/+49
|
* BGO#649307: Clarify AtkPlug and AtkSocket docsMike Gorse2011-05-132-0/+10
|
* Adding config.h.win32, *.typelib and *.gir to .gitignoreAlejandro Leiva2011-05-101-0/+3
|
* VS 2008/2010 support updateChun-wei Fan2011-04-184-18/+18
| | | | | -Update the property sheets for 2.x release and other refinements -Update README.txt
* Add Zulu (zu) to LINGUASFriedel Wolff2011-04-081-0/+1
|
* New translation for Zulu (zu)Priscilla Mahlangu2011-04-081-0/+529
|
* Release atk 2.0.0.ATK_2_0_0Li Yuan2011-04-053-3/+39
|
* hindi updatedRajesh Ranjan2011-03-301-128/+129
|
* Added UG translationAbduxukur Abdurixit2011-03-271-7/+7
|
* Release atk 1.91.92.ATK_1_91_92Li Yuan2011-03-233-3/+13
|
* BGO#638377: Add text_insert, text_remove, and text_update signalsFernando Herrera2011-03-212-1/+36
|
* Reviewed Serbian TranslationМирослав Николић2011-03-182-298/+302
|
* atk: GType foo(); is not a prototype, GType foo(void); isMichael Natterer2011-02-271-1/+1
|
* Fix introspection for atk_text_get_bounded_rangesMike Gorse2011-02-252-4/+28
|
* Visual C++ 2010 Project FilesChun-wei Fan2011-02-236-0/+632
| | | | | | | | | | | These are the project files themselves... Like the VS9 project files, the main ATK project files (*.vcxproj, *.vcxproj.filters) are expanded from templates during "make dist" so that maintenance is simplified as new source files may be added to ATK from time to time. Suggestions are welcome-please let me know via BugZilla. Thank you!
* VS 2010 Project Files: autotools files updatesChun-wei Fan2011-02-234-2/+33
| | | | | | | | The autotools files are updated to ensure the distribution and the creation of the main ATK project files (*.vcxproj/*.vcxproj.filters) during "make dist". The actual project files will follow shortly
* Updated Spanish translationJorge González2011-02-201-130/+131
|
* Release atk 1.33.6.ATK_1_33_6Li Yuan2011-02-012-2/+14
|
* MSVC 2008 Project Files-Made up for missed itemsChun-wei Fan2011-02-011-0/+3
| | | | Added x64 configuration for the "install" project
* QA of Galician translationsFran Diéguez2011-01-261-7/+7
|
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-2521-65/+152
|
* Add missing Makefiles to AC_CONFIG_FILESOwen W. Taylor2011-01-231-0/+3
|