aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLAnimatorControl.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-021-236/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-2/+2
* Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...Sven Gothel2014-08-061-10/+10
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-0/+52
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-8/+8
* Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...Sven Gothel2013-01-271-17/+36
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-111-5/+16
* New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API...Sven Gothel2011-04-231-41/+1
* Relax GLAnimatorControl, ie remove fail fast for start()/stop(), return (bool...Sven Gothel2010-11-251-8/+8
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-221-6/+8
* JOGL/NEWT: Animator fixesSven Gothel2010-11-211-5/+17
* GLAnimatorControl/Animator: Allow stop() if paused()Sven Gothel2010-10-271-2/+2
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-4/+4
* NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)Sven Gothel2010-09-231-0/+180