summaryrefslogtreecommitdiff
path: root/winaccessibility/source
AgeCommit message (Collapse)AuthorFilesLines
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks8-203/+199
Original code from: Author: Steve Yin <steve_y@apache.org> Date: Sat Nov 16 23:58:19 2013 +0100 Integrate branch of IAccessible2 With these improvements: Make IAccessible2 an experimental feature, with fallback to Java a11y. Move initial setup of windows into the bridge and clean, remove conditionals Check for presence of AT in the bridge as well to clean. Merge VCL events extensions and their handling. Clean and split WB_GETOBJECT handling out to it's own method. Add component prefix namespacing. Cleanup msaa service info, and implement XComponent to share mxAccessBridge. Add suitable debugging output, remove VCL dependency from UAccCOM causing registration issues. Change-Id: Ib19e38ddca71182018df438df27dcdb555d91402
2013-11-19uia: remove redundant component registration.Michael Meeks1-5/+0
Change-Id: I913e6498d09021cca78be27b542421251f258535
2013-11-19Remove obsolete statreg.cpp / atlimpl.cpp includes.Michael Meeks1-3/+0
Change-Id: I51bd72f6aaeb33bb87e425118b9f205744359145
2013-11-19Fix minor compilation issuesDavid Ostrovsky1-2/+2
Change-Id: I3567a42d7d071d61a2f41f1fb32d6831c9898d3a
2013-11-19Disable _WIN32_WINNT definitionDavid Ostrovsky1-4/+4
Change-Id: Ibfa5839700da5ec272c95199b09cd4265d82525d
2013-11-19Remove WNT defineDavid Ostrovsky10-18/+5
Change-Id: Ia69141f58fad25797d7d7495a357dd18c7abf08d
2013-11-19Gbuildify winaccessibility serviceDavid Ostrovsky8-29/+32
Conflicts: winaccessibility/source/UAccCOM/UAccCOM.def winaccessibility/source/service/AccObjectWinManager.cxx winaccessibility/source/service/checkmt.cxx winaccessibility/source/service/checkmt.hxx Change-Id: Ia66872bee7c70c840c1bd5caa626bf63eac9ef7c
2013-11-19Move to MPLv2 license headers, add modelines.Michael Meeks70-1200/+1172
Change-Id: I895bab038eda82b80e1a223ad877a9674fe561ee
2013-11-19Integrate branch of IAccessible2Steve Yin91-0/+23940
Just the winaccessibility directory initially. Change-Id: Ia21abb8d7088646ad6c1f83b3a03e7add716b0c0