| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | JOGL refactoring: Refactored JOGL into 3 independent components. | Sven Gothel | 2010-04-19 | 1 | -19/+63 |
* | JAWT package cleanup .. re adding accidently removed files | Sven Gothel | 2010-04-19 | 1 | -0/+71 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-04-19 | 1 | -2/+2 |
* | Refactored static initialization to let the JVM ensure it only runs once; don... | Kenneth Russel | 2010-04-19 | 1 | -9/+3 |
* | - Fix: X11 locking The current thread default display or the given display is... | Sven Gothel | 2010-04-19 | 1 | -39/+40 |
* | - Fixing SPEC documentation for bindings JOGL and NativeWindow, lot's of java... | Sven Gothel | 2010-04-19 | 1 | -0/+1 |
* | Movement of Capabilities class and chooseCapabilities functionality into Nati... | Kenneth Russel | 2010-04-19 | 1 | -0/+76 |
* | Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect... | Sven Gothel | 2010-04-19 | 1 | -3/+3 |
* | Changed a few Class.forName() calls to defer initialization to avoid eager in... | Kenneth Russel | 2010-04-19 | 1 | -3/+3 |
* | Movement of Capabilities class and chooseCapabilities functionality into Nati... | Kenneth Russel | 2010-04-19 | 1 | -4/+4 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -2/+2 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -0/+0 |
* | Start moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -0/+0 |
* | JOGL refactoring: Refactored JOGL into 3 independent components. | Sven Gothel | 2010-04-19 | 1 | -8/+16 |
* | - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ... | Sven Gothel | 2010-04-19 | 1 | -2/+5 |
* | - New profile GL2ES12 (desktop) - Intersection of GL2 + GLES1 + GLES2 - Commo... | Sven Gothel | 2010-04-19 | 1 | -3/+1 |
* | Cleanup and partitioning of GLU | Sven Gothel | 2010-04-19 | 1 | -2/+12 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2010-04-19 | 1 | -2/+2 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2010-04-19 | 1 | -7/+23 |
* | Auto GL profile selection; New GLReflection (refactoring of common relfection... | Sven Gothel | 2010-04-19 | 1 | -0/+114 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-04-19 | 1 | -1/+1 |
* | - Fix: X11 locking The current thread default display or the given display is... | Sven Gothel | 2010-04-19 | 1 | -0/+51 |
* | code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except... | Michael Bien | 2010-04-19 | 1 | -59/+66 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-04-19 | 1 | -1/+1 |
* | NEWT: Native window parenting (X11: OK); AWTWindow external Frame OK | Sven Gothel | 2010-04-19 | 1 | -2/+34 |
* | Cleanup .. | sg215889 | 2010-04-19 | 1 | -9/+2 |
* | EGL changes for device | Morris Meyer | 2010-04-19 | 1 | -2/+9 |
* | Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect... | Sven Gothel | 2010-04-19 | 1 | -3/+3 |
* | Changed a few Class.forName() calls to defer initialization to avoid eager in... | Kenneth Russel | 2010-04-19 | 1 | -3/+3 |
* | Movement of Capabilities class and chooseCapabilities functionality into Nati... | Kenneth Russel | 2010-04-19 | 1 | -4/+4 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -2/+2 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -0/+0 |
* | Start moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2010-04-19 | 1 | -0/+0 |
* | JOGL refactoring: Refactored JOGL into 3 independent components. | Sven Gothel | 2010-04-19 | 1 | -8/+16 |
* | - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ... | Sven Gothel | 2010-04-19 | 1 | -2/+5 |
* | - New profile GL2ES12 (desktop) - Intersection of GL2 + GLES1 + GLES2 - Commo... | Sven Gothel | 2010-04-19 | 1 | -3/+1 |
* | Cleanup and partitioning of GLU | Sven Gothel | 2010-04-19 | 1 | -2/+12 |
* | - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc... | Sven Gothel | 2010-04-19 | 1 | -2/+2 |
* | 3rd round cdcfp - compile clean. | Sven Gothel | 2010-04-19 | 1 | -7/+23 |
* | Auto GL profile selection; New GLReflection (refactoring of common relfection... | Sven Gothel | 2010-04-19 | 1 | -0/+114 |
* | Add emitting is|get GL4|GL4bc | Sven Gothel | 2010-04-15 | 1 | -0/+4 |
* | merged LongInt with IntIntHashMap. | Michael Bien | 2010-04-15 | 2 | -206/+21 |
* | added Simon Goller to @author list in LongIntHashMap und LongIntHashMapTest. | Michael Bien | 2010-04-12 | 1 | -0/+3 |
* | IntIntHashMap changed to LongIntHashMap. | Simon Goller | 2010-04-12 | 1 | -0/+196 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-04-10 | 1 | -19/+20 |
|\ |
|
| * | annotated certain token in IntIntHashMap for text substitution. | Michael Bien | 2010-04-08 | 1 | -19/+20 |
* | | *** Now Using Apache-Ant-1.8.0 *** | Sven Gothel | 2010-04-10 | 1 | -6/+0 |
|/ |
|
* | initial import of IntIntHashmap + JUnitTest including a benchmark. | Michael Bien | 2010-04-08 | 1 | -0/+195 |
* | Merge branch 'master' of github.com:mbien/gluegenVALID_BUILDS_01 | Sven Gothel | 2010-04-08 | 4 | -72/+83 |
|\ |
|
| * | gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using F... | Michael Bien | 2010-04-08 | 3 | -38/+45 |