Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-04-26CTable now fires notifications when the row or column count changes. Changed...accessibility_work_R3_6Scott Kovatch2-3/+126
2010-04-23Table accessibility. Also fixed many bugs when accessible was attached to a C...Scott Kovatch3-11/+10
2010-04-22Fixed some missing/unset return values.Scott Kovatch3-1/+5
2010-04-22add more actionsCarolyn MacLeod2-16/+63
2010-04-22no debugCarolyn MacLeod1-1/+0
2010-04-22*** empty log message ***Carolyn MacLeod1-7/+7
2010-04-21*** empty log message ***Carolyn MacLeod3-25/+31
2010-04-21send selection event (same places as table2)Carolyn MacLeod1-1/+12
2010-04-19doAction needs to return OKCarolyn MacLeod1-0/+1
2010-04-18Table methods working well with AccProbeCarolyn MacLeod5-44/+22
2010-04-18protect against index out of boundsCarolyn MacLeod1-1/+4
2010-04-16table column header roleCarolyn MacLeod1-2/+1
2010-04-16fix childAtPointCarolyn MacLeod1-2/+6
2010-04-16fix location, fix childAtPointCarolyn MacLeod1-4/+4
2010-04-16Rename for consistencyCarolyn MacLeod3-4/+4
2010-04-16Example uses both types of CTable (cell children and row children)Carolyn MacLeod7-849/+8313
2010-04-15*** empty log message ***Carolyn MacLeod1-0/+1
2010-04-06Send select and focus events for accessibilityCarolyn MacLeod1-0/+13
2010-03-24Bug 226338 - ControlExample: scroll styles checkbox dependencies brokenCarolyn MacLeod1-0/+1
2010-03-08getChild() convert to column indexSilenio Quarti1-1/+1
2010-03-04Delete AccessibleTextExtendedEvent class, use AccessibleTextEvent instead.Carolyn MacLeod2-39/+33
2010-02-25Added 'child index' and 'child at index' supportCarolyn MacLeod3-6/+64
2010-02-11added PUSHBUTTON roleKevin Barnes1-0/+5
2010-02-11fixed startIndex calculationKevin Barnes1-2/+2
2010-02-08fix getColumnHeader to work on MacCarolyn MacLeod1-8/+8
2010-02-05fix location problemsCarolyn MacLeod3-47/+21
2010-02-05columns now know what rows they have (for Mac)Carolyn MacLeod1-62/+67
2010-02-05*** empty log message ***Kevin Barnes1-0/+1
2010-02-05header working okCarolyn MacLeod1-13/+15
2010-02-04column children are accessible objectsCarolyn MacLeod2-113/+316
2010-02-03javadocCarolyn MacLeod1-1/+1
2010-02-03implemented more api - still need to change columns to be accessiblesCarolyn MacLeod3-86/+277
2010-02-03fix columnIndexCarolyn MacLeod1-2/+3
2010-02-03CTable with row/header/column children (instead of cell children)Carolyn MacLeod3-188/+330
2010-02-03check for self in getNameCarolyn MacLeod1-2/+6
2010-01-22Action ListenerKevin Barnes3-48/+140
2010-01-22*** empty log message ***Silenio Quarti1-2/+2
2010-01-21*** empty log message ***Silenio Quarti1-58/+37
2010-01-21*** empty log message ***Silenio Quarti4-5/+8
2010-01-21*** empty log message ***Silenio Quarti1-10/+27
2010-01-21*** empty log message ***Silenio Quarti1-17/+67
2010-01-21*** empty log message ***Silenio Quarti1-7/+7
2010-01-20*** empty log message ***Kevin Barnes2-31/+91
2010-01-20*** empty log message ***Kevin Barnes1-2/+2
2010-01-20deleted addAccessibleTextExtendedListener api.Carolyn MacLeod2-2/+2
2010-01-20screen coords constantsCarolyn MacLeod1-0/+4
2010-01-20Cocoa Value ListenerKevin Barnes14-384/+785
2010-01-19getChildAtPointCarolyn MacLeod2-0/+14
2010-01-19row/column roles and enabled stateCarolyn MacLeod1-2/+7
2010-01-19new table api for [visible] rows and columnsCarolyn MacLeod2-15/+155

Back to the top