Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Bug 569468 - [GTK3] SWT/GTK3 crash when using GTKLookAndFeel in SwingNikita Nemkin1-21/+0
2021-03-18Bug 570533 - [GTK4] Make separate GTK3.java and GTK4.java nativePaul D'Pong1-2/+9
2020-01-25Bug 559392 - Put ERROR_NO_MORE_CALLBACKS check into Callback constructorNikita Nemkin1-9/+3
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski1-3/+3
2019-04-02Bug 545793 - [GTK] Remove 32-bit codeXi Yan1-1/+1
2019-03-26Bug 545793: [GTK] Remove 32-bit codeEric Williams1-28/+28
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-1/+1
2019-02-16Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-1/+1
2019-02-14Prefer usage of Boolean.parseBooleanLars Vogel1-1/+1
2019-01-30Bug 539707 - [GTK3] Replace deprecated gdk_threads_leave()Alexander Kurtakov1-4/+4
2018-09-18Rename Color.handleRGBA to handle.Alexander Kurtakov1-3/+3
2018-09-17Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov1-5/+0
2018-09-11Bug 530841: [GTK2] Remove GTK 2.x supportI20180912-0210Eric Williams1-7/+2
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel1-3/+6
2018-04-11Bug 488431 - Provide SWT/GTK3 port on WindowsRolf Theunissen1-1/+1
2018-02-02Bug 529151 [Gtk] Move gtk/gdk function from OS.java to GTk.java andLeo Ufimtsev1-3/+3
2018-02-01Bug 529151 [Gtk] Move gtk function from OS.java to GTK.javaLeo Ufimtsev1-54/+54
2017-09-27Bug 525255 - Enable indirect static usage warnings Alexander Kurtakov1-6/+6
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 Keller1-0/+3
2016-11-10Bug 507235: Clean up of Converter.java Leo Ufimtsev1-7/+7
2016-09-28Bug 498876 - [HiDPI][Printer] GC autoScales for Printer devices atNiraj Modi1-1/+6
2016-09-20Bug 501782: [GTK2] Clean up pre-GTK2.24 codeEric Williams1-3/+0
2015-03-26Bug 463152 - Drop pre-2.18 GTK checks in Printer/PrintDialog Alexander Kurtakov1-10/+3
2015-01-09Bug 457041 - [GTK] Trailing whitespace removal for GTK codebaseLeo Ufimtsev1-40/+40
2013-12-03Add missing @Override annotations.Alexander Kurtakov1-0/+8
2013-07-23Remove useless overriding method.Alexander Kurtakov1-9/+0
2013-07-12org.eclipse.swt.printing - Clean pre-2.8 GTK checks.Alexander Kurtakov1-3/+3
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod1-1/+1
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 Quarti1-31/+31
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod1-1/+1
2012-03-09Bug 373794 - Malformed Javadoc commentsGrant Gayed1-1/+2
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-05-18Bug 175821 - GTK printer name for "Print to File" should not be NON-NLSCarolyn MacLeod1-36/+70
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-1/+1
2011-04-01Bug 341085 - swt tests timing out linux.gtk.x86 in N20110327-2000Silenio Quarti1-0/+21
2010-12-06Adding duplex APICarolyn MacLeod1-0/+19
2010-10-25 Bug 150870 - GTK+ Printer getDPI returns 72 x 72Carolyn MacLeod1-21/+32
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod1-1/+1
2010-04-13305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed1-0/+4
2010-04-01212594 - [Printer] Printer.dispose() after cancelJob() yields lifetime supply...Praveen Innamuri1-2/+5

Back to the top