Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-09Bug 482318 - [Java9] Illegal Access Exception with SWT_AWT onLakshmi Shanmugam6-135/+196
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov3-324/+200
2016-03-31Bug 490699 - Prefer usage of Integer.valueOf() over new Integer inY20160331-1000Lars Vogel1-1/+1
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformSravan Kumar Lakkimsetti1-3/+4
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi1-2/+3
2016-02-22Revert "Bug 399786 - GC#draw*(..) needs to support high-DPI "Sravan Kumar Lakkimsetti1-4/+3
2016-02-22Bug 399786 - GC#draw*(..) needs to supportSravan Kumar Lakkimsetti1-3/+4
2016-02-11Bug 487645 - Remove pre Java 1.7 workaroundsAlexander Kurtakov1-9/+7
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov3-3/+40
2016-01-12Bug 485648 - Delete emulated AWT bridgeI20160112-1800Alexander Kurtakov1-117/+0
2016-01-07Bug 485367 - cleaned trailing spaces in swt (emulated)Andrey Loskutov1-14/+14
2016-01-07Bug 485367 - cleaned trailing spaces in swt (cocoa)Andrey Loskutov1-43/+43
2016-01-07Bug 485367 - cleaned trailing spaces in swt (win32)Andrey Loskutov1-21/+21
2016-01-07Bug 485367 - cleaned trailing spaces in swt (gtk, cairo and Co)Andrey Loskutov1-17/+17
2016-01-07Bug 485369 - Remove pre Java 1.5 workaroundsAlexander Kurtakov1-33/+13
2016-01-06Bug 484699 - Use vararg reflection methods in SWT_AWTAlexander Kurtakov2-36/+30
2015-12-18Bug 484699 - Use vararg reflection methods in SWT_AWTAlexander Kurtakov1-30/+16
2015-12-18Bug 484484 - Remove org.eclipse.swt.internal.Compatibility classAlexander Kurtakov1-20/+8
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller1-0/+1
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller1-0/+1
2015-07-07Bug 470568 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt2-5/+5
2015-03-30Bug 462955 - Make SWT compile on OS X Yosemite.Mikael Barbero1-1/+17
2015-03-26Bug 462667 - Remove references to Motif in SWT code and comments Lars Vogel1-1/+1
2015-03-24Bug 462985 - Cleanup carbon leftoversAlexander Kurtakov1-170/+0
2015-03-13Bug 462064 - Remove GTK_WIDGET_* macrosAlexander Kurtakov1-3/+1
2015-02-26Bug 460943 - Do not suppress warningsAlexander Kurtakov1-2/+1
2014-08-20Bug 441791 - Remove motif specific things from codebaseAlexander Kurtakov2-397/+0
2014-04-22Bug 426354 - SWT_AWT bridge memory leakNiraj Modi1-7/+1
2014-04-01Bug 431287 - [SWT_AWT] SWT_AWT hangs in a dialog under on OS XSteve Northover1-14/+49
2013-12-03Fix generics warnings in SWT_AWT.Alexander Kurtakov1-3/+3
2013-12-03Add missing @Override annotations.Alexander Kurtakov1-0/+1
2013-12-03fix warning - Unnecessary @SuppressWarningsv4413bI20131203-0800Lakshmi Shanmugam3-3/+3
2013-12-02Added @SuppressWarnings after Java 1.5 change (Bug 411356)Lakshmi Shanmugam1-0/+1
2013-12-02Added @SuppressWarnings after Java 1.5 change (Bug 411356)Arun Thondapu1-0/+1
2013-12-02Added @SuppressWarnings after 1.5 change(Bug 411356)Lakshmi Shanmugam1-0/+1
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod3-3/+3
2013-02-21Bug 374199 - SWT_AWT bridge broken by openjdk 1.7.0_04ea (embeddedframe class...Silenio Quarti1-15/+62
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti1-1/+1
2012-10-16remove warnings in check_compilationSilenio Quarti1-2/+2
2012-10-02Make use of gdk_x11_window_get_xid instead of gdk_x11_drawable_get_xid.Alexander Kurtakov1-1/+3
2012-09-24Make 64-bit the default source codeSilenio Quarti4-14/+14
2012-08-06Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor1-1/+6
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod1-1/+1
2012-02-28Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov1-1/+1
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-217/+217
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod1-3/+1
2009-09-29289612 - make new_Frame match other platforms; work around AWT bug where embe...Scott Kovatch1-6/+88
2009-09-23Bug 290216 - [Build] Compile warnings in official buildFelipe Heidrich1-1/+0

Back to the top