summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix: X11 locking The current thread default display or the given display is...Sven Gothel2010-04-191-0/+51
* code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except...Michael Bien2010-04-191-59/+66
* final large refactoring to move to com.jogamp.*.Michael Bien2010-04-191-1/+1
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2010-04-191-2/+34
* Cleanup ..sg2158892010-04-191-9/+2
* EGL changes for deviceMorris Meyer2010-04-191-2/+9
* Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect...Sven Gothel2010-04-191-3/+3
* Changed a few Class.forName() calls to defer initialization to avoid eager in...Kenneth Russel2010-04-191-3/+3
* Movement of Capabilities class and chooseCapabilities functionality into Nati...Kenneth Russel2010-04-191-4/+4
* Continue moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2010-04-191-2/+2
* Continue moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2010-04-191-0/+0
* Start moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2010-04-191-0/+0
* JOGL refactoring: Refactored JOGL into 3 independent components.Sven Gothel2010-04-191-8/+16
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2010-04-191-2/+5
* - New profile GL2ES12 (desktop) - Intersection of GL2 + GLES1 + GLES2 - Commo...Sven Gothel2010-04-191-3/+1
* Cleanup and partitioning of GLUSven Gothel2010-04-191-2/+12
* - Using new config feature: 'IgnoreExtendedInterfaceSymbols <java class sourc...Sven Gothel2010-04-191-2/+2
* 3rd round cdcfp - compile clean.Sven Gothel2010-04-191-7/+23
* Auto GL profile selection; New GLReflection (refactoring of common relfection...Sven Gothel2010-04-191-0/+114
* Add emitting is|get GL4|GL4bcSven Gothel2010-04-151-0/+4
* merged LongInt with IntIntHashMap.Michael Bien2010-04-152-206/+21
* added Simon Goller to @author list in LongIntHashMap und LongIntHashMapTest.Michael Bien2010-04-121-0/+3
* IntIntHashMap changed to LongIntHashMap.Simon Goller2010-04-121-0/+196
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-04-101-19/+20
|\
| * annotated certain token in IntIntHashMap for text substitution.Michael Bien2010-04-081-19/+20
* | *** Now Using Apache-Ant-1.8.0 ***Sven Gothel2010-04-101-6/+0
|/
* initial import of IntIntHashmap + JUnitTest including a benchmark.Michael Bien2010-04-081-0/+195
* Merge branch 'master' of github.com:mbien/gluegenVALID_BUILDS_01Sven Gothel2010-04-084-72/+83
|\
| * gluegen imports now com.jogamp.common.nio.* and java.nio.* instead of using F...Michael Bien2010-04-083-38/+45
| * StringBuffer -> StringBuilder in MethodbindingMichael Bien2010-04-081-34/+38
* | http://jogamp.org/bugzilla/show_bug.cgi?id=393Sven Gothel2010-04-085-31/+71
|/
* Merge branch 'master' of github.com:mbien/gluegenMichael Bien2010-04-016-6/+6
|\
| * Fix 32bit masking / testsSven Gothel2010-04-015-5/+6
| * Fix build ..Sven Gothel2010-04-011-1/+0
* | fixed a bug introduced in commit 2fe517b9a2e1a680b50c7e1273897495800c5350 / h...Michael Bien2010-04-011-7/+8
|/
* fixed generated imports rudimentary (not DRY).. cleanup in work.Michael Bien2010-03-313-103/+105
* Merged with latest of mbienSven Gothel2010-03-3150-3022/+3084
|\
| * introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-3132-73/+86
| * refactoring and code cleanup in gluegen.opengl and gluegen.procaddress package.Michael Bien2010-03-3112-2784/+2716
| * replaced int-flags with enums + code cleanup.Michael Bien2010-03-312-84/+54
| * implemented better logging using java.util.logging.Michael Bien2010-03-315-86/+176
| * introduced internal NativeBuffer interface, this can be made public as soon w...Michael Bien2010-03-303-2/+50
* | Buffer heritage added. Migrated old runtime tests.Sven Gothel2010-03-3124-341/+414
|/
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=392Sven Gothel2010-03-304-2/+106
* Merge branch 'master' of github.com:mbien/gluegenSven Gothel2010-03-301-5/+30
|\
| * added sizeOfBufferElem(Buffer buf) to Buffers.Michael Bien2010-03-291-4/+29
| * made conctructor protected.Michael Bien2010-03-291-1/+1
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=389Sven Gothel2010-03-309-23/+290
* | Resolved conflictsSven Gothel2010-03-2917-71/+405
|\|
| * renamed BufferFactory into Buffers.Michael Bien2010-03-2912-56/+56