| Commit message (Expand) | Author | Age | Files | Lines |
* | TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test end | Sven Gothel | 2012-05-13 | 1 | -0/+2 |
* | Demo/Test GearsES2: Supress reshape debug println | Sven Gothel | 2012-05-13 | 1 | -2/+2 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...glctx_deadlock | Sven Gothel | 2012-05-13 | 1 | -0/+218 |
* | Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a... | Sven Gothel | 2012-05-12 | 1 | -5/+50 |
* | Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo... | Sven Gothel | 2012-05-11 | 1 | -0/+113 |
* | LauncherUtil: Allow no query in URI and no PKG in query (Align w/ GlueGen com... | Sven Gothel | 2012-05-04 | 1 | -4/+1 |
* | Minor cleanup .. | Sven Gothel | 2012-05-04 | 2 | -6/+3 |
* | Test MovieCube: Allow recreation - Video is still not visible after recreatio... | Sven Gothel | 2012-05-02 | 1 | -6/+9 |
* | NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead... | Sven Gothel | 2012-05-02 | 3 | -19/+19 |
* | Complete commit c9faebb8f8f6be4c0de4919a516b4692742bc13c: Use 'enum ReparentO... | Sven Gothel | 2012-05-02 | 1 | -6/+6 |
* | TestGearsES2NEWT: fullscreen/above toggle print fullscreen/above state always | Sven Gothel | 2012-04-27 | 1 | -4/+4 |
* | UITest, fix exception message: Add 'not'.v2.0-rc7 | Sven Gothel | 2012-04-25 | 1 | -1/+1 |
* | Newt/AWT Event Factory: Add Mouse Wheel Event Conversion | Sven Gothel | 2012-04-24 | 1 | -1/+1 |
* | Test (Applets): Add MovieCube to jogl-test-applets page. | Sven Gothel | 2012-04-24 | 1 | -1/+6 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 2 | -7/+38 |
* | Test: Added commented-out hacks for gdb invocation, OSX NSZombieEnabled env, ... | Sven Gothel | 2012-04-21 | 1 | -4/+17 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 12 | -67/+252 |
* | NEWT/Android: Add (soft) keyboard input. Complete the Android -> NEWT key tra... | Sven Gothel | 2012-04-16 | 2 | -4/+20 |
* | API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen... | Sven Gothel | 2012-04-16 | 7 | -49/+49 |
* | TexSequence/Movie Demo's Shader: Remove profile specific 'header' files, prep... | Sven Gothel | 2012-04-16 | 7 | -42/+7 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 2 | -3/+3 |
* | Graph UI Demo: Add zoom w/ mouse wheel (desktop) | Sven Gothel | 2012-04-11 | 1 | -0/+5 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 19 | -78/+971 |
* | Add missing: MovieSimpleActivity0 | Sven Gothel | 2012-04-09 | 1 | -0/+119 |
* | ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta... | Sven Gothel | 2012-04-09 | 2 | -3/+3 |
* | Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,... | Sven Gothel | 2012-04-09 | 1 | -0/+9 |
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 7 | -145/+135 |
* | GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_... | Sven Gothel | 2012-04-07 | 3 | -5/+0 |
* | TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl... | Sven Gothel | 2012-04-07 | 6 | -5/+83 |
* | GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); | Sven Gothel | 2012-04-06 | 5 | -190/+230 |
* | Android MovieSimple Split: zoom and orig size for performance analysis | Sven Gothel | 2012-04-06 | 4 | -0/+162 |
* | GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co... | Sven Gothel | 2012-04-05 | 1 | -2/+2 |
* | Enhance MovieSimple Demo: Split shader to es2/gl2, check for GL_OES_EGL_image... | Sven Gothel | 2012-04-05 | 11 | -74/+92 |
* | Split Android MovieSimple Launcher to 3 | Sven Gothel | 2012-04-04 | 5 | -68/+324 |
* | GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream... | Sven Gothel | 2012-04-03 | 3 | -46/+103 |
* | Add Android API 14 GLMediaPlayer demo: MovieSimple | Sven Gothel | 2012-04-03 | 6 | -114/+396 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 3 | -0/+416 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 1 | -3/+15 |
* | Adding unit test to validate proper X11 Display closing (Bug 565) | Sven Gothel | 2012-03-19 | 2 | -0/+197 |
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API... | Sven Gothel | 2012-03-17 | 4 | -5/+5 |
* | Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5... | Sven Gothel | 2012-03-14 | 9 | -0/+683 |
* | Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demos | Sven Gothel | 2012-03-10 | 11 | -49/+66 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 2 | -2/+2 |
* | Test*ES2Newt: Add shutdown w/ type to internal loop test | Sven Gothel | 2012-03-05 | 2 | -4/+35 |
* | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 1 | -1/+1 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 8 | -64/+83 |
* | TestGearsES2NEWT: Remove redundant GLES2 test | Sven Gothel | 2012-02-29 | 1 | -11/+0 |
* | CrossTest: Add AWT Unit-Test. Unit-Tests: Refine GLProfile request where we f... | Sven Gothel | 2012-02-29 | 24 | -114/+102 |
* | Fix minor test issues | Sven Gothel | 2012-02-27 | 3 | -33/+11 |