Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test scripts | Sven Gothel | 2011-09-30 | 1 | -1/+5 |
| | |||||
* | Android: Use standard launch mode; Add default actions to NewtBaseActivity; ↵ | Sven Gothel | 2011-09-30 | 2 | -4/+32 |
| | | | | Add RedSquare ES1 + ES2 | ||||
* | scripts | Sven Gothel | 2011-09-30 | 1 | -0/+4 |
| | |||||
* | test script | Sven Gothel | 2011-09-30 | 1 | -2/+2 |
| | |||||
* | Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener ↵ | Sven Gothel | 2011-09-28 | 5 | -5/+19 |
| | | | | add/remove) | ||||
* | Android: Add jogl-test manifest. APK scripts | Sven Gothel | 2011-09-28 | 3 | -0/+25 |
| | |||||
* | Android Activity Launching (jogl.test) | Sven Gothel | 2011-09-28 | 4 | -28/+62 |
| | | | | | | | | | | | | | | | | Launching activity is in: jogl.android-launcher.apk and directly derives from NewtLauncherActivity. It daisy chains apk's via ClassLoaderUtil: - gluegen-rt.apk - jogl.all-android.apk - jogl.test.apk (*) (*) This has to made configurable so the generic NewtLauncherActivity can be reused by any user application. After preparing the ClassLoader (see above), NewtLauncherActivity instanciates the configurable user Activity and passes all it's activity calls down to it. | ||||
* | NEWT/OSX: Enable OSX | Sven Gothel | 2011-09-27 | 1 | -4/+3 |
| | |||||
* | NEWT/OSX: 'Better' child window positioning, still, after reparenting into ↵ | Sven Gothel | 2011-09-27 | 1 | -2/+2 |
| | | | | | | | | | parent, a white window rectangle remains. .. we also need to understand the absolute screen position better, ie. when required and when not (at window creation currently). | ||||
* | test script .. | Sven Gothel | 2011-09-27 | 1 | -4/+7 |
| | |||||
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature related: - Added always-on-top - Added translucency - Child Window Position - AWT parent: manual traverse up the tree and calc position on screen (Problem: the parent view rect is not at the proper position, but covers the whole frame) EDTUtil related: - Works now w/ AWT ot headless (again) - OSX native JNI callbacks gathering JNIEnv properly and attaches/detaches thread. - AWT case: using AWT-Event which properly dispatches our cocoa events - MainThread (headless) case: Fork off thread w/ main class and kick off NSApp run(). This leads to same behavior as w/ AWT case. - Using DefaultEDTUtil - Cleanup MainThread (implements EDTUtil) - Currently not used as EDTUtil (osx), just as launcher - Removed EDTUtil impl code, reuse DefaultEDTUtil - Cleanup AWTEDTUtil (implements EDTUtil) - Currently not used as EDTUtil (osx) | ||||
* | NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ↵ | Sven Gothel | 2011-09-25 | 2 | -3/+32 |
| | | | | for 'GetLocationOnScreen()' | ||||
* | test scripts | Sven Gothel | 2011-09-24 | 1 | -2/+7 |
| | |||||
* | Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, ↵ | Sven Gothel | 2011-09-24 | 1 | -2/+3 |
| | | | | NativeWindow and NEWT; no more LD_LIB_.. in setenv.sh for test scripts | ||||
* | Adding html launch type and page for new 'NApplet', using new TempJarCache ↵ | Sven Gothel | 2011-09-23 | 1 | -1/+1 |
| | | | | for native libs. | ||||
* | test scripts: use build/lib for JOGL native lib access (will be removed though) | Sven Gothel | 2011-09-23 | 1 | -3/+10 |
| | |||||
* | Remove native lib cg from jogl native lib jar | Sven Gothel | 2011-09-21 | 2 | -0/+2 |
| | |||||
* | remove jogl.cg.jar from jogl.all*.jar | Sven Gothel | 2011-09-21 | 1 | -3/+2 |
| | |||||
* | Remove obsolete WinCE .lib files | Sven Gothel | 2011-09-21 | 6 | -0/+0 |
| | |||||
* | 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 ↵ | Sven Gothel | 2011-09-09 | 1 | -5/+3 |
| | | | | documentation purposes | ||||
* | test scripts | Sven Gothel | 2011-09-09 | 2 | -23/+21 |
| | |||||
* | NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode ↵ | Sven Gothel | 2011-09-08 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | changed ; Enhanced tests; Catch NV/XRANDR/GL bug X11 fixes - X11Screen properly uses it's display's connection decorated in lock/unlock (for ScreenMode etc) Ensure Screen's size is set if screenMode changed - ScreenImpl's ScreenModeListener updates it's screen size so 'external' changes will be detected. Enhanced tests - Verify more data rel. ScreenMode Catch NV/XRANDR/GL bug - Read TestScreenMode01NEWT/TestScreenMode01bNEWT comments | ||||
* | 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 |
| | | | | | | | https://jogamp.org/bugzilla/show_bug.cgi?id=517 - Adding some Windows DWM entries to GDI (manual) for translucency support - Add translucency setting in WindowsWGLGraphicsConfiguration* | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | DefaultGLCapabilitiesChooser: - Add penalty for opaque mismatch: dbl-buf > opaq > stencil GLGraphicsConfigurationFactory: - Case no-chooser && has-recommended-idx: - Only use recommended index if caps is opaque, otherwise use default chooser to validate translucency NativeWindow Capabilities: - transparent default values -> 0 Added NEWT Test: TestTranslucencyNEWT Added command line translucency/undecorated options for TestGearsES2NEWT | ||||
* | NativeWindow X11: Add DSO Xrender dependency | Sven Gothel | 2011-09-03 | 1 | -0/+6 |
| | |||||
* | Fix XRenderFindVisualFormat return capacity (commit ↵ | Sven Gothel | 2011-09-03 | 1 | -1/+1 |
| | | | | dcb0cc571298be90d0db7ad00fef835fe5fdc46d) | ||||
* | NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add ↵ | Sven Gothel | 2011-09-03 | 3 | -0/+49 |
| | | | | XRenderFindVisualFormat for translucent window config | ||||
* | 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 ↵ | Sven Gothel | 2011-08-30 | 4 | -29/+15 |
| | | | | 4a75b64107e157ff1db3991cf89bf8d856ddc0e6 | ||||
* | 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 |
|\ |