Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Bug 517183 - Do the annual javadoc bash for 4.7Lakshmi Shanmugam1-2/+0
Change-Id: I6597d260e7ab5d1f2fd2b5d180ec076ac9166db2
2016-08-18Bug 312451: Accessible.addRelations should check if target == nullLev Ufimtsev1-1/+5
Adding null checks around public api that will throw an error if given a null object. This should at least tell us why null objects are created in the first place. Note, this is a slight api change, the public api now throws an exception. Change-Id: I4f526ce1af208cecc2c9f34adb69105d5dcb8503 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=312451 Signed-off-by: Lev Ufimtsev <lufimtse@redhat.com>
2016-03-31Bug 490699 - Prefer usage of Integer.valueOf() over new Integer inY20160331-1000Lars Vogel2-8/+8
org.eclipse.swt Change-Id: Ib05b6a7a232ab197c48b992db669e74da5708cea Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2016-02-10Bug 487556 - Remove redundant type parematers Alexander Kurtakov1-12/+12
Useless now that SWT requires Java 1.7. Change-Id: I333df3b7f2d706a66ba4e959ec508a762cac0c1d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2016-01-07Bug 485367 - cleaned trailing spaces in swt (cocoa)Andrey Loskutov7-349/+349
Change-Id: I47e7c08d8fdd9beea2ace6603c5de79755925f48 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller4-0/+27
Added missing @Override/@Deprecated in cocoa
2015-07-31Bug 458863 - [Common] Replace Vector with ArrayList and friendsJacek Sieka1-22/+24
Vector -> List, ArrayList Change-Id: I888585ff319d4591362e302a939107a9950ecfd0 Signed-off-by: Jacek Sieka <arnetheduck@gmail.com>
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriateJacek Sieka5-139/+148
Change-Id: If2051b9bc4f93f539e7ee62c5e85de0c6c229211 Signed-off-by: Jacek Sieka <arnetheduck@gmail.com>
2014-06-04Bug 436626 - Do the annual javadoc bash for 4.4v4426lI20140604-2000Arun Thondapu1-1/+0
Change-Id: Ied68d0d61862ba7c4a0b23dcb6e9cce1689a06fe Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
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] ↵Silenio Quarti1-0/+1
org.eclipse.swt.accessibility.Accessible.getChildrenAttribute may throw java.lang.ArrayIndexOutOfBoundsException
2011-09-27Bug 349978 - need Accessible.sendEvent(int event, Object eventData, intCarolyn MacLeod1-0/+49
childID)
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 ↵Scott Kovatch1-20/+48
NSAccessibilitySelectedTextAttribute.
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
314946 - If accessible adds help or a title, add the matching property to the list. Added debugging code and cleaned up native notifications sent for table changes.
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. ↵Scott Kovatch1-8/+25
Also, return a title and description for ROLE_GRAPHIC.
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
set.
2010-04-28unused codeSilenio Quarti1-1/+0
2010-04-27Add support for EVENT_TABLE_CHANGED. Fire correct Cocoa notifications and ↵Scott Kovatch2-2/+14
reset row/column caches.
2010-04-23Table accessibility. Also fixed many bugs when accessible was attached to a ↵Scott Kovatch5-137/+859
Control but didn't override any values.
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 ↵Scott Kovatch1-18/+25
for CTable accessibility.
2010-04-13Made the selection and scroll position settable. Fixed wrong y coordinate ↵Scott Kovatch2-32/+213
for bounding rect for range.
2010-04-13305742 - Fields that should not be referenced by clients should have ↵Grant Gayed1-0/+4
@noreference javadoc
2010-04-12Fix attributed string offsets; wrong after first line. Make sure all style ↵Scott Kovatch1-4/+43
info copied from base style object.
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 ↵Scott Kovatch1-6/+20
applicable to all controls.
2010-04-02307947 - Corrected accessibility attributes on toolbars and toolitems and ↵Scott Kovatch1-3/+1
controls with attached Accessible objects.
2010-03-08Remove API warnings; JavadocBasher and API consistency for ↵Carolyn MacLeod1-12/+23
org.eclipse.swt.accessibility package
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