summaryrefslogtreecommitdiffstats
path: root/src/redbook
Commit message (Collapse)AuthorAgeFilesLines
* Remove GLProfile.initSingleton(..) calls and JNLP argument ↵Sven Gothel2012-06-215-43/+0
| | | | | | | | | | 'NotFirstUIActionOnProcess'; Adapt to CapabilitiesChooser API/generics change; Misc - Remove GLProfile.initSingleton(..) calls and JNLP argument 'NotFirstUIActionOnProcess' - Adapt to CapabilitiesChooser API/generics change - Cleanup some generics use .. etc
* Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: ↵Sven Gothel2010-10-145-15/+40
| | | | Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
* Adding GLProfile.initSingleton() call, ensuring [multithreading] ↵Sven Gothel2010-06-105-2/+17
| | | | intitialization can be done in time
* Fix URLsSven Gothel2010-05-083-3/+3
|
* fixed imports to fix build.Michael Bien2010-04-087-7/+7
|
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 ↵Sven Gothel2010-03-301-11/+9
| | | | gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-2935-204/+262
|
* modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2770-114/+223
|
* fixed EDT deadlock in redbook appletMichael Bien2009-09-162-10/+30
|
* Initial import of JOGL 2 redbook sample projectsMichael Bien2009-09-15119-0/+19836
-project builds stand alone, all dependencies including doc are downloaded automatically -a full build will create a slideshow applet in dist/ -project can be opened with NetBeans -original credits go to Kiet Le, ported to JOGL 2 by Claudio E. Goes