summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/accessible
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devFrederik Gladhorn2013-01-071-2/+4
|\
| * Do not crash in the bridge because of inconsistent hierarchyJan Arve Saether2013-01-031-2/+4
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-045-24/+37
|\|
| * Rename conflicting symbol QVariantToVARIANTMiikka Heikkinen2012-12-173-14/+15
| * a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-112-10/+22
* | No reason to dynamically resolve NotifyWinEvent anymoreJan Arve Saether2012-12-131-12/+1
|/
* Expose IAccessibleTable2 to non-conformant screen readersJan Arve Saether2012-11-021-7/+20
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-228-192/+192
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Remove clipboard operations from QAccessibleEditableTextInterfaceJan-Arve Saether2012-07-113-6/+134
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* QApplication::activeWindow is replaced by QApplication::focusWindowThiago Macieira2012-05-291-1/+1
* Add missing include library to prevent link failurekb2012-05-141-0/+1
* 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