summaryrefslogtreecommitdiff
path: root/wintable/accessibility.h
AgeCommit message (Collapse)Author
2015-02-14Fixed the creation bug (incorrect empty doubly linked list handling; see ↵Pietro Gagliardi
http://stackoverflow.com/questions/28520939/how-are-inspect-exe-ui-accessibility-checker-causing-my-program-to-gracefully-re).
2015-02-14Now debugging why the accessible objects aren't being created anymore. Will ↵Pietro Gagliardi
keep the linked list debugging stuff. Also fixed a small "error" in the call to CreateStdAccessibleObject() (not a compiler warning due to how void * works).
2015-02-14Found one bug: forgot to update t->firstAcc in tableAccRelease().Pietro Gagliardi
2015-02-14Changed the Table accessibility objects to be a doubly linked list; updated ↵Pietro Gagliardi
the Table code itself appropriately. Implemented RPC_E_DISCONNECTED handlers as well. Will test now.
2015-02-14Added more test accessibility implementations. I'm going to need to ↵Pietro Gagliardi
implement the save list now :S
2015-02-14More accessibility utility definitions.Pietro Gagliardi
2015-02-14Started the real accessibility implementation. Utility functions and role ↵Pietro Gagliardi
system for now.
2015-02-13More commentary.Pietro Gagliardi
2015-02-13Fixed all real warnings. I need to figure out how to remove -Wparentheses ↵Pietro Gagliardi
suggestions from qo.
2015-02-13Replaced all the accessibility functions with implementations that defer ↵Pietro Gagliardi
back up to the standard accessibility object for now. We'll replace them later.
2015-02-12More of the previous commit; now builds.Pietro Gagliardi
2015-02-12Started actually writing the accessibility code.Pietro Gagliardi
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi