| Commit message (Expand) | Author | Age | Files | Lines |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 1 | -1/+19 |
* | Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f... | Sven Gothel | 2019-03-30 | 1 | -1/+2 |
* | Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter... | Sven Gothel | 2015-09-15 | 1 | -1/+4 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -4/+4 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -1/+3 |
* | AnimatorBase thread-name: Add instance sequence number | Sven Gothel | 2014-10-07 | 1 | -2/+5 |
* | Fix synchronization issues in Animator* Exception case | Sven Gothel | 2014-09-23 | 1 | -3/+6 |
* | Fix synchronization issues in GLDrawableHelper.flushGLRunnables(), fixes rare... | Sven Gothel | 2014-09-22 | 1 | -4/+5 |
* | AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su... | Sven Gothel | 2014-09-13 | 1 | -5/+8 |
* | Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn... | Sven Gothel | 2014-08-06 | 1 | -3/+3 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-08-06 | 1 | -5/+71 |
* | AnimatorBase: Use cached synchronized value instead of unsynchronized (sloppy... | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -17/+17 |
* | Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp... | Sven Gothel | 2013-11-10 | 1 | -66/+26 |
* | Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ... | Sven Gothel | 2013-11-07 | 1 | -19/+41 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+4 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -53/+53 |
* | AnimatorBase.setModeBits(..): Only issue initImpl() if required - and throw '... | Sven Gothel | 2013-06-23 | 1 | -7/+11 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -5/+7 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 1 | -1/+1 |
* | Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP... | Sven Gothel | 2013-01-27 | 1 | -2/+2 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -46/+412 |
* | Misc cleanup: add @Override | Sven Gothel | 2012-06-27 | 1 | -1/+1 |
* | Animator*: Clarify debug output | Sven Gothel | 2012-01-07 | 1 | -2/+2 |
* | Animator timeout/refinement | Sven Gothel | 2011-11-11 | 1 | -3/+3 |
* | Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;... | Sven Gothel | 2011-09-27 | 1 | -4/+4 |
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API... | Sven Gothel | 2011-04-23 | 1 | -21/+40 |
* | Animator: Cleanup and better DEBUG info | Sven Gothel | 2011-02-28 | 1 | -1/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
* | AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu... | Sven Gothel | 2010-11-23 | 1 | -30/+15 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 1 | -30/+65 |
* | Animator Fix/Cleanup | Sven Gothel | 2010-10-28 | 1 | -4/+8 |
* | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 1 | -11/+25 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 1 | -7/+18 |
* | NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4) | Sven Gothel | 2010-09-23 | 1 | -0/+145 |