Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Use non-deprecated on Java 11 newInstance method.Alexander Kurtakov1-3/+4
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel47-141/+282
2018-07-25Bug 536542 - [HiDPI][GTK] Eclipse Photon is unusable on Plasma with aSravan Kumar Lakkimsetti1-4/+7
2018-06-19Removes redundant modifiers from swt.events packagesLars Vogel1-1/+1
2018-05-04Bug 530932 - Enable native scaling on Linux GTKSravan Kumar Lakkimsetti1-1/+10
2018-04-10Bug 480639: Provide monitor-specific DPI scaling / zoom levelLakshmi Shanmugam1-25/+33
2018-01-07Bug 529494 - Convert to StringBuilderAlexander Kurtakov3-8/+9
2017-05-08Bug 516258: improved messageAndrey Loskutov1-2/+2
2017-05-08Bug 516258: IllegalArgumentException below ViewLabelProvider.getImageNiraj Modi1-2/+2
2017-04-06Bug 496409: [HiDPI][API] Provide Image#getImageData(int zoom)Markus Keller1-1/+1
2017-04-06Bug 496409 - [HiDPI][API] Provide Image#getImageData(int zoom)Niraj Modi1-2/+2
2017-03-14Bug 512821: [HiDPI] Cap swt.autoScale at 200% by defaultMarkus Keller1-2/+7
2017-01-19Bug 510538 [GTK] Add Callback constructor for custom method signatures Leo Ufimtsev1-1/+115
2016-10-24Bug 506371 - [HiDPI][win32] Checkbox text is placed inside checkboxI20161024-1000Niraj Modi1-0/+11
2016-10-03Bug 499010 - Allow the application to handle RuntimeExceptions andStefan Xenos1-0/+25
2016-09-28Bug 498876 - [HiDPI][Printer] GC autoScales for Printer devices atNiraj Modi1-3/+82
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov1-12/+2
2016-05-12Bug 493462: [HiDPI] Improve autoScale method, default deviceZoom, and system ...Markus Keller1-63/+149
2016-04-25Bug 491712: [HiDPI] Test failures in coordinate mapping methodsI20160426-0130I20160426-0030I20160425-2230I20160425-2000Sravan Kumar Lakkimsetti1-10/+14
2016-04-13Bug 489771 - [HiDPI][GTK] Fix scale-factor detection on Ubuntu (e.g.Sravan Kumar Lakkimsetti1-1/+2
2016-04-12Bug 489771 - [HiDPI][GTK] Fix scale-factor detection on Ubuntu (e.g.Sravan Kumar Lakkimsetti1-3/+2
2016-04-05Bug 491095: [HiDPI] Set internal property for deviceZoomMarkus Keller1-0/+1
2016-03-30Bug 490637 - I20160329-0800 is no good on Linux - tests fail withSravan Kumar Lakkimsetti1-1/+1
2016-03-29Bug 490283 - [HiDPI] Remove DPIUtil#DPI_ZOOM_100/150/200Sravan Kumar Lakkimsetti1-11/+4
2016-03-14Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi1-22/+16
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi1-0/+313
2016-02-22Revert "Bug 399786 - GC#draw*(..) needs to support high-DPI "Sravan Kumar Lakkimsetti1-264/+0
2016-02-22Bug 399786 - GC#draw*(..) needs to supportSravan Kumar Lakkimsetti1-0/+264
2016-01-07Bug 485367 - cleaned trailing spaces in swt (common)Andrey Loskutov41-791/+791
2016-01-05Bug 484484 - Remove org.eclipse.swt.internal.Compatibility classAlexander Kurtakov1-0/+1
2016-01-05Bug 484484 - Remove org.eclipse.swt.internal.Compatibility classAlexander Kurtakov1-1/+0
2016-01-05Bug 484484 - Remove org.eclipse.swt.internal.Compatibility classAlexander Kurtakov2-15/+12
2015-02-26Bug 460943 - Do not suppress warningsAlexander Kurtakov1-3/+2
2014-01-23Bug 129729: JPEGFileFormat is derived from IJG's software without attributionMarkus Keller2-5/+14
2013-12-03Add missing @Deprecated annotation.Alexander Kurtakov1-0/+1
2013-12-03Add missing @Override annotations.Alexander Kurtakov29-0/+64
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 MacLeod33-33/+33
2012-09-24Make 64-bit the default source codeSilenio Quarti1-4/+4
2012-06-25Bug 322638 - [Image loading] ImageLoader and Image from stream fail withCarolyn MacLeod1-50/+25
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod4-4/+4
2012-05-10Bug 372790 - WinICOFileFormat cannot handle 256x256 iconsBogdan Gheorghe2-8/+25
2011-12-20Bug 96320 - ImageLoader.save cannot set JPEG compression ratioGeorge Cheng2-2/+23
2011-09-23fix permission of filesSilenio38-0/+0
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod1-1/+1
2010-11-15Compiler warnings for unused variables (cont'd)Carolyn MacLeod1-1/+1
2010-11-09Compiler warnings for unused variablesBogdan Gheorghe1-7/+7
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod6-6/+6
2010-02-03Bug 294986 - [Image Loading] What about wrong colours while saving IMAGE_BMP...Lakshmi Shanmugam1-6/+117
2009-10-26286040 - [Image Saving] o.e.swt.internal.image.PngEncoder is very slow on wr...Carolyn MacLeod1-14/+14

Back to the top