Sven Gothel (58): NEWT: Add virtual on-screen keyboard visibility interface methods incl. Android implementation. JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> 'List l' Tests [Multisample, Offscreen, ..]: Add Snapshots and store them in current directory instead of tempdir, so they get archived (CI/jenkins). Add screenshot AWT version: TestGLReadBufferUtilTextureIOWrite01AWT Fix path derivation of J2RE_HOME and JAVA_HOME test script Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Derivation Complete Bug #598 - Commit a393e45613d87101dbb13763df263c2f9291d2d0 Fix commit a393e45613d87101dbb13763df263c2f9291d2d0: jogl's cg native lib is jogl_cg (jar packaging) NEWT WindowImpl.runOnEDTIfAvail(..): Run task from current thread if owning the windowLock. Avoiding deadlock when cmds issued from within locked code path. NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 834b9e530e652b7ff7c5e222720bce3ad2b11c5f Misc cleanup: add @Override Misc cleanup: Add @Override, remove trailing whitespace Misc cleanup: Add @Override, remove trailing whitespace Capabilities cleanup: make most get*() final, impl. Comparable to CapabilitiesImmutable, Misc .. GLDrawable* cleanup: Add @Override, remove trailing whitespace, .. GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking. SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process locking ; Revise threading code; Proper name for SWT unit tests. SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc115569c369fe7b38e9b) ; AWT GLCanvas remove dead code. NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e14b10e8b8e9ce48b148c6fa4c). AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance's volatile 'feature' Bug #589 - Enhance snapshot/textIO test: Add offscreen mode; Add AWT onscreen/offscreen-layer resize test. Minor cleanup NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerant GLContextImpl/GLDrawableImpl: More fail-safe, cleanup, mark some methods final JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG info Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterval() deadlock; Reuse JAWT instance; Cleanup Fix Bug 597: XDisplayString(0) -> SIGSEGV; Handle n/a DISPLAY Test case cleanup GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GLWindow, ..); Add new GLAutoDrawableDelegate. GLAutoDrawable* refinement of abstraction / generalization - API Change! NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exceptions. Handles also XAWT BadMatch X_SetInputFocus. NEWT/KD Adapt to 'new' KD Window Creation API, use EGLConfig GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLContext re-association (switch) incl. unit test. FIX JOGL's index.html - Reminder to myself: Always check web pages befor pushing them :) Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProfile and GLContext* test scripts windows: use new jogl-all.jar and jogl-test.jar C code: remove warnings Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid! Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87 EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayUtil adds creation of EGLGraphicsDevice. GLCapabilities*: Add 'isFBO()' and 'setFBO(boolean)', allowing upcoming impl. to select offscreen FBO (GLDrawable, ..) Bug 599 - FBObject / Offscreen Support - Part 1 Fix NEWT exception handling in event dispatching: Catch and fwd to caller GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto setting by setSampleBuffers(true) and setBackgroundOpaque(false) Minor edits Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() toggle mouse adapter :) Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handling w/ non NSView handles (pbuffer) tests.sh minor edit Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based) Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(swtUpstreamHook); Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable multi-threading w/ proper pattern (hope so) Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas cstr on SWT thread, which seems not to be required. Adding TODO note: Optimize/Fix NIO caching of glMapBuffer/glUnmapBuffer Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabilities-type; Add a pre-set nativeVisualID to chooseGraphicsConfiguration(..) SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new NewtCanvasSWT allowing to parent NEWT windows natively. Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ES Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ offscreen drawables, reported by Mark Raynsford