Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Bug 517183 - Do the annual javadoc bash for 4.7Lakshmi Shanmugam1-2/+0
2016-08-18Bug 312451: Accessible.addRelations should check if target == nullLev Ufimtsev1-1/+5
2016-03-31Bug 490699 - Prefer usage of Integer.valueOf() over new Integer inY20160331-1000Lars Vogel2-8/+8
2016-02-10Bug 487556 - Remove redundant type parematers Alexander Kurtakov1-12/+12
2016-01-07Bug 485367 - cleaned trailing spaces in swt (cocoa)Andrey Loskutov7-349/+349
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller4-0/+27
2015-07-31Bug 458863 - [Common] Replace Vector with ArrayList and friendsJacek Sieka1-22/+24
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriateJacek Sieka5-139/+148
2014-06-04Bug 436626 - Do the annual javadoc bash for 4.4v4426lI20140604-2000Arun Thondapu1-1/+0
2013-12-02Added @SuppressWarnings after 1.5 change(Bug 411356)Lakshmi Shanmugam3-0/+4
2013-05-30Bug 407270 - Miss NPE check in org.eclipse.swt.accessibility.Accessiblev4332aI20130604-2000I20130603-2000I20130602-2000I20130601-1500I20130531-2000I20130530-1430Carolyn MacLeod1-22/+44
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2-2/+2
2013-04-16Bug 405448 - Accessible object occupied too many memoryCarolyn MacLeod1-161/+215
2012-09-24Make 64-bit the default source codeSilenio Quarti2-14/+14
2012-08-20Bug 386220 - [Mac Cocoa] org.eclipse.swt.accessibility.Accessible.getChildren...Silenio Quarti1-0/+1
2011-09-27Bug 349978 - need Accessible.sendEvent(int event, Object eventData, intCarolyn MacLeod1-0/+49
2011-09-23fix permission of filesSilenio1-0/+0
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod1-1/+1
2011-05-09After javadoc bash for 3.7RC1AFTER_JAVADOC_BASH_FOR_37RC1Carolyn MacLeod1-28/+30
2011-05-02Bug 344324 - StyledText is no longer accessible on Mac CocoaCarolyn MacLeod1-1/+1
2011-02-15Remove "API Under Construction" warning for AccessibleEditableTextCarolyn MacLeod1-4/+0
2010-10-15324005 - add support for replacing text using NSAccessibilitySelectedTextAttr...Scott Kovatch1-20/+48
2010-10-13 Bug 324005 - Add IAccessible2EditableText support to EclipseCarolyn MacLeod1-0/+59
2010-06-28313593 - Add separate code path for visible children vs. all children.Scott Kovatch1-9/+30
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2-2/+2
2010-05-26Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod1-1/+34
2010-05-20Bug 312927 - CTabItem role description not the same as TabItemSilenio Quarti1-11/+15
2010-05-19313444, 313453 - make sure attributes on returned string are zero-based. Also...Scott Kovatch1-8/+25
2010-05-13Bug 312795 - Accessible Relations should only be added onceCarolyn MacLeod1-0/+9
2010-05-13Bug 312810 - Remove code that was inadvertently committedCarolyn MacLeod1-18/+8
2010-05-12311809 - correctly specify the title/titled-by properties when a relation is ...Scott Kovatch1-31/+59
2010-04-28unused codeSilenio Quarti1-1/+0
2010-04-27Add support for EVENT_TABLE_CHANGED. Fire correct Cocoa notifications and res...Scott Kovatch2-2/+14
2010-04-23Table accessibility. Also fixed many bugs when accessible was attached to a C...Scott Kovatch5-137/+859
2010-04-16Fix roles for table column header, and put in a needed break statement!Scott Kovatch1-1/+2
2010-04-16Fire OS notifications for lightweight accessible changes.Scott Kovatch1-1/+48
2010-04-15Cleanup of accessibility properties. Removed unnecessary overrides. Fixes for...Scott Kovatch1-18/+25
2010-04-13Made the selection and scroll position settable. Fixed wrong y coordinate for...Scott Kovatch2-32/+213
2010-04-13305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed1-0/+4
2010-04-12Fix attributed string offsets; wrong after first line. Make sure all style in...Scott Kovatch1-4/+43
2010-04-12Use CGColor, not NSColor. Handle text alignment.Scott Kovatch1-30/+42
2010-04-09First pass at accessible text attributes. Font, color, etc. for StyledText.Scott Kovatch1-0/+176
2010-04-08Improved accessibility for StyledText. Also corrected attributes not applicab...Scott Kovatch1-6/+20
2010-04-02307947 - Corrected accessibility attributes on toolbars and toolitems and con...Scott Kovatch1-3/+1
2010-03-08Remove API warnings; JavadocBasher and API consistency for org.eclipse.swt.ac...Carolyn MacLeod1-12/+23
2010-03-05adding document rolesSilenio Quarti1-44/+27
2010-03-05added date/clock/calendar & removed choosersSilenio Quarti1-13/+5
2010-03-04Delete AccessibleTextExtendedEvent class, use AccessibleTextEvent instead.Carolyn MacLeod1-32/+12
2010-03-03checking ACC.OK when performing an actionCarolyn MacLeod1-1/+1
2010-03-02renaming constants in ACCSilenio Quarti1-9/+9

Back to the top