aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android: Cleanup Manifest, don't require touch .., Bump version.code: 4Sven Gothel2012-05-043-3/+12
* Bump Android version.code: 2Sven Gothel2012-05-041-1/+1
* LauncherUtil: Allow no query in URI and no PKG in query (Align w/ GlueGen com...Sven Gothel2012-05-041-4/+1
* Android: Fix JOGL's (NEWT) Version activity: Use Launcher, show GL versionSven Gothel2012-05-044-13/+79
* Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo...Sven Gothel2012-05-043-3/+3
* Minor cleanup ..Sven Gothel2012-05-042-6/+3
* APK version code = 1Sven Gothel2012-05-031-1/+1
* Reduce APK version name to 30 charsSven Gothel2012-05-031-1/+1
* Android Unit Test (incomplete): Manually test new GlueGen's MainLauncherSven Gothel2012-05-032-12/+21
* Test script: Add commented-out CLASSPATH and cmd-line args for Broadcom testsSven Gothel2012-05-021-2/+5
* NEWT: Cleanup Broadcom/KD driver imports, add Jogamp (c)Sven Gothel2012-05-026-17/+35
* NewtFactory: Show failure in getCustomClass(..) - require both, packagename a...Sven Gothel2012-05-021-3/+8
* NEWT/OSX: Fix occasional crash 'free of non allocated object' - change window...v2.0-rc8Sven Gothel2012-05-022-10/+19
* Test MovieCube: Allow recreation - Video is still not visible after recreatio...Sven Gothel2012-05-021-6/+9
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-0213-78/+79
* Complete commit c9faebb8f8f6be4c0de4919a516b4692742bc13c: Use 'enum ReparentO...Sven Gothel2012-05-021-6/+6
* NEWT: Revert static/locked action instances due to possible deadlocks; class ...Sven Gothel2012-05-023-176/+148
* JOGLNewtAppletBase: Minor cleanupSven Gothel2012-05-011-2/+0
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-0116-43/+249
* NEWT/WindowImpl: Make all 'action' class instances final; Action's init() det...Sven Gothel2012-05-011-110/+101
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-012-22/+71
* EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...Sven Gothel2012-05-012-5/+29
* Bug 556: Newt Mouse Synthetic Drag Event: Clear state if mouse enters/leaves ...Sven Gothel2012-04-271-7/+14
* Bug 570: NEWT General/X11: Decouple setFullscreen() and setAlwaysOnTop(); Use...Sven Gothel2012-04-272-35/+60
* TestGearsES2NEWT: fullscreen/above toggle print fullscreen/above state alwaysSven Gothel2012-04-271-4/+4
* test scriptsSven Gothel2012-04-271-3/+5
* Fix Bug 571: X11 behavior, where the PRESSED button is not included in the na...Sven Gothel2012-04-271-1/+4
* NEWT Input- Mouse-Event: Consitency of mouse button number; Add button -> but...Sven Gothel2012-04-272-19/+36
* WWW: Cleanup some descriptions, text alignmentSven Gothel2012-04-261-14/+13
* WWW: Add GeoGebra; Prio JOGL2 usageSven Gothel2012-04-262-29/+43
* Bug 577: Disable debug message XInitThreads() called (only enabled in native ...Sven Gothel2012-04-261-2/+2
* 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