| Commit message (Expand) | Author | Age | Files | Lines |
* | test scriptsv2.0-rc3 | Sven Gothel | 2011-09-16 | 2 | -3/+4 |
* | test scripts | Sven Gothel | 2011-09-16 | 2 | -4/+5 |
* | test scripts | Sven Gothel | 2011-09-16 | 2 | -5/+6 |
* | test script | Sven Gothel | 2011-09-15 | 1 | -1/+1 |
* | NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window creation | Sven Gothel | 2011-09-15 | 1 | -2/+2 |
* | ant build: don't delete jar/lib on 'one.dir', but 'clean' only | Sven Gothel | 2011-09-15 | 1 | -5/+2 |
* | Minor edits: generics, test script | Sven Gothel | 2011-09-14 | 1 | -2/+2 |
* | Remove duplicates in jogl.test.jar, jogl.util.jar, jogl.util.fixedfuncemu.jar | Sven Gothel | 2011-09-14 | 2 | -17/+9 |
* | jogl test.compile post one.dir, before zip archive | Sven Gothel | 2011-09-14 | 1 | -4/+4 |
* | Don't generate android.jar pre default, incl atomic jar/jnlp in 7z | Sven Gothel | 2011-09-13 | 1 | -16/+18 |
* | Promote jogl.test.jar to build/jar | Sven Gothel | 2011-09-11 | 9 | -10/+9 |
* | disable test of NV swap group - but add explicit test case (disabled) for doc... | Sven Gothel | 2011-09-09 | 1 | -5/+3 |
* | test scripts | Sven Gothel | 2011-09-09 | 2 | -23/+21 |
* | NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change... | Sven Gothel | 2011-09-08 | 1 | -2/+15 |
* | test scripts | Sven Gothel | 2011-09-07 | 2 | -7/+8 |
* | test scripts | Sven Gothel | 2011-09-06 | 3 | -15/+18 |
* | Complete translucency support for Win32 - tested w/ NEWT | Sven Gothel | 2011-09-04 | 7 | -6/+50 |
* | test script .. | Sven Gothel | 2011-09-03 | 1 | -1/+1 |
* | Complete translucency support (core w/ X11 (only) - tested w/ NEWT) | Sven Gothel | 2011-09-03 | 1 | -2/+3 |
* | NativeWindow X11: Add DSO Xrender dependency | Sven Gothel | 2011-09-03 | 1 | -0/+6 |
* | Fix XRenderFindVisualFormat return capacity (commit dcb0cc571298be90d0db7ad00... | Sven Gothel | 2011-09-03 | 1 | -1/+1 |
* | NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFind... | Sven Gothel | 2011-09-03 | 3 | -0/+49 |
* | test scripts .. | Sven Gothel | 2011-09-01 | 3 | -5/+9 |
* | TestScreenMode01NEWT: Validate window size after FS toggle | Sven Gothel | 2011-09-01 | 1 | -3/+3 |
* | test script | Sven Gothel | 2011-09-01 | 1 | -5/+5 |
* | test script .. | Sven Gothel | 2011-08-31 | 1 | -3/+5 |
* | TestFocus01SwingAWTRobot: Run AWT destruction on AWT-EDT | Sven Gothel | 2011-08-30 | 1 | -8/+4 |
* | Cont w/ 5a7811ecd23a3ab1af62b243c82d362431793a57: test-x*.sh | Sven Gothel | 2011-08-30 | 2 | -4/+11 |
* | Use GlueGen's setenv-build-jogl scripts from commit 4a75b64107e157ff1db3991cf... | Sven Gothel | 2011-08-30 | 4 | -29/+15 |
* | Proper classpath for all javah commands, using 'rootrel.build' | Sven Gothel | 2011-08-30 | 3 | -23/+29 |
* | Merge remote-tracking branch 'remotes/wwalker/bug_512_no_build_with_Java_7' | Sven Gothel | 2011-08-30 | 2 | -2/+2 |
|\ |
|
| * | Fix classpaths to work with Java 7's javah | Wade Walker | 2011-08-25 | 2 | -2/+2 |
* | | minor: update script / vsync changes in test w/ 2 windows | Sven Gothel | 2011-08-30 | 1 | -3/+5 |
|/ |
|
* | NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ... | Sven Gothel | 2011-08-24 | 2 | -3/+5 |
* | Fix Bug 500: gl.getGL4() fails even though the context is GL4 | Sven Gothel | 2011-08-23 | 1 | -1/+1 |
* | test.sh .. | Sven Gothel | 2011-08-22 | 1 | -2/+2 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where GLDa... | Sven Gothel | 2011-08-22 | 1 | -2/+2 |
* | Fix regression of commit 6c346d98f04e2355210960fe9ffde47432f04d62, where VBO/... | Sven Gothel | 2011-08-22 | 2 | -5/+5 |
* | test scripts: use new demos.gl2 location | Sven Gothel | 2011-08-22 | 1 | -5/+5 |
* | win32 test scripts: use new *all* locations | Sven Gothel | 2011-08-22 | 6 | -11/+14 |
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New... | Sven Gothel | 2011-08-22 | 3 | -9/+11 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 4 | -27/+27 |
* | NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode Change | Sven Gothel | 2011-08-11 | 2 | -0/+3 |
* | Android Cleanup: Remove EGL header & library (compile time) | Sven Gothel | 2011-08-11 | 2 | -2/+0 |
* | set env TARGET_PLATFORM_LIBS (linux arm cross) | Sven Gothel | 2011-08-09 | 1 | -0/+1 |
* | Android: Add android/EGL lib for linkage | Sven Gothel | 2011-08-09 | 2 | -46/+44 |
* | incr. debug output (tests) | Sven Gothel | 2011-08-07 | 1 | -0/+2 |
* | Android hacks: ClassLoaderUtil (vie Dex.., w/ native libs) ; Merged big jar ;... | Sven Gothel | 2011-08-05 | 2 | -0/+24 |
* | add/fix: cross/egl test scripts | Sven Gothel | 2011-08-05 | 3 | -6/+77 |
* | due to JAR *all* merge, merge *-java-src.zip -> jogl-java-src.zip as well | Sven Gothel | 2011-08-05 | 1 | -9/+1 |