| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix javadoc offline link rel. package-list location in gluegen, use passed 'g... | Sven Gothel | 2010-11-15 | 1 | -8/+8 |
* | remove redundant semicolon in gluegen Cg cfg file | Sven Gothel | 2010-11-15 | 1 | -3/+3 |
* | Fixed includes and adapt to the new interface-structure | Martin Tschöpe | 2010-11-15 | 3 | -35/+39 |
* | Stub POM to resolve buld-time dependencies | Evgeniy Tsvigun | 2010-11-15 | 1 | -0/+57 |
* | NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ... | Sven Gothel | 2010-11-15 | 4 | -28/+24 |
* | NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID() | Sven Gothel | 2010-11-15 | 36 | -120/+135 |
* | NEWT: Make setVisible/reparentWindow return status more reliable (visibility,... | Sven Gothel | 2010-11-15 | 9 | -102/+77 |
* | JOGL X11/WGL: Proper usage of the shared resources in implementation | Sven Gothel | 2010-11-14 | 4 | -74/+103 |
* | Simple native context tests to verify against a simple native application | Sven Gothel | 2010-11-14 | 3 | -0/+397 |
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de... | Sven Gothel | 2010-11-14 | 30 | -672/+2005 |
* | import cleanup | Sven Gothel | 2010-11-14 | 2 | -6/+0 |
* | import cleanup | Sven Gothel | 2010-11-14 | 1 | -10/+7 |
* | ExtensionAvailabilityCache: Fall back to glGetString, if glGetStringi fails; ... | Sven Gothel | 2010-11-14 | 1 | -9/+18 |
* | NativeWindow: Add constructor to AbstractGraphicsDevice derivations, | Sven Gothel | 2010-11-14 | 4 | -2/+44 |
* | NEWT: Add optional eager native initialization ; Proper exception handling | Sven Gothel | 2010-11-14 | 6 | -26/+66 |
* | Adding *Version to sub packages | Sven Gothel | 2010-11-14 | 3 | -2/+4 |
* | GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString) | Sven Gothel | 2010-11-14 | 4 | -8/+8 |
* | ExtensionAvailabilityCache: Only use glGetStringi() is real GL >= 3.1 context | Sven Gothel | 2010-11-13 | 2 | -18/+16 |
* | updated runtime-properties.txt doc | Sven Gothel | 2010-11-13 | 2 | -10/+14 |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 7 | -43/+180 |
* | AbstractGraphicsDevice ..: Add device/display connection attribute to support... | Sven Gothel | 2010-11-12 | 11 | -24/+42 |
* | Use GlueGen VersionUtil to dump full Manifest version | Sven Gothel | 2010-11-10 | 11 | -77/+29 |
* | Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha... | Sven Gothel | 2010-11-10 | 20 | -241/+100 |
* | Fix windows etc/test.bat script | Sven Gothel | 2010-11-09 | 1 | -1/+5 |
* | The 'shared resource' thread must be a deamon, otherwise the application won'... | Sven Gothel | 2010-11-09 | 1 | -1/+3 |
* | Autobuild location changed | Sven Gothel | 2010-11-09 | 1 | -3/+3 |
* | Adding simple static main test entry to provide standalone autobuild verifica... | Sven Gothel | 2010-11-09 | 5 | -0/+143 |
* | JavaDoc: Use GlueGen offline link, javadoc_public -> javadoc | Sven Gothel | 2010-11-09 | 4 | -17/+22 |
* | Added proper Khronos license tag (found it) | Sven Gothel | 2010-11-09 | 3 | -142/+45 |
* | Archive: New common zip archive folder structure. Drop source archive, use git | Sven Gothel | 2010-11-09 | 4 | -38/+14 |
* | Relocated some deployment script to jogamp-scripting repo | Sven Gothel | 2010-11-09 | 10 | -532/+0 |
* | Fix double declaration | Sven Gothel | 2010-11-08 | 1 | -4/+0 |
* | archive script: use jogl-demos from master | Sven Gothel | 2010-11-08 | 1 | -9/+9 |
* | Move win32 RECT structure to windows.h | Sven Gothel | 2010-11-08 | 3 | -14/+8 |
* | Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime package's... | Sven Gothel | 2010-11-08 | 3 | -94/+99 |
* | Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori... | Sven Gothel | 2010-11-08 | 1 | -222/+0 |
* | Reformated license tag; Added Khronos license | Sven Gothel | 2010-11-08 | 3 | -30/+69 |
* | Add gluegen stdarg.h and inttypes.h | Sven Gothel | 2010-11-07 | 2 | -0/+14 |
* | Fix CG header, according to PCPP fix | Sven Gothel | 2010-11-07 | 3 | -12/+11 |
* | Fix imports .. | Sven Gothel | 2010-11-07 | 7 | -32/+82 |
* | Fix NativeSignatureJavaMethodBindingEmitter usage; Fix imports | Sven Gothel | 2010-11-07 | 1 | -11/+9 |
* | Gluegen parts in src/gluegen (clean) | Sven Gothel | 2010-11-07 | 17 | -303/+142 |
* | Gluegen parts in src/gluegen ; Renamed com.sun.gluegen -> com.jogamp.gluegen .. | Sven Gothel | 2010-11-06 | 8 | -6/+16 |
* | Relocation: GlueGen GL Parts to Jogl | Sven Gothel | 2010-11-06 | 3 | -0/+981 |
|\ |
|
| * | Renamed com.sun.gluegen -> com.jogamp.gluegen | Sven Gothel | 2010-11-06 | 3 | -17/+24 |
| * | Merge branch 'freebsd-fixes' of http://github.com/rothwell/gluegen | Michael Bien | 2010-07-18 | 0 | -0/+0 |
| |\ |
|
| | * | Merge branch 'master' of git://github.com/mbien/gluegen into freebsd-fixes | Mark Rothwell | 2010-06-26 | 0 | -0/+0 |
| | |\ |
|
| * | \ | Merge branch 'master' of github.com:mbien/gluegen | Sven Gothel | 2010-07-07 | 0 | -0/+0 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-06-20 | 0 | -0/+0 |
| | |\ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'master' of github.com:mbien/gluegen | Michael Bien | 2010-06-18 | 0 | -0/+0 |
| | |\ \
| | |/ /
| |/| | |
|