aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/util/Animator.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-151-13/+10
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-2/+2
* Fix future compatibility issues (analog to b22x commit 546f9b1a03c46b63f8bb18...Sven Gothel2014-09-241-4/+4
* Fix synchronization issues in Animator* Exception caseSven Gothel2014-09-231-41/+44
* Fix synchronization issues in GLDrawableHelper.flushGLRunnables(), fixes rare...Sven Gothel2014-09-221-18/+24
* Stabilize, fix regression: GLDrawable.invoke(..) and Animator* display-loop '...Sven Gothel2014-09-221-4/+7
* AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...Sven Gothel2014-09-131-7/+7
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-15/+14
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-051-2/+34
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-10/+10
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp...Sven Gothel2013-11-101-61/+33
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+13
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-17/+17
* Animator/GLWindow: Catch 'ThreadDeath/Throwable' and dump info in DEBUG mode ...Sven Gothel2013-09-021-0/+5
* Debug Messages: Unify getThreadName() usage and 'Catched Exception' messagesSven Gothel2013-04-101-2/+2
* Animator: Cleanup DEBUG outputSven Gothel2013-03-221-4/+4
* Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...Sven Gothel2013-02-011-2/+2
* Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-271-0/+3
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-111/+76
* FPSAnimator: Add note on deamon-thread and JVM shutdown behavior.Sven Gothel2012-11-251-2/+1
* Core/Animator: Force animator thread to be non-daemon.Sven Gothel2012-04-211-0/+5
* Animator*: Clarify debug outputSven Gothel2012-01-071-4/+6
* Animator timeout/refinementSven Gothel2011-11-111-14/+15
* Animator: Limit wait for condition in finishLifecycleAction() via timeoutSven Gothel2011-11-101-4/+9
* Minor edits/cleanup: unused var, finalSven Gothel2011-09-071-1/+1
* New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-231-10/+4
* Animator: Cleanup and better DEBUG infoSven Gothel2011-02-281-5/+8
* Animator: Run as non daemon like FPSAnimator. This seems to be the users desi...Sven Gothel2010-11-281-1/+6
* Relax GLAnimatorControl, ie remove fail fast for start()/stop(), return (bool...Sven Gothel2010-11-251-4/+7
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-221-4/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-211-99/+127
* Animator Fix/CleanupSven Gothel2010-10-281-39/+66
* GLAnimatorControl/Animator: Allow stop() if paused()Sven Gothel2010-10-271-9/+5
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-0/+2
* NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)Sven Gothel2010-09-231-120/+146
* Fix file modesSven Gothel2010-07-071-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-8/+12
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-1/+1
* NEWT/AWT InteroperabilitySven Gothel2010-04-241-0/+14
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-0/+241