| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
| * | StringBuffer -> StringBuilder in Methodbinding | Michael Bien | 2010-04-08 | 1 | -34/+38 |
* | | http://jogamp.org/bugzilla/show_bug.cgi?id=393 | Sven Gothel | 2010-04-08 | 5 | -31/+71 |
|/ |
|
* | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-04-01 | 6 | -6/+6 |
|\ |
|
| * | Fix 32bit masking / tests | Sven Gothel | 2010-04-01 | 5 | -5/+6 |
| * | Fix build .. | Sven Gothel | 2010-04-01 | 1 | -1/+0 |
* | | fixed a bug introduced in commit 2fe517b9a2e1a680b50c7e1273897495800c5350 / h... | Michael Bien | 2010-04-01 | 1 | -7/+8 |
|/ |
|
* | fixed generated imports rudimentary (not DRY).. cleanup in work. | Michael Bien | 2010-03-31 | 3 | -103/+105 |
* | Merged with latest of mbien | Sven Gothel | 2010-03-31 | 50 | -3022/+3084 |
|\ |
|
| * | introduced com.jogamp.common.{nio,os} packages and moved some classes. | Michael Bien | 2010-03-31 | 32 | -73/+86 |
| * | refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package. | Michael Bien | 2010-03-31 | 12 | -2784/+2716 |
| * | replaced int-flags with enums + code cleanup. | Michael Bien | 2010-03-31 | 2 | -84/+54 |
| * | implemented better logging using java.util.logging. | Michael Bien | 2010-03-31 | 5 | -86/+176 |
| * | introduced internal NativeBuffer interface, this can be made public as soon w... | Michael Bien | 2010-03-30 | 3 | -2/+50 |
* | | Buffer heritage added. Migrated old runtime tests. | Sven Gothel | 2010-03-31 | 24 | -341/+414 |
|/ |
|
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=392 | Sven Gothel | 2010-03-30 | 4 | -2/+106 |
* | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-03-30 | 1 | -5/+30 |
|\ |
|
| * | added sizeOfBufferElem(Buffer buf) to Buffers. | Michael Bien | 2010-03-29 | 1 | -4/+29 |
| * | made conctructor protected. | Michael Bien | 2010-03-29 | 1 | -1/+1 |
* | | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389 | Sven Gothel | 2010-03-30 | 9 | -23/+290 |