-
chrriis committed patchset 565 of module SWTSwing to the SWTSwing CVS repository, changing 1 files.
2009-02-08 09:23:51 UTC by chrriis
-
Is there any chance for 3.3/3.4 port in near future....
2009-02-02 09:29:11 UTC by nobody
-
Update to 3.3 would be a major requirement, as 3.2 is already thing of past.
2009-01-24 08:12:24 UTC by nobody
-
When running one of our products under SWTSwing we encountered a deadlock. This appeared to be caused by a loop in startExclusiveSection in UIThreadUtils never exiting. This in turn was caused by an ArrayIndexOutOfBounds exception occuring in _getItem(index) in Table.
Replacing the first line of this method with:
TableItem tableItem = null;
if (index >= 0 && index
2008-10-06 11:33:34 UTC by paul_milliken
-
Hi,
the JNLP file for your demo is not well formed.
This should be:
...
org.eclipse.swt.examples.controlexample.ControlExample
...
and not
...
...
2008-07-26 18:27:47 UTC by mbaudier
-
chrriis committed patchset 564 of module SWTSwing to the SWTSwing CVS repository, changing 3 files.
2007-12-11 16:56:38 UTC by chrriis
-
chrriis committed patchset 563 of module SWTSwing to the SWTSwing CVS repository, changing 2 files.
2007-11-19 17:35:03 UTC by chrriis
-
While effects are still not supported, the particular bug described here is solved in coming 3.2.0006 version. The fix is in CVS now.
2007-10-18 07:37:17 UTC by chrriis
-
chrriis committed patchset 80 of module SWTSwingTests to the SWTSwing CVS repository, changing 1 files.
2007-10-17 19:05:45 UTC by chrriis
-
chrriis committed patchset 562 of module SWTSwing to the SWTSwing CVS repository, changing 2 files.
2007-10-17 19:04:50 UTC by chrriis