Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-14Bug 292187 - NPE in OleClientSite on a clean Windows installFelipe Heidrich1-0/+1
2009-10-07Bug 288474 - Saving a docx file fails silently due to not killing WINWORD pro...Felipe Heidrich1-81/+57
2009-10-07re-fix 248400 - Backspace does not work flash files viewed in SWT browser whe...Grant Gayed2-1/+6
2009-10-06264398 - Arrow_Down does not scroll after tabbing into BrowserGrant Gayed1-65/+63
2009-08-14fix 64bitFelipe Heidrich1-3/+3
2009-08-12Bug 68194: [OLE] OLE components w/o visual representationFelipe Heidrich1-3/+75
2009-08-12Bug 36802: [OLE] override OleAutomation.equals()Felipe Heidrich1-1/+12
2009-08-11Bug 268789: [OLE] Cannot create in-place editor for Microsoft Word documents ...Felipe Heidrich1-109/+117
2009-08-11*** empty log message ***Felipe Heidrich1-1/+1
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti16-0/+7042
2009-06-30*** empty log message ***Felipe Heidrich16-7042/+0
2009-05-29After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod6-6/+6
2009-05-08Bug 275484: OleClientSite#isDirty QueryInterface IIDIPersistFile but creates ...Felipe Heidrich1-1/+1
2009-05-08Bug 180176: [OLE] [EditorMgmt] Strange behavior while opening default gif editorFelipe Heidrich1-1/+8
2009-05-08/*long*/Kevin Barnes1-1/+1
2009-05-07Bug 270316: [OLE] Failure save 2003 Word document with embedded Word 2007 ed...Felipe Heidrich1-36/+67
2009-03-12Bug 236630: [OLE] Saving docx file will corrupt the file and produce OLE exce...Felipe Heidrich1-0/+35
2009-01-30248400 - Backspace does not work flash files viewed in SWT browser when eclip...Grant Gayed1-63/+65
2008-11-17237102 - [OLE] OleControlSite with Excel.Sheet renders deactivated view impro...Steve Northover1-1/+1
2008-10-29Bug 237102 - [OLE] OleControlSite with Excel.Sheet renders deactivated view i...Duong Nguyen1-35/+43
2008-10-28Bug 237102 - [OLE] OleControlSite with Excel.Sheet renders deactivated view i...Duong Nguyen1-33/+36
2008-10-24Bug 237102 - [OLE] OleControlSite with Excel.Sheet renders deactivated view i...Duong Nguyen2-3/+12
2008-10-07- fixed commentsDuong Nguyen1-5/+5
2008-10-03173556 - don't set the clientSite twice if it's already defined.Duong Nguyen1-1/+14

Back to the top