Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Bug 517183 - Do the annual javadoc bash for 4.7Lakshmi Shanmugam4-7/+7
2017-05-16Bug 516639: [HiDPI] Fix JavaDoc for deprecated APIsNiraj Modi1-7/+5
2017-05-02Bug 508680 (Part 2): [win32] Finish custom Button foreground/backgroundNiraj Modi1-1/+1
2017-04-28Bug 508680 - [win32] Finish custom Button foreground/background colorConrad Groth1-29/+38
2017-04-11Bug 514847 - [GTK][Win32][HiDPI] Image(Device, Image, int) constructorNiraj Modi1-0/+2
2017-04-06Bug 496409 - [HiDPI][API] Provide Image#getImageData(int zoom)Niraj Modi5-24/+76
2017-03-30BugĀ 510728 - [CSS] Allow styling of tree headers via CSSConrad Groth2-6/+259
2017-03-15Bug 513637: ArrayIndexOutOfBoundsException (256) in CompositeImageDescriptor....Markus Keller1-0/+9
2017-03-07Bug 512720 - Adjust Javadoc for re-parenting of ControlsLeo Ufimtsev1-2/+1
2017-02-24Bug 384906 - [CSS] Allow styling of table headers in SWTNiraj Modi1-2/+3
2017-02-24Bug 384906 - [FEEP] [CSS] Allow styling of table headers via CSSConrad Groth1-58/+283
2017-02-08Bug 511781: Clarify the JavaDoc on Control.redraw to indicate that it schedul...Markus Keller1-2/+8
2017-02-07Bug 511781 - Clarify the JavaDoc on Control.redrawStefan Xenos1-0/+8
2017-02-01Bug 509947: [win32] Rollover tooltip on TreeItem of non-focused shell drawn a...Markus Keller1-1/+1
2017-01-21Revert "Bug 483642 - Retire internal SWTEventListener and SWTEventObject class"I20170121-0950Alexander Kurtakov1-5/+4
2017-01-20Bug 483642 - Retire internal SWTEventListener and SWTEventObject classAlexander Kurtakov1-4/+5
2016-12-14Bug 491627: [win32] Rollover tooltip on TreeItem brings Shell to frontI20161214-2000Markus Keller1-7/+13
2016-12-13Revert "Bug 483642 - Retire internal SWTEventListener and SWTEventObject class"Alexander Kurtakov1-2/+1
2016-12-13Bug 483642 - Retire internal SWTEventListener and SWTEventObject classFabian Pfaff1-1/+2
2016-12-05Bug 508141: [Win32] Owner-draw radiobutton/checkbox draw focus rect at wrong ...Markus Keller1-7/+12
2016-11-30Bug 508141 - [Win32] Owner-draw radiobutton/checkbox draw focus rect atNiraj Modi1-2/+6
2016-11-29Bug 497929 - Eclipse IDE comes to front (but doesn't take focus) when moving ...Niraj Modi1-2/+8
2016-10-24Bug 500086 - Deprecate Composite.changedY20161024-1300Stefan Xenos1-26/+3
2016-10-24Bug 506371 - [HiDPI][win32] Checkbox text is placed inside checkboxI20161024-1000Niraj Modi1-2/+10
2016-10-20Bug 222752 - [Win32] READ_ONLY Combo with List visible can loseY20161020-1000Eugen Neufeld1-0/+17
2016-10-07Bug 23837 - [FEEP] Button, do not respect foreground and backgroundArun Thondapu1-2/+2
2016-10-07Bug 23837 - [FEEP] Button, do not respect foreground and backgroundConrad Groth3-21/+227
2016-10-03Bug 499010 - Allow the application to handle RuntimeExceptions andStefan Xenos1-2/+81
2016-09-30Fix typo.Alexander Kurtakov1-2/+2
2016-09-28Bug 498876 - [HiDPI][Printer] GC autoScales for Printer devices atNiraj Modi2-149/+149
2016-09-20Revert "Bug 499010 - Allow the application to handle RuntimeExceptions and Er...Eric Williams1-81/+2
2016-09-20Bug 499010 - Allow the application to handle RuntimeExceptions andStefan Xenos1-2/+81
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 498895 - [Win32] ToolTip is never visible after setting message toNiraj Modi1-8/+22
2016-08-09Bug 498196 - [Win32][GTK] SWT Toolbar does not display custom widgetsNiraj Modi1-4/+4
2016-07-26Bug 497068 - [HiDPI][Win32] Header of expandItems does not scaleNiraj Modi1-3/+2
2016-07-19Bug 495849 - [HiDPI][Win32][GTK] IllegalArgumentException belowNiraj Modi1-1/+1
2016-07-11Bug 496939 - [win32] ctrl+backspace in preferences dialog crashedNiraj Modi2-4/+14
2016-06-16Bug 487493 - Use varargs in List#setItemsAlexander Kurtakov1-2/+2
2016-06-01Bug 495134: [HiDPI][Win32] Device#getDPI behaves differently between Linux an...Markus Keller1-1/+1
2016-06-01Bug 494749 - [Win32] Issues with Display.getPrimaryMonitor().getBounds() Niraj Modi1-5/+0
2016-05-31Bug 495006 - Do the annual javadoc bash for 4.6Lakshmi Shanmugam7-28/+51
2016-05-24Bug 494035 - [HiDpi] Rendering issues on Neon due to the new SWTSravan Kumar Lakkimsetti1-5/+11
2016-05-23Bug 493517 - [HiDPI][Win32][GTK] Incorrect width of tab characterNiraj Modi1-10/+12
2016-05-12Bug 493462: [HiDPI] Improve autoScale method, default deviceZoom, and system ...Markus Keller2-38/+36
2016-05-10Bug 493316 - [HighDPI][Win32] Display#setCursorLocation() method shouldNiraj Modi1-0/+4
2016-04-15Bug 490743: StackOverflowError in StyledTextRenderer.getTextLayout(..)I20160417-1112Markus Keller1-1/+14

Back to the top