Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Bug 559389 - [Win32] Remove dead code and obsolete commentsNikita Nemkin1-6/+4
2020-01-25Bug 559392 - Put ERROR_NO_MORE_CALLBACKS check into Callback constructorNikita Nemkin2-3/+0
2019-12-11Use jdk 5 for-each loopCarsten Hammer5-24/+17
2019-07-01Bug 548666 - [Win32] Remove unused COM constants, structures, functionsNikita Nemkin1-4/+3
2019-06-18Bug 548277 - [Win32] Remove 32-bit code remnantsNikita Nemkin2-15/+4
2019-06-18Bug 548277 - [Win32] Remove 32-bit code commentsNikita Nemkin9-616/+616
2019-06-18Bug 548364 - [win32] Compiler warning reported in swt.win32.win32.x86Niraj Modi1-2/+1
2019-06-14Bug 547304 - [cleanup] Fix wrong space/tab indentationPaul Pazderski3-60/+60
2019-06-14Bug 547475 - [Win32] Remove redundant COM interface vtablesNikita Nemkin3-56/+4
2019-05-13Bug 546835 - [Win32] Remove application palette managementNikita Nemkin1-2/+2
2019-02-15Bug 543933 - Build javadocs with Java 11Alexander Kurtakov1-2/+2
2019-02-13Bug 543933 - Build javadocs with Java 11Alexander Kurtakov2-2/+2
2018-08-21Bug 530393 - EPL 2.0 update for SWT bundlesLars Vogel15-45/+90
2018-04-15Bug 318942 - [OLE] new OleAutomation(progId) fails because of missing flagI20180415-2000Nikita Nemkin1-2/+1
2018-03-28Bug 531097 - [Win32] Remove support for Windows before VistaNikita Nemkin1-30/+23
2017-11-14Bug 527268 - [win32] Main Menu not refreshed when DnD a different extNiraj Modi1-1/+6
2017-09-27Bug 525255 - Enable indirect static usage warningsAlexander Kurtakov8-121/+126
2016-08-09Bug 487314 - [win32] Only one menu is working in case of many OLE objects wit...Szymon Ptaszkiewicz1-0/+4
2016-07-24Bug 497962 - Use lambdas where possibleAlexander Kurtakov1-51/+42
2016-03-12Bug 479614 - [Graphics] HiDPI support for eclipse platformNiraj Modi1-16/+13
2016-02-10Bug 487556 - Remove redundant type parematers Alexander Kurtakov2-3/+3
2016-02-10Bug 483640 - Add missing annotations to SWT after the move to Java 7Alexander Kurtakov2-0/+4
2016-01-08Bug 482308 - [win32] Main Menu not refreshed after deactivating Word editorSzymon Ptaszkiewicz2-6/+33
2016-01-07Bug 485367 - cleaned trailing spaces in swt (win32)Andrey Loskutov11-485/+485
2015-11-23Bug 463924 - Hashtable -> HashMap, MapJacek Sieka1-163/+163
2015-11-02Bug 462633: Enable save actions for annotationsMarkus Keller7-0/+91
2015-02-05Bug 458863 - Replace Vector with ArrayList where appropriateJacek Sieka1-6/+7
2014-07-04Bug 437740 - [OLE] VT_DATE is converted to VT_R4 instead of VT_R8Niraj Modi1-3/+3
2013-12-02Added @SuppressWarnings after Java 1.5 change (Bug 411356)Lakshmi Shanmugam2-1/+2
2013-05-28Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod15-15/+15
2013-04-15Bug 405711 - Memory Leak / COM Leak in OleEventSink.java and IE.javaMartin Kolb1-1/+8
2013-03-27Bug 403559 - Intermittent loss of caret (or cursor?)v4324bv4324aI20130402-0800Silenio Quarti1-2/+1
2013-03-27Bug 403559 - Intermittent loss of caret (or cursor?)Silenio Quarti1-3/+6
2012-09-24Fix API warnings after switching to 64 bit source codeCarolyn MacLeod1-1/+3
2012-09-24Make 64-bit the default source codeSilenio Quarti9-616/+616
2011-09-23fix permission of filesSilenio16-0/+0
2011-05-10Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod1-1/+1
2011-01-04333493 - disposed widget exception when closing editor with Browser with Ctrl+F4Grant Gayed1-0/+3
2010-11-25Bug 327560 - Failed to create Citrix Client v12Silenio Quarti2-2/+19
2010-11-15329058 - BrowserFunction should map java null to JS null, not to undefinedGrant Gayed1-4/+12
2010-11-08324102 - Backspace key, delete key and tab stop working when my application i...Grant Gayed1-0/+7
2010-08-12Bug 318942 - [OLE] new OleAutomation(progId) fails because of missing flagFelipe Heidrich1-2/+3
2010-05-31Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod5-5/+5
2010-05-24 Bug 314066 - Add missing flags (<code>, @see, @return) in javadocLakshmi Shanmugam1-1/+1
2010-04-13305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed3-0/+8
2010-02-18260533 - menuAboutToShow is inadvertently(?) called when using a shortcut whi...Grant Gayed1-0/+3
2010-01-29New api filter should be added for the removal of this method org.eclipse.swt...Felipe Heidrich1-0/+3
2010-01-19Bug 299241 - [OLE] Menus disappear when opening/closing a RAC view with embed...Felipe Heidrich1-13/+0
2010-01-06revert most of the last fix as it's causing Browser4 and Browser5 tests to crashGrant Gayed1-14/+11
2009-12-15295185 - Refresh of PDF in SWT browser leads to jvm crashGrant Gayed2-10/+17

Back to the top