summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsaccessibility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve debugging in the windows accessibility bridge.Jan-Arve Saether2012-03-021-29/+43
* Fix compilation with MinGWJonathan Liu2012-02-151-0/+2
* Move all usages of Relation enum values to QAccessible::relations()Jan-Arve Saether2012-02-101-0/+23
* Use Q_OS_WINCE instead of Q_WS_WINCEAndreas Holzammer2012-02-071-4/+4
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-061-22/+11
* Use events for accessibility updates.Frederik Gladhorn2012-01-311-7/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* fix case of included windows headersMark Brand2012-01-191-1/+1
* Remove all references to QAccessible::SelfJan-Arve Saether2012-01-191-2/+2
* Clean up and extend QAccessible::State.Frederik Gladhorn2012-01-161-1/+1
* Remove all references to QAccessible::(Up|Down|Left|Right)Jan-Arve Saether2012-01-121-2/+8
* Make QAccessibleInterface::indexOfChild() 0-based.Frederik Gladhorn2012-01-111-2/+2
* Accessiblity State as bit field.Frederik Gladhorn2012-01-101-3/+57
* Remove unused function.Frederik Gladhorn2012-01-091-100/+0
* Remove all references to QAccessible:: {Child|Ancestor|Sibling}Jan-Arve Saether2012-01-061-24/+92
* Windows: Fix compiler warnings in accessibility.Friedemann Kleint2012-01-061-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-031-76/+1
* Fix regression, make sure hit testing work on windows again.Jan-Arve Saether2011-12-231-19/+31
* Do not crash in the windows accessibility bridgeJan-Arve Saether2011-12-221-1/+1
* Accessibility: childAt returns interfaceFrederik Gladhorn2011-12-191-11/+13
* Don't inherit QAccessible from QWindowsAccessibleJan-Arve Saether2011-12-021-27/+27
* Change default implementation of window() to just return 0Jan-Arve Saether2011-11-251-2/+17
* Remove virtual child integers.Frederik Gladhorn2011-11-231-28/+83
* Accessibility: Clean up usage of navigate.Frederik Gladhorn2011-11-211-4/+2
* Mark the most important MSAA functions as "moz: [important]"Jan-Arve Saether2011-10-201-0/+20
* Refactor QAccessibleActionInterface.Frederik Gladhorn2011-10-191-17/+32
* Fix QWindowsAccessible::GetWindow()Jan-Arve Saether2011-10-031-18/+4
* Windows plugin: Fix compilation with MinGW.Friedemann Kleint2011-10-031-1/+2
* Refactor accessibility for Qt5Jan-Arve Saether2011-09-291-0/+1406