Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Bug 546768 - [Cocoa] Remove 32-bit codeNikita Nemkin1-4/+4
2019-04-02Fix Java 9 deprecation warningsNikita Nemkin1-1/+1
2019-03-26Bug 545793: [GTK] Remove 32-bit codeEric Williams1-6/+6
2019-01-05Bug 541025 [GTK] Fixed Eclipse UI flickering when AWT window is openedUmair Sair1-2/+2
2018-09-13Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov1-12/+3
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel7-21/+42
2018-04-11Bug 488431 - Provide SWT/GTK3 port on WindowsRolf Theunissen1-0/+2
2018-03-15Bug 532475 - Move away of deprecated gdk_error_trap_push/popAlexander Kurtakov1-2/+8
2018-02-02Bug 529151 [Gtk] Move gtk/gdk function from OS.java to GTk.java andLeo Ufimtsev1-4/+4
2018-02-01Bug 529151 [Gtk] Move gtk function from OS.java to GTK.javaLeo Ufimtsev1-3/+3
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

Back to the top