summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Accessibility/cocoa/org/eclipse/swt/accessibility/Accessible.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 386220 - [Mac Cocoa] org.eclipse.swt.accessibility.Accessible.getChildren...Silenio Quarti2012-08-201-0/+1
* Bug 349978 - need Accessible.sendEvent(int event, Object eventData, intCarolyn MacLeod2011-09-271-0/+49
* fix permission of filesSilenio2011-09-231-0/+0
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* After javadoc bash for 3.7RC1AFTER_JAVADOC_BASH_FOR_37RC1Carolyn MacLeod2011-05-091-28/+30
* Bug 344324 - StyledText is no longer accessible on Mac CocoaCarolyn MacLeod2011-05-021-1/+1
* Remove "API Under Construction" warning for AccessibleEditableTextCarolyn MacLeod2011-02-151-4/+0
* 324005 - add support for replacing text using NSAccessibilitySelectedTextAttr...Scott Kovatch2010-10-151-20/+48
* Bug 324005 - Add IAccessible2EditableText support to EclipseCarolyn MacLeod2010-10-131-0/+59
* 313593 - Add separate code path for visible children vs. all children.Scott Kovatch2010-06-281-9/+30
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-1/+34
* Bug 312927 - CTabItem role description not the same as TabItemSilenio Quarti2010-05-201-11/+15
* 313444, 313453 - make sure attributes on returned string are zero-based. Also...Scott Kovatch2010-05-191-8/+25
* Bug 312810 - Remove code that was inadvertently committedCarolyn MacLeod2010-05-131-18/+8
* 311809 - correctly specify the title/titled-by properties when a relation is ...Scott Kovatch2010-05-121-31/+59
* unused codeSilenio Quarti2010-04-281-1/+0
* Add support for EVENT_TABLE_CHANGED. Fire correct Cocoa notifications and res...Scott Kovatch2010-04-271-2/+8
* Table accessibility. Also fixed many bugs when accessible was attached to a C...Scott Kovatch2010-04-231-137/+208
* Fix roles for table column header, and put in a needed break statement!Scott Kovatch2010-04-161-1/+2
* Fire OS notifications for lightweight accessible changes.Scott Kovatch2010-04-161-1/+48
* Cleanup of accessibility properties. Removed unnecessary overrides. Fixes for...Scott Kovatch2010-04-151-18/+25
* Made the selection and scroll position settable. Fixed wrong y coordinate for...Scott Kovatch2010-04-131-30/+211
* 305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed2010-04-131-0/+4
* Fix attributed string offsets; wrong after first line. Make sure all style in...Scott Kovatch2010-04-121-4/+43
* Use CGColor, not NSColor. Handle text alignment.Scott Kovatch2010-04-121-30/+42
* First pass at accessible text attributes. Font, color, etc. for StyledText.Scott Kovatch2010-04-091-0/+176
* Improved accessibility for StyledText. Also corrected attributes not applicab...Scott Kovatch2010-04-081-6/+20
* 307947 - Corrected accessibility attributes on toolbars and toolitems and con...Scott Kovatch2010-04-021-3/+1
* Remove API warnings; JavadocBasher and API consistency for org.eclipse.swt.ac...Carolyn MacLeod2010-03-081-12/+23
* adding document rolesSilenio Quarti2010-03-051-44/+27
* added date/clock/calendar & removed choosersSilenio Quarti2010-03-051-13/+5
* Delete AccessibleTextExtendedEvent class, use AccessibleTextEvent instead.Carolyn MacLeod2010-03-041-32/+12
* checking ACC.OK when performing an actionCarolyn MacLeod2010-03-031-1/+1
* renaming constants in ACCSilenio Quarti2010-03-021-9/+9
* *** empty log message ***Carolyn MacLeod2010-02-191-3/+8
* adding rangeforpositionFelipe Heidrich2010-02-191-0/+26
* *** empty log message ***Felipe Heidrich2010-02-181-6/+8
* AccessibilityKevin Barnes2010-02-181-420/+1179
* 300641 - Compile warnings in official build I20100124-0800Bogdan Gheorghe2010-01-261-10/+5
* bogus codeSilenio Quarti2010-01-211-5/+0
* Javadoc bash for Accessibility API to copy over API UNDER CONSTRUCTIONCarolyn MacLeod2010-01-211-1/+40
* Initial Accessibility API updateCarolyn MacLeod2010-01-211-2/+469
* use NSString.string() to avoid creating a new object all the timeFelipe Heidrich2009-08-281-4/+4
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1477
* *** empty log message ***Felipe Heidrich2009-06-301-1477/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod2009-05-271-0/+3
* removing fix for 276532Silenio Quarti2009-05-211-1/+1
* 276532 - Debug toolbar button glows, key bindings stop workingCarolyn MacLeod2009-05-201-1/+1
* 252109 - remove incorrect overrideScott Kovatch2009-05-081-4/+0