summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add some functions from IA2atk-3Mike Gorse2011-07-1210-16/+332
| | | | | Add atk_component_get_group_position, atk_component_scroll_to, atk_text_scroll_substring_to, and atk_text_scroll_substring_to_point
* Updated Galician translationsFran Dieguez2011-07-121-36/+88
|
* Updated Spanish translationJorge González2011-07-121-24/+13
|
* Updated Spanish translationDaniel Mustieles2011-07-121-35/+106
|
* Fix for bug 651343 - New ATK RolesJoanmarie Diggs2011-07-122-3/+57
|
* Add relation-change and attribute-change signal for AtkObjectLi Yuan2011-07-074-1/+79
| | | | Bug #649771.
* 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
|
* Bug 636190: Updates to the MSVC Project Files StuffChun-wei Fan2011-01-235-1/+96
| | | | | -Added "build" to SUBDIRS in to ensure the files will be distributed -Added README.txt for Visual c++ 2008 compilation
* Bug 637663: Added atk_streamable_content_get_uriChun-wei Fan2011-01-211-0/+1
| | | | | | | The atk_streamable_content_get_uri was missed in the atk/atk.symbols file. Make up for it here. Committed after checking with Li Yuan
* Bug 636190: Visual C++ 2008 Project FilesChun-wei Fan2011-01-188-2/+556
| | | | | | | | | | | | | | | | | These are the Visual C++ 2008 Project Files for building ATK, along with a hand-written config.h.win32(.in) that is used for the purpose. This attempts to create the project files in a way that is similar to what is being now done in GLib and GTK+ *The configure.ac and Makefile.am files are updated so that a config.h.win32 can be expanded with the updated version info with each tarball release. *The atk/Makefile.am file is updated to re-enable the distribution of the expanded atk/atk.rc file and also to enable the creation of build/win32/vs9/atk.vcproj from build/win32/vs9/atk.vcprojin with the correct source file entries in the project file with each tarball release. This commit has been confirmed with Li Yuan and Tor Lillqvist (thank you!)
* Returns FALSE on atk_object_add_relationship if it is already includedAlejandro Piñeiro2011-01-051-0/+3
| | | | Fixes GB#578602
* Update autotools configurationJavier Jardón2011-01-052-20/+25
| | | | Update deprecated autoconf macros and use new libtool syntax
* Added UG translationGheyret T.Kenji2010-12-231-1/+1
|
* [l10n] Updated Estonian translationMattias Põldaru2010-12-201-128/+4
|
* Fix documentation for atk_get_text_after_offset for BOUNDARY_LINE_ENDFernando Herrera2010-11-301-1/+1
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635069
* atk_streamable_content_get_uri returns a const gchar* not a *gcharJavier Jardón2010-11-292-3/+3
|
* atkcomponent: remove unused functionJavier Jardón2010-11-291-6/+0
|
* build: silence the build a bitJavier Jardón2010-11-291-4/+4
|