summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/accessible
Commit message (Expand)AuthorAgeFilesLines
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-102-7/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-073-3/+3
* Fixed windows platform plugin with -qtnamespace.Rohan McGovern2012-05-022-0/+8
* Map QAccessible::Role to the proper IA2Role.Jan-Arve Saether2012-04-261-1/+10
* MSAA bridge should not return any IA2-specific roles from get_accRole()Jan-Arve Saether2012-04-252-5/+8
* Make NVDA read aloud stuff from a Qt app again.Jan-Arve Saether2012-04-241-6/+7
* Fix a regression where events were not delivered on windowsJan-Arve Saether2012-04-242-7/+7
* Fix compilation with QT_NO_DEBUG_OUTPUT definedAndy Shaw2012-04-201-1/+3
* Initialize reference count for QWindowsMsaaAccessibleJian Liang2012-04-161-0/+1
* Minor cleanup of the header file.Jan-Arve Saether2012-04-132-70/+78
* Add missing virtual destructor.Jan-Arve Saether2012-04-101-0/+2
* fix mingw detectionMark Brand2012-04-101-1/+1
* Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW.Jan-Arve Saether2012-03-272-5/+3
* Enable IAccessible for MinGW32, keep IAccessible2 disabled for MinGWJan-Arve Saether2012-03-246-93/+154
* API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-242-4/+39
* Fix compilation of the Windows accessibility code for MinGW.Friedemann Kleint2012-03-146-34/+47
* Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-139-0/+4299