summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/accessible/qwindowsmsaaaccessible.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for Windows UI AutomationAndre de la Rocha2017-11-141-1223/+0
* Enable IAccessible2 for MinGWFriedemann Kleint2017-07-251-3/+1
* Windows QPA: Remove debug helper QWindowsMsaaAccessible::IIDToString()Friedemann Kleint2017-02-171-9/+59
* Windows: Introduce helper class for implementing COM interfacesFriedemann Kleint2017-02-171-61/+11
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+1
|\
| * Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-121-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-1/+0
|\|
| * Windows QPA: Do not use QSettings to access the registryFriedemann Kleint2016-10-281-1/+0
* | Implement QWindowsMsaaAccessible::put_accValueTeijo Hakala2016-09-271-2/+15
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-2/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+4
| |\
| | * Windows Accessibility: Use QWindowsAccessibility::windowHelper().Friedemann Kleint2016-05-091-11/+4
| | * Windows Accessibility: Recurse up to find a window.Friedemann Kleint2016-05-061-2/+11
* | | Windows QPA: Remove qtwindows_additional.h.Friedemann Kleint2016-05-171-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-2/+4
|\|
| * Windows QPA/High DPI: Scale accessibility coordinates.Friedemann Kleint2016-04-261-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-10/+10
|\|
| * Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-261-10/+10
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fixed null pointer dereferenceRon Bessems2015-07-221-6/+6
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-4/+0
|\
| * Windows: Fix -no-widgets buildAndy Shaw2015-04-071-4/+0
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add accessible roles for web document, paragraph and sectionFrederik Gladhorn2014-07-231-0/+2
* Accessibility: Improve handling current valueFrederik Gladhorn2014-07-071-1/+1
* Update copyright to 2014 for accessibilityFrederik Gladhorn2014-07-041-1/+1
* Accessibility Windows: Add shortcuts to nameFrederik Gladhorn2014-07-041-0/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+2
|\
| * Accessibility Win: handle disabled stateFrederik Gladhorn2014-02-071-0/+2
* | Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-20/+5
|/
* Remove empty QAccessible2 headerFrederik Gladhorn2013-11-201-1/+0
* Do not call QAccessible::child() with a negative index.Jan Arve Saether2013-07-021-9/+4
* Accessibility Windows: always check for negative child idsFrederik Gladhorn2013-04-221-21/+6
* Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-021-105/+68
* Accessibility: Fix crash in windowHelperFrederik Gladhorn2013-03-231-3/+5
* Make qaccessible2.h internal.Frederik Gladhorn2013-03-141-1/+1
* Do not crash if the child index is out of range.Jan Arve Saether2013-02-061-3/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Do not crash in the bridge because of inconsistent hierarchyJan Arve Saether2013-01-031-2/+4
* a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-111-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix for windows platform plugin to work with WINCE.Bjoern Breitmeyer2012-05-101-3/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* MSAA bridge should not return any IA2-specific roles from get_accRole()Jan-Arve Saether2012-04-251-2/+8
* Enable IAccessible for MinGW32, keep IAccessible2 disabled for MinGWJan-Arve Saether2012-03-241-0/+58
* Fix compilation of the Windows accessibility code for MinGW.Friedemann Kleint2012-03-141-16/+1
* Add support for IAccessible2 on WindowsJan-Arve Saether2012-03-131-0/+1228