Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-09Bug 508491 - Image#getImageData() on retina is garbled for PNG imagesLakshmi Shanmugam1-29/+14
2016-12-13Revert "Bug 483642 - Retire internal SWTEventListener and SWTEventObject class"Alexander Kurtakov1-1/+1
2016-12-13Bug 483642 - Retire internal SWTEventListener and SWTEventObject classFabian Pfaff1-1/+1
2016-10-24Bug 500086 - Deprecate Composite.changedY20161024-1300Stefan Xenos1-26/+3
2016-10-07Bug 23837 - [FEEP] Button, do not respect foreground and backgroundConrad Groth1-1/+1
2016-10-03Bug 499010 - Allow the application to handle RuntimeExceptions andStefan Xenos1-2/+80
2016-09-30Fix typo.Alexander Kurtakov1-2/+2
2016-09-20Revert "Bug 499010 - Allow the application to handle RuntimeExceptions and Er...Eric Williams1-80/+2
2016-09-20Bug 499010 - Allow the application to handle RuntimeExceptions andStefan Xenos1-2/+80
2016-09-10Bug 497812: requestLayout not layout correctlyI20160912-0430I20160912-0225I20160912-0140I20160911-2015Leo Ufimtsev1-6/+3
2016-09-09Bug 497812 - requestLayout not layout correctlyStefan Xenos1-0/+6
2016-08-23Revert "Bug 497812 - requestLayout not layout correctly"Stefan Xenos1-12/+2
2016-08-21Bug 497812 - requestLayout not layout correctlyStefan Xenos1-2/+12
2016-08-11Bug 492296 - [HiDPI]GC.copyArea() copies only low resolution image evenY20160811-1000Lakshmi Shanmugam1-45/+26
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov3-58/+32
2016-06-16Bug 487493 - Use varargs in List#setItemsAlexander Kurtakov1-2/+2
2016-05-31Bug 495006 - Do the annual javadoc bash for 4.6Lakshmi Shanmugam9-36/+67
2016-05-25Bug 478975: [Cocoa][10.11] Can not run Eclipse in full screen mode without it...Markus Keller1-0/+19
2016-05-12Bug 493462: [HiDPI] Improve autoScale method, default deviceZoom, and system ...Markus Keller1-1/+1
2016-05-06Bug 493114 - DPIUtil.DeviceZoom is not set on MacLakshmi Shanmugam3-6/+33
2016-04-07Bug 491148 - Links Javadoc should use <a></a>and not <A></A> Y20160407-1000Lars Vogel1-1/+1
2016-03-31Bug 490699 - Prefer usage of Integer.valueOf() over new Integer inY20160331-1000Lars Vogel1-4/+4
2016-03-16Updated javadoc of Image.getBounds()I20160316-1200I20160316-0800Lakshmi Shanmugam1-1/+1
2016-03-16Updated javadoc for Image.getImageData().Lakshmi Shanmugam1-1/+2
2016-03-14Bug 480852 - [Cocoa] GC.copyArea() crashes application on OSX 10.11Lakshmi Shanmugam1-22/+33
2016-03-14Fix for test failure in Program_getImageDataLakshmi Shanmugam1-4/+9
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformLakshmi Shanmugam1-62/+131
2016-03-10Bug 401015 - [CSS] Add support for styling hyperlinks in Links Conrad Groth1-125/+182
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov6-6/+22
2016-01-28Bug 486600: [cocoa] StyledText: Moving caret up/down with arrow keys not work...Markus Keller1-2/+4
2016-01-11Bug 481611 - Table/tree column header events have incorrect coordinatesLakshmi Shanmugam2-14/+72
2016-01-07Bug 485367 - cleaned trailing spaces in swt (cocoa)Andrey Loskutov58-2432/+2432
2016-01-06Bug 454590 - Link widget should not scroll its contents Alexander Kurtakov1-1/+1
2015-12-18Bug 484484 - Remove org.eclipse.swt.internal.Compatibility classAlexander Kurtakov1-4/+3
2015-12-09Bug 468854 - Fix for test failure in Shell testsStefan Xenos1-0/+5
2015-12-04Bug 468854 - Add a requestLayout method to ControlStefan Xenos2-0/+49
2015-12-04[Bug 467463] [BiDi] Implement contextual base text direction forLina Kemmel2-9/+17
2015-12-03Bug 483540 - Change Combo#setItems to varargsI20151203-1230I20151203-0800Lars Vogel1-2/+3
2015-12-01Bug 434393 - [10.11] OS X: NPE in Control.internal_new_GCLakshmi Shanmugam1-7/+9
2015-11-19Bug 481331: [Cocoa] SWT.GESTURE_PAN GestureEvent needs negated x/yDirection f...Markus Keller1-2/+2
2015-11-12Bug 279884: [Widgets] Add API for multi-touch events and gesturesMarkus Keller1-0/+8
2015-11-05Bug 479435 - Don't run the event loop inside Display.setSynchronizerStefan Xenos1-1/+1
2015-11-04Bug 477979 - [10.11] SWT can't receive input on non-standard JVMs Lakshmi Shanmugam2-3/+3
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller43-0/+691
2015-11-02fixed wrong @noreference Javadocs ("It is marked public...")Markus Keller1-12/+0
2015-10-20Revert "Bug 302448 - Use new clipboard constants"Lakshmi Shanmugam2-35/+8
2015-10-19Bug 302448 - Use new clipboard constantsLakshmi Shanmugam2-8/+35
2015-09-22Bug 461486 - Disable the move of a shellEugen Neufeld2-2/+8
2015-09-21Bug 109353 - FileDialog and DirectoryDialog: Hide platform-definedLakshmi Shanmugam2-2/+10
2015-09-21Bug 459402 - [Cocoa] (Mac dual monitor on OS X 10.10) Widgets inLakshmi Shanmugam1-1/+36

Back to the top