aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UITest, fix exception message: Add 'not'.v2.0-rc7Sven Gothel2012-04-251-1/+1
* Update JOGL www/index.htmlv2.0-rc6Sven Gothel2012-04-243-213/+246
* Newt/AWT Event Factory: Add Mouse Wheel Event ConversionSven Gothel2012-04-243-3/+17
* Test (Applets): Add MovieCube to jogl-test-applets page.Sven Gothel2012-04-246-1/+179
* Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555Sven Gothel2012-04-229-64/+157
* Recognize swap-interval in NSOpenGLLayer modeAndres Colubri2012-04-221-2/+12
* FFMPEGDynamicLibraryBundleInfo: Adding notes ..Sven Gothel2012-04-211-0/+5
* Test: Added commented-out hacks for gdb invocation, OSX NSZombieEnabled env, ...Sven Gothel2012-04-214-4/+24
* FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom...Sven Gothel2012-04-212-156/+207
* Newt/OSX(native): close0() shall not release NewtMacWindow (NSWindow) in case...Sven Gothel2012-04-213-20/+53
* NEWT/MainThread: Wait for new non daemon threads after 'main' class has finis...Sven Gothel2012-04-211-24/+102
* Core/Animator: Force animator thread to be non-daemon.Sven Gothel2012-04-211-0/+5
* FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one...Sven Gothel2012-04-211-25/+63
* Linux ARMel eabi: Use armv6t, soft-float - low profile to target more devices...Sven Gothel2012-04-182-1/+3
* NEWT/Android: Fix requestFocus() - run impl. on UI thread.Sven Gothel2012-04-181-3/+7
* GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme...Sven Gothel2012-04-186-5/+122
* Adding initial Libav/FFMpeg GLMediaPlayer implementationSven Gothel2012-04-166-20/+820
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-1628-455/+951
* NEWT/Android: Add (soft) keyboard input. Complete the Android -> NEWT key tra...Sven Gothel2012-04-164-81/+126
* NEWT WindowImpl: Ensure screenChange suspense animation, even w/o having the ...Sven Gothel2012-04-161-0/+4
* ShaderCode: Adding 'replaceInShaderSource a -> b utility functionSven Gothel2012-04-161-1/+55
* Adding libav (ffmpeg) header file, allowing upcoming dynamic linked GLMediaPl...Sven Gothel2012-04-1648-0/+13480
* Add native tests for libav/ffmpeg and gstSven Gothel2012-04-1610-0/+1819
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-1612-128/+279
* TexSequence/Movie Demo's Shader: Remove profile specific 'header' files, prep...Sven Gothel2012-04-167-42/+7
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-1660-101/+99
* JOGL/Native: Add JNIEnv functionsSven Gothel2012-04-122-0/+94
* AndroidWindow: Fix regression (commit c9066a6df7a0b8612a8a0b3e5c8977268a1257e...Sven Gothel2012-04-121-1/+1
* Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.implSven Gothel2012-04-122-20/+16
* Graph UI Demo: Add zoom w/ mouse wheel (desktop)Sven Gothel2012-04-111-0/+5
* Refine API docSven Gothel2012-04-113-11/+12
* ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/aSven Gothel2012-04-111-6/+2
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-1134-257/+1188
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-117-104/+120
* Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom...Sven Gothel2012-04-116-0/+0
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-094-345/+350
* Adding assets-test/placeholder.txtSven Gothel2012-04-091-0/+1
* Add missing: MovieSimpleActivity0Sven Gothel2012-04-091-0/+119
* ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy.Sven Gothel2012-04-091-356/+246
* ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta...Sven Gothel2012-04-094-45/+45
* Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,...Sven Gothel2012-04-093-43/+24
* GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra)Sven Gothel2012-04-0917-340/+373
* Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions...Sven Gothel2012-04-097-14/+19
* GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_...Sven Gothel2012-04-074-8/+5
* TextureIO: PNGImage 1stSven Gothel2012-04-071-2/+2
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-0715-13/+377
* Merge PNGJ 0.85 into namespaceSven Gothel2012-04-0750-1/+4889
* Remove tga textureSven Gothel2012-04-071-0/+0
* NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ...Sven Gothel2012-04-076-7/+18
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-0614-195/+541