Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-21246929 - Added SWT_AWT.new_Shell for CocoaScott Kovatch2-161/+157
2009-07-01restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti12-0/+1879
2009-06-30*** empty log message ***Felipe Heidrich12-1879/+0
2009-05-29After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod4-4/+4
2009-05-26tab consistency with all other SWT classes.Carolyn MacLeod1-109/+109
(ignore whitespace changes when comparing)
2008-11-26255637 - Missing removeComponentListener in SWT_AWT.new_Shell (shell is ↵Silenio Quarti4-0/+4
disposed)
2008-11-19255637 - Missing removeComponentListener in SWT_AWT.new_ShellSilenio Quarti4-4/+31
2008-10-30246057 - SWT_AWT application does not receive mouse eventsSilenio Quarti1-3/+8
2008-10-28removing 246057 from 3.5 streamSilenio Quarti1-21/+16
2008-10-14246057 - SWT_AWT application does not receive mouse eventsSilenio Quarti1-16/+21
2008-09-17247649 - Compiler warnings in I20080917-0100Grant Gayed1-3/+0
2008-09-15246929 - Throw an error on new_Shell until we work out the details to ↵Scott Kovatch1-23/+27
correctly implement it. Also modified some Shell implementations to explicitly short-circuit in the embedded case.
2008-09-09145890 - First pass at SWT_AWT.new_Shell in Cocoa. Doesn't throw exceptions ↵Scott Kovatch2-109/+214
or crash, but needs work.
2008-09-05Mac generator and building 64 bit enabled C codeSilenio Quarti2-16/+16
2008-08-29Fix for 245724 -- override [NSApplication isRunning] to return true so the ↵Scott Kovatch1-2/+1
AWT doesn't attempt to re-run NSApplication.
2008-08-1864 bit workSilenio Quarti1-1/+1
2008-07-24173218 [SWT_AWT] SWT needs to support ModalityListener interfaceBogdan Gheorghe1-1/+26
2008-07-24173218 [SWT_AWT] SWT needs to support ModalityListener interfaceBogdan Gheorghe1-1/+29
2008-07-15*** empty log message ***Silenio Quarti1-0/+172
2008-06-05After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod7-24/+24
2008-06-04After Javadoc Bash for 3.4RC4Carolyn MacLeod4-0/+12
2008-06-04232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod1-0/+1
2008-06-02232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod1-0/+2
2008-01-25216431 - SWT_AWT: sun.awt.EmbeddedFrame is activated incorrectlySilenio Quarti1-2/+16
2008-01-2566615 - SWT_AWT.new_Frame occasionally hangsSilenio Quarti1-50/+92
2007-11-08 208503 - SWT_AWT bridge on OS X reports incorrect message with failureSteve Northover1-1/+3
2007-07-24*** empty log message ***Silenio Quarti1-4/+4
2007-07-1057151 - [64] 64 bit support needed for Windows XP 64-Bit EditionafterInitialReleaseOfWindows64Grant Gayed4-23/+22
2007-05-31After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod3-3/+3
2007-05-31spellingGrant Gayed1-2/+2
2007-01-03168043 - SWT_AWT not working in CTabFolder with JDK 6 on LinuxSteve Northover2-13/+31
2007-01-03186043 - SWT_AWT not working in CTabFolder with JDK 6 on LinuxSteve Northover1-12/+30
2006-08-29142644 - Drag and Drop from SWT view to Swing JTextPane crashes on SUSE LinuxSteve Northover1-1/+12
2006-05-24143482 - CHIViewEmbeddedFrame not found in EclipseSilenio Quarti1-1/+5
2006-05-09After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod4-4/+4
2006-05-08Update copyright text in dllsCarolyn MacLeod1-2/+2
2006-05-0467384 - SWT_AWT not implemented for Macv3234dSilenio Quarti1-0/+161
2006-05-03Javadoc basher output for 3.2RC3Carolyn MacLeod3-3/+42
2006-05-03139964 - Use of 1.4 APIs in SWT_AWTSilenio Quarti1-2/+2
2006-05-02javadocCarolyn MacLeod1-1/+1
2006-04-26removing code released by mistakeSilenio Quarti3-9/+4
2006-04-26adding copyrightsSilenio Quarti3-4/+9
2006-04-24*** empty log message ***Silenio Quarti1-1/+0
2006-04-17bug 136890 - javadoc typosCarolyn MacLeod1-1/+1
2006-04-10removing fix for 66615Silenio Quarti1-75/+35
2006-02-16Don't invokeLater() when running in the SWT EventQueue threadSilenio Quarti1-15/+20
2006-02-1666615 - SWT_AWT.new_Frame occasionally hangsSilenio Quarti1-36/+72
2006-01-16123993 - SWT_AWT embedded frame doesn't get iconify/deiconify eventsSteve Northover2-0/+54
2006-01-16123933 - SWT_AWT embedded frame doesn't get iconify/decionify eventsSteve Northover1-0/+28
2005-08-02104301Silenio Quarti4-0/+64

Back to the top