| Commit message (Expand) | Author | Age | Files | Lines |
* | UITest, fix exception message: Add 'not'.v2.0-rc7 | Sven Gothel | 2012-04-25 | 1 | -1/+1 |
* | Update JOGL www/index.htmlv2.0-rc6 | Sven Gothel | 2012-04-24 | 3 | -213/+246 |
* | Newt/AWT Event Factory: Add Mouse Wheel Event Conversion | Sven Gothel | 2012-04-24 | 3 | -3/+17 |
* | Test (Applets): Add MovieCube to jogl-test-applets page. | Sven Gothel | 2012-04-24 | 6 | -1/+179 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 9 | -64/+157 |
* | Recognize swap-interval in NSOpenGLLayer mode | Andres Colubri | 2012-04-22 | 1 | -2/+12 |
* | FFMPEGDynamicLibraryBundleInfo: Adding notes .. | Sven Gothel | 2012-04-21 | 1 | -0/+5 |
* | Test: Added commented-out hacks for gdb invocation, OSX NSZombieEnabled env, ... | Sven Gothel | 2012-04-21 | 4 | -4/+24 |
* | FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom... | Sven Gothel | 2012-04-21 | 2 | -156/+207 |
* | Newt/OSX(native): close0() shall not release NewtMacWindow (NSWindow) in case... | Sven Gothel | 2012-04-21 | 3 | -20/+53 |
* | NEWT/MainThread: Wait for new non daemon threads after 'main' class has finis... | Sven Gothel | 2012-04-21 | 1 | -24/+102 |
* | Core/Animator: Force animator thread to be non-daemon. | Sven Gothel | 2012-04-21 | 1 | -0/+5 |
* | FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one... | Sven Gothel | 2012-04-21 | 1 | -25/+63 |
* | Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices... | Sven Gothel | 2012-04-18 | 2 | -1/+3 |
* | NEWT/Android: Fix requestFocus() - run impl. on UI thread. | Sven Gothel | 2012-04-18 | 1 | -3/+7 |
* | GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme... | Sven Gothel | 2012-04-18 | 6 | -5/+122 |
* | Adding initial Libav/FFMpeg GLMediaPlayer implementation | Sven Gothel | 2012-04-16 | 6 | -20/+820 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 28 | -455/+951 |
* | NEWT/Android: Add (soft) keyboard input. Complete the Android -> NEWT key tra... | Sven Gothel | 2012-04-16 | 4 | -81/+126 |
* | NEWT WindowImpl: Ensure screenChange suspense animation, even w/o having the ... | Sven Gothel | 2012-04-16 | 1 | -0/+4 |
* | ShaderCode: Adding 'replaceInShaderSource a -> b utility function | Sven Gothel | 2012-04-16 | 1 | -1/+55 |
* | Adding libav (ffmpeg) header file, allowing upcoming dynamic linked GLMediaPl... | Sven Gothel | 2012-04-16 | 48 | -0/+13480 |
* | Add native tests for libav/ffmpeg and gst | Sven Gothel | 2012-04-16 | 10 | -0/+1819 |
* | API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen... | Sven Gothel | 2012-04-16 | 12 | -128/+279 |
* | 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 | 60 | -101/+99 |
* | JOGL/Native: Add JNIEnv functions | Sven Gothel | 2012-04-12 | 2 | -0/+94 |
* | AndroidWindow: Fix regression (commit c9066a6df7a0b8612a8a0b3e5c8977268a1257e... | Sven Gothel | 2012-04-12 | 1 | -1/+1 |
* | Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl | Sven Gothel | 2012-04-12 | 2 | -20/+16 |
* | Graph UI Demo: Add zoom w/ mouse wheel (desktop) | Sven Gothel | 2012-04-11 | 1 | -0/+5 |
* | Refine API doc | Sven Gothel | 2012-04-11 | 3 | -11/+12 |
* | ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/a | Sven Gothel | 2012-04-11 | 1 | -6/+2 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 34 | -257/+1188 |
* | GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount' | Sven Gothel | 2012-04-11 | 7 | -104/+120 |
* | Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom... | Sven Gothel | 2012-04-11 | 6 | -0/+0 |
* | Move ProjectFloat back to private, exposing basic math in FloatUtil | Sven Gothel | 2012-04-09 | 4 | -345/+350 |
* | Adding assets-test/placeholder.txt | Sven Gothel | 2012-04-09 | 1 | -0/+1 |
* | Add missing: MovieSimpleActivity0 | Sven Gothel | 2012-04-09 | 1 | -0/+119 |
* | ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy. | Sven Gothel | 2012-04-09 | 1 | -356/+246 |
* | ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta... | Sven Gothel | 2012-04-09 | 4 | -45/+45 |
* | Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,... | Sven Gothel | 2012-04-09 | 3 | -43/+24 |
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 17 | -340/+373 |
* | Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions... | Sven Gothel | 2012-04-09 | 7 | -14/+19 |
* | GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_... | Sven Gothel | 2012-04-07 | 4 | -8/+5 |
* | TextureIO: PNGImage 1st | Sven Gothel | 2012-04-07 | 1 | -2/+2 |
* | TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl... | Sven Gothel | 2012-04-07 | 15 | -13/+377 |
* | Merge PNGJ 0.85 into namespace | Sven Gothel | 2012-04-07 | 50 | -1/+4889 |
* | Remove tga texture | Sven Gothel | 2012-04-07 | 1 | -0/+0 |
* | NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ... | Sven Gothel | 2012-04-07 | 6 | -7/+18 |
* | GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); | Sven Gothel | 2012-04-06 | 14 | -195/+541 |