aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/AnimatorBase.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-151-1/+4
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-4/+4
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-1/+3
* AnimatorBase thread-name: Add instance sequence numberSven Gothel2014-10-071-2/+5
* Fix synchronization issues in Animator* Exception caseSven Gothel2014-09-231-3/+6
* Fix synchronization issues in GLDrawableHelper.flushGLRunnables(), fixes rare...Sven Gothel2014-09-221-4/+5
* AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...Sven Gothel2014-09-131-5/+8
* Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...Sven Gothel2014-08-061-3/+3
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-5/+71
* AnimatorBase: Use cached synchronized value instead of unsynchronized (sloppy...Sven Gothel2014-07-081-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-17/+17
* Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp...Sven Gothel2013-11-101-66/+26
* Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ...Sven Gothel2013-11-071-19/+41
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+4
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-53/+53
* AnimatorBase.setModeBits(..): Only issue initImpl() if required - and throw '...Sven Gothel2013-06-231-7/+11
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-5/+7
* Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-161-1/+1
* Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-271-2/+2
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-46/+412
* Misc cleanup: add @OverrideSven Gothel2012-06-271-1/+1
* Animator*: Clarify debug outputSven Gothel2012-01-071-2/+2
* Animator timeout/refinementSven Gothel2011-11-111-3/+3
* Adapt to GlueGen's Lock ChangeSet: e4baba27507ce78e64a150ec6f69fb96f5721a34 ;...Sven Gothel2011-09-271-4/+4
* New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-231-21/+40
* Animator: Cleanup and better DEBUG infoSven Gothel2011-02-281-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu...Sven Gothel2010-11-231-30/+15
* JOGL/NEWT: Animator fixesSven Gothel2010-11-211-30/+65
* Animator Fix/CleanupSven Gothel2010-10-281-4/+8
* Fix: Memory consumptionSven Gothel2010-10-141-11/+25
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-7/+18
* NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)Sven Gothel2010-09-231-0/+145