summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* configure: Support silent build rulesJavier Jardón2010-11-291-0/+5
| | | | | Disable by either passing --disable-silent-rules to configure or passing V=1 to make
* configure: Use the standard configure.ac nameJavier Jardón2010-11-291-0/+0
|
* docs: Add documentation for ATK_DEFINE_ convenience macrosJavier Jardón2010-11-291-0/+67
|
* docs: Add some missing api to atk-sectionsJavier Jardón2010-11-292-2/+12
|
* docs: Add AtkSocket and AtkPlug to the docsJavier Jardón2010-11-294-0/+45
|
* docs: Add index of new symbolsJavier Jardón2010-11-291-18/+42
|
* Added UG translationGheyret T.Kenji2010-11-201-2/+2
|
* Added UG translationGheyret T.Kenji2010-11-131-24/+18
|
* export atk_hyperlink_impl_* symbols on windowsFridrich Štrba2010-11-041-0/+2
|
* Update Persian translationMahyar Moghimi2010-10-291-168/+164
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-231-127/+128
|
* Added UG translationGheyret Kenji2010-10-161-238/+235
|
* Release atk 1.32.0ATK_1_32_0Li Yuan2010-09-2726-1/+89
|
* Fix for bug #630097 - atktext does not include PANGO_UNDERLINE_ERRORJoanmarie Diggs2010-09-212-3/+4
|
* Updated Japanese translationTakayuki KUSANO2010-09-201-4/+5
|
* Initial translation to KazakhBaurzhan Muftakhidinov2010-09-152-0/+528
|
* Do not dist gir_DATAYaakov Selkowitz2010-09-061-2/+2
| | | | | | | GIR files contain a shared-library attribute which varies per platform, and therefore must not be disted; see bug 621211 for rationale. https://bugzilla.gnome.org/show_bug.cgi?id=621717
* introspection: Associate .gir with pkg-config fileColin Walters2010-09-021-1/+2
| | | | Also depend on Makefile for consistency.
* Updated Indonesian translationDirgita2010-08-311-34/+42
|
* Add atk_value_get_minimum_incrementTor Lillqvist2010-08-231-0/+1
|
* Fixed headers in galician translation fileFran Diéguez2010-07-181-134/+137
|
* Remove duplicated code from AtkImageClaudio Saavedra2010-06-181-4/+0
| | | | Fixes bug #571622.
* Update Esperanto translationKristjan Schmidt2010-05-311-259/+216
|
* Added Armenian translation - po file. Modified LINGUAS.noch2010-05-312-0/+522
|
* Updated Slovenian translationMatej Urbančič2010-05-211-569/+558
|
* Update Shavian transliterationThomas Thurman2010-05-121-26/+10
|