Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license ↵ | Sven Gothel | 2012-01-09 | 1 | -652/+0 |
| | | | | header; Remove dummy comments | ||||
* | Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was ↵ | Dan Krisher | 2011-11-14 | 1 | -24/+3 |
| | | | | already handled via the proxy surface factory). Needs testing | ||||
* | [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ↵ | Dan Krisher | 2011-11-14 | 1 | -0/+673 |
version. Modified build to produce a jogl.swt.jar, and include this in jogl.all.jar. Presently there is no unit test (just a 'main' in the jogamp.opengl.swt.GLCanvas), and this does not support correct selection of GLCapabilities (FIXME and TODO tags in the source state why). |