summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/accessible
Commit message (Expand)AuthorAgeFilesLines
* AccessibleRelation::get_relationType didn't handle all enum values.Jan Arve Saether2013-10-021-0/+12
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-231-1/+1
* Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-221-2/+6
* Do not call QAccessible::child() with a negative index.Jan Arve Saether2013-07-021-9/+4
* Fix gcc warnings about unused-valueKai Koehne2013-06-121-1/+1
* Accessibility Windows: always check for negative child idsFrederik Gladhorn2013-04-222-26/+21
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-191-0/+4
* Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-081-3/+3
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-026-247/+239
* Accessibility: Fix crash in windowHelperFrederik Gladhorn2013-03-233-6/+9
* Do not update accessibility for invalid interfacesFrederik Gladhorn2013-03-231-1/+3
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-143-3/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-3/+4
|\
| * Do not crash if the child index is out of range.Jan Arve Saether2013-02-061-3/+4
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-2/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-228-8/+10
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-188-8/+8
| * Fix warnings about calling nativeResource when no handle exists.Friedemann Kleint2013-01-161-0/+2
* | Fix MinGW-warnings about comparing signed/unsigned.Friedemann Kleint2013-01-181-1/+1
* | 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