summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/swt/GLCanvas.java
Commit message (Collapse)AuthorAgeFilesLines
* SWT GLCanvas: Java 1.5 clean (No @override for interfaces); Add license ↵Sven Gothel2012-01-091-652/+0
| | | | header; Remove dummy comments
* Hopefully fixed use of GLCapabilitiesChooser (I didn't realize that this was ↵Dan Krisher2011-11-141-24/+3
| | | | already handled via the proxy surface factory). Needs testing
* [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ↵Dan Krisher2011-11-141-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).