Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Fix Java 9 deprecation warningsNikita Nemkin2-3/+3
2019-03-26Bug 488855 - [Win32] Browser widget under windows calls a method in the wrong...Alexandr Miloslavskiy2-11/+21
2019-03-11Bug 543908: [GTK4] Get ControlExample to launch and run on GTK4Eric Williams2-5/+7
2019-02-18Bug 543933 - Build javadocs with Java 11Alexander Kurtakov2-17/+17
2019-02-16Bug 543933 - Build javadocs with Java 11Alexander Kurtakov3-4/+4
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov10-30/+26
2018-09-18Bug 530841: [GTK2] Remove GTK 2.x supportAlexander Kurtakov1-7/+1
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel25-75/+150
2018-04-30Bug 529009 - Embedded Browser does not forward '<' character to client codeTom Schindl1-0/+1
2018-04-23Bug 533677 - [win32] calling Browser#refresh does not callLars Vogel1-1/+0
2018-04-11Bug 488431 - Provide SWT/GTK3 port on WindowsRolf Theunissen1-0/+3
2018-03-28Bug 531097 - [Win32] Remove support for Windows before VistaNikita Nemkin2-41/+31
2018-02-24Bug 531633 - Replace usage of System.getProperty("file.separator")Karsten Thoms1-1/+2
2018-01-31Bug 530459 – Improve error message "Embedded browser not available"Leo Ufimtsev1-2/+24
2018-01-08Bug 519334 – [Browser] should throw a meaningful error message if WebkitLeo Ufimtsev1-4/+4
2018-01-07Bug 529494 - Convert to StringBuilderAlexander Kurtakov2-9/+9
2017-12-05Bug 527564 [Webkit2] Deadlock due to blocking javascript execution in aLeo Ufimtsev1-7/+13
2017-12-01Bug 510905 [Webkit2] BrowserFunction with return value back toLeo Ufimtsev1-1/+1
2017-09-27Bug 525260 - Use foreach to iterate BrowserFuncionsAlexander Kurtakov1-4/+1
2017-09-27Bug 525255 - Enable indirect static usage warningsAlexander Kurtakov2-29/+29
2017-09-25Bug 522718 - Remove mozilla leftoversAlexander Kurtakov1-15/+5
2017-08-16Bug 521024 - [api] Provide helpers to use lambda expressions for BrowserAlexander Kurtakov6-8/+131
2017-07-10Bug 519177 – [All] update Browser.getText() javadoc to reflect platformLeo Ufimtsev1-1/+6
2017-06-30Bug 518542 - Remove XULRunner related code from SWT source repositoryArun Thondapu1-1/+1
2017-06-22Bug 518542: Remove XULRunner related code from SWT source repositoryMarkus Keller2-3/+0
2017-06-22Bug 518542: Remove XULRunner related code from SWT source repositoryI20170622-0950Lakshmi Shanmugam1-1/+1
2017-06-22Bug 518542: Remove XULRunner related code from SWT source repositoryLakshmi Shanmugam4-34/+23
2017-03-29Bug 514408: Test_OpenWindowListener_evaluateInCallback() opens IE windowMarkus Keller1-5/+5
2017-02-07Bug 508217 Implement webkit2 support for browser function Leo Ufimtsev1-2/+19
2016-12-13Revert "Bug 483642 - Retire internal SWTEventListener and SWTEventObject class"Alexander Kurtakov8-16/+16
2016-12-13Bug 483642 - Retire internal SWTEventListener and SWTEventObject classFabian Pfaff8-16/+16
2016-09-29Bug 502576 - Mark typed SWTEventListener @FunctionalInterface if theyAlexander Kurtakov5-10/+15
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov1-647/+615
2016-07-13Bug 433526: [Browser] browser.getText() is throwing exception after Internet ...Rüdiger Herrmann1-1/+1
2016-06-27Bug 493666 - [win32][HiDPI] Images in Browser widget not scaledNiraj Modi2-2/+3
2016-05-25Bug 476043 - Fix crash related to ActiveX Filtering in IE11Sebastian Ratz1-1/+1
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi2-1/+3
2016-02-10Bug 487556 - Remove redundant type parematers Alexander Kurtakov1-4/+4
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov4-4/+20
2016-01-07Bug 485367 - cleaned trailing spaces in swt (common)Andrey Loskutov19-233/+233
2016-01-07Bug 485367 - cleaned trailing spaces in swt (win32)Andrey Loskutov2-50/+50
2015-11-23Bug 463924 - Hashtable -> HashMap, MapJacek Sieka3-27/+24
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller2-0/+76
2015-10-15Bug 465822 - [IE]BrowserFunctions doesn't work properly with SWT.NONENiraj Modi1-0/+10
2015-10-08Bug 479313 - [Win32][Browser] NullPointerException in IE.executeNiraj Modi1-1/+6
2015-07-31Bug 458863 - [Common] Replace Vector with ArrayList and friendsJacek Sieka1-3/+4
2015-05-13Bug 465757 - When browser is using XULRunner, the browser.evaluateLakshmi Shanmugam1-13/+14
2015-03-24Bug 462985 - Cleanup carbon leftoversAlexander Kurtakov1-24/+0
2015-03-24Bug 455263 - Retire Eclipse SWT/wpfAlexander Kurtakov4-544/+0
2015-03-18Bug 429739 - Permission denied to access property '' Lakshmi Shanmugam2-7/+8

Back to the top