summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 405450 - Redundant calls in Accessible class when setFocus to childSilenio Quarti2013-07-101-0/+7
* Bug 407270 - Miss NPE check in org.eclipse.swt.accessibility.AccessibleCarolyn MacLeod2013-05-301-22/+44
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
* add debug statementCarolyn MacLeod2013-04-291-2/+5
* Bug 405244 - Accessibility: There is no way to supply group positionCarolyn MacLeod2013-04-261-21/+23
* Bug 405448 - Accessible object occupied too many memoryCarolyn MacLeod2013-04-161-11/+3
* Bug 405448 - Accessible object occupied too many memoryCarolyn MacLeod2013-04-151-143/+187
* Bug 405448 - Accessible object occupied too many memoryCarolyn MacLeod2013-04-151-22/+44
* Bug 248410 - [Wizards] Accessibility: User is not alerted to errorCarolyn MacLeod2013-03-091-1/+1
* Make 64-bit the default source codeSilenio Quarti2012-09-241-439/+439
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 372268 - the "message" in a Text with SEARCH style is inaccessibleCarolyn MacLeod2012-02-221-2/+22
* Bug 333448 - Some radio button groups not read correctly by JAWSCarolyn MacLeod2011-11-231-5/+20
* Bug 346517 - Add accessible keyboard shortcut to TabFolder andCarolyn MacLeod2011-10-181-1/+6
* Bug 349978 - need Accessible.sendEvent(int event, Object eventData, intCarolyn MacLeod2011-09-271-0/+52
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* javadoc - mention where eventData is spec'dCarolyn MacLeod2011-04-041-0/+1
* Bug 341804 - Unclear javadoc reference to 'AccessibleAttribute'Carolyn MacLeod2011-04-041-26/+26
* Bug 341804 - Unclear javadoc reference to 'AccessibleAttribute'Felipe Heidrich2011-04-041-2/+2
* Remove "API Under Construction" warning for AccessibleEditableTextCarolyn MacLeod2011-02-151-4/+0
* missing ; for text-line-through-type in get_attributesCarolyn MacLeod2010-11-081-1/+1
* *** empty log message ***Carolyn MacLeod2010-10-151-1/+1
* Bug 324005 - Add IAccessible2EditableText support to EclipseCarolyn MacLeod2010-10-141-39/+49
* Bug 324005 - Add IAccessible2EditableText support to EclipseCarolyn MacLeod2010-10-131-131/+322
* *** empty log message ***Grant Gayed2010-09-171-17/+1
* Bug 320066 - DROP_DOWN ToolItems need accessible nameCarolyn MacLeod2010-08-231-1/+59
* Bug 323056 - [Accessibility] get_hyperlink returns incorrect address for acc...Carolyn MacLeod2010-08-181-1/+1
* Bug 319582 - AIOOBE calling IAHyperlink methodsCarolyn MacLeod2010-07-121-1/+1
* javadocCarolyn MacLeod2010-07-121-0/+1
* Bug 317390 - Editors hang for several seconds when processing input when Wind...Carolyn MacLeod2010-06-301-2/+2
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
* Bug 313071 - AccessibleTextExtendedListener.getText line/word offset problemsCarolyn MacLeod2010-05-201-3/+3
* Bug 313071 - AccessibleTextExtendedListener.getText line/word offset problemsCarolyn MacLeod2010-05-201-3/+81
* Bug 313182 - Need command-line option to turn off IA2Carolyn MacLeod2010-05-171-0/+12
* Bug 312528 - Missing AddRef in new Accessible(parent)Carolyn MacLeod2010-05-121-0/+1
* Bug 312112 - Spec for Accessible.sendEvent should mention that eventData can ...Carolyn MacLeod2010-05-071-1/+34
* Bug 312097 - NVDA does not work with Eclipse Java editorCarolyn MacLeod2010-05-071-1/+59
* Bug 311303 - IAccessible2::role is supposed to pass the MSAA role throughCarolyn MacLeod2010-05-041-2/+26
* Bug 311292 - QI shouldn't return S_OK for IAText if there are only attributeL...Carolyn MacLeod2010-05-041-1/+1
* Bug 311302 - NPE getting address of a RelationCarolyn MacLeod2010-05-041-3/+3
* fixing and adding debugCarolyn MacLeod2010-04-271-355/+605
* updates to QS/QI, add debugCarolyn MacLeod2010-04-191-394/+491
* Table methods working well with AccProbeCarolyn MacLeod2010-04-181-79/+150
* completely comment out IAccessibleEditableTextCarolyn MacLeod2010-04-171-71/+61
* implement custom attributes correctlyCarolyn MacLeod2010-04-171-2/+10
* events, states, attributes, action, text, change VARIANT * to IUnknown **, cl...Carolyn MacLeod2010-04-151-154/+621
* 305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed2010-04-131-0/+6
* Remove API warnings; JavadocBasher and API consistency for org.eclipse.swt.ac...Carolyn MacLeod2010-03-081-34/+0
* Delete AccessibleTextExtendedEvent class, use AccessibleTextEvent instead.Carolyn MacLeod2010-03-041-23/+37
* sendEvent API change, implement get_appname and versionCarolyn MacLeod2010-03-041-47/+56