Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Bug 488431 - Provide SWT/GTK3 port on WindowsRolf Theunissen2-1/+2
2018-03-28Bug 531097 - [Win32] Remove support for Windows before VistaNikita Nemkin2-33/+29
2018-02-02Bug 529151 [Gtk] Move gtk/gdk function from OS.java to GTk.java andLeo Ufimtsev2-4/+4
2018-02-01Bug 529151 [Gtk] Move gtk function from OS.java to GTK.javaLeo Ufimtsev2-119/+119
2017-09-27Bug 525255 - Enable indirect static usage warningsI20170927-0420Alexander Kurtakov1-4/+3
2017-09-27Bug 525255 - Enable indirect static usage warnings Alexander Kurtakov2-16/+16
2017-06-30Bug 518532 - Drop GDK drawingI20170630-2000Alexander Kurtakov1-1/+1
2017-06-29Bug 518532 - Drop GDK drawingAlexander Kurtakov1-17/+3
2017-06-27Bug 477950: [GTK3] Port SWT colors from using GdkColor to GdkRGBA soEric Williams1-2/+7
2016-11-17Bug 498876: [HiDPI][Printer] GC autoScales for Printer devices at HighDPIMarkus Keller3-0/+9
2016-11-10Bug 507235: Clean up of Converter.java Leo Ufimtsev2-11/+11
2016-09-28Bug 498876 - [HiDPI][Printer] GC autoScales for Printer devices atNiraj Modi3-2/+17
2016-09-20Bug 501782: [GTK2] Clean up pre-GTK2.24 codeEric Williams1-3/+0
2016-07-21Bug 498062 - [HiDPI] autoScale wrongly applies to Printer devices onY20160721-1000Niraj Modi1-11/+1
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi1-1/+11
2016-01-12Bug 485602 - Remove unused Printing implementations Alexander Kurtakov4-1210/+0
2016-01-07Bug 485367 - cleaned trailing spaces in swt (common)Andrey Loskutov1-29/+29
2016-01-07Bug 485367 - cleaned trailing spaces in swt (emulated)Andrey Loskutov2-25/+25
2016-01-07Bug 485367 - cleaned trailing spaces in swt (cocoa)Andrey Loskutov2-43/+43
2016-01-07Bug 485367 - cleaned trailing spaces in swt (win32)Andrey Loskutov2-45/+45
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller2-0/+10
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller2-0/+10
2015-07-07Bug 470568 - Replace `new Boolean` with `Boolean.valueOf`Alex Blewitt1-1/+1
2015-03-26Bug 463152 - Drop pre-2.18 GTK checks in Printer/PrintDialog Alexander Kurtakov2-14/+4
2015-03-24Bug 455263 - Retire Eclipse SWT/wpfAlexander Kurtakov2-586/+0
2015-01-09Bug 457041 - [GTK] Trailing whitespace removal for GTK codebaseLeo Ufimtsev2-60/+60
2014-10-13Bug 446930: NPE in Control.windowProc (widget disposed in Link MouseUp handler)v4507gI20141021-0800I20141014-0800Markus Keller1-5/+5
2014-10-01Bug 444542 - Eliminate reliance on stack trace filters in UISergey Prigogin2-1/+8
2014-09-22Bug 444725 - Remove carbon support from swtAlexander Kurtakov2-1033/+0
2014-09-04Modified fix for Bug 400478 - Print doesn't have a "print selection"Lakshmi Shanmugam1-6/+13
2014-09-04Bug 400478 - Print doesn't have a "print selection" option on osxLakshmi Shanmugam1-2/+5
2014-08-20Bug 441791 - Remove motif specific things from codebaseAlexander Kurtakov2-982/+0
2013-12-03Add missing @Override annotations.Alexander Kurtakov3-0/+10
2013-10-16Update Javadoc commentsBogdan Gheorghe2-1/+12
2013-07-23Remove useless overriding method.Alexander Kurtakov1-9/+0
2013-07-12org.eclipse.swt.printing - Clean pre-2.8 GTK checks.Alexander Kurtakov2-202/+198
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod7-7/+7
2013-02-07Do not use g_thread_init on Glib newer than 2.32.Alexander Kurtakov1-2/+4
2012-10-30Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti1-37/+0
2012-09-24Make 64-bit the default source codeSilenio Quarti6-78/+78
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2-2/+2
2012-03-09Bug 373794 - Malformed Javadoc commentsGrant Gayed2-2/+3
2012-02-28Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov1-1/+1
2012-01-20Bug 369152 - Make gtk_set_locale dynamic. (reviewed)Alexander Kurtakov1-1/+3
2012-01-18Merge master into Bug354978Bogdan Gheorghe1-0/+3
2011-11-09Bug 362999 - SWTGraphics#scale is broken when used with Printer onSilenio Quarti1-0/+3
2011-10-21make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti1-8/+14
2011-09-23fix permission of filesSilenio9-0/+0
2011-08-24Bug 349812 - Rotate gesture not working on 64bit buildSilenio Quarti1-1/+1
2011-08-17Bug 281912 - printing to non-default printer no longer works properly Silenio Quarti1-34/+36

Back to the top