| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 1 | -1/+1 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 1 | -4/+4 |
* | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 1 | -1/+14 |
* | Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR... | Sven Gothel | 2014-01-11 | 1 | -4/+7 |
* | Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol... | Sven Gothel | 2014-01-11 | 1 | -5/+5 |
* | GLDrawableHelper.reshape(): Catch pre-existing GL errors before glViewport(..... | Sven Gothel | 2013-10-29 | 1 | -0/+9 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 1 | -1/+59 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -1/+3 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -99/+99 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -1/+6 |
* | Fix Bug 735: GLAutoDrawable must issue glViewport(..) even w/o GLEventListene... | Sven Gothel | 2013-06-17 | 1 | -14/+21 |
* | GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if glRunnables.s... | Sven Gothel | 2013-06-16 | 1 | -17/+15 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -5/+7 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 1 | -1/+1 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -21/+24 |
* | GLDrawableHelper.invoke: If drawable is !realized -> deferred execution | Sven Gothel | 2013-01-27 | 1 | -2/+2 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 1 | -12/+19 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -141/+280 |
* | GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD... | Sven Gothel | 2012-12-16 | 1 | -4/+12 |
* | Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ... | Sven Gothel | 2012-12-02 | 1 | -25/+28 |
* | GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener size ... | Sven Gothel | 2012-11-11 | 1 | -3/+2 |
* | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 1 | -95/+86 |
* | Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream before de... | Sven Gothel | 2012-11-06 | 1 | -4/+9 |
* | GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496... | Sven Gothel | 2012-11-05 | 1 | -1/+46 |
* | GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A... | Sven Gothel | 2012-11-04 | 1 | -63/+243 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 1 | -3/+8 |
* | GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ... | Sven Gothel | 2012-09-29 | 1 | -3/+6 |
* | GLXUtil: Lock X11 Device | Sven Gothel | 2012-09-28 | 1 | -1/+0 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -30/+155 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 1 | -7/+10 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -26/+123 |
* | Minor cleanup | Sven Gothel | 2012-06-29 | 1 | -4/+4 |
* | NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable... | Sven Gothel | 2012-03-04 | 1 | -2/+5 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -34/+155 |
* | GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., | Sven Gothel | 2011-12-22 | 1 | -9/+6 |
* | GLDrawableFactory*.createOffscreenDrawable(): No implicit setRealized(true) @... | Sven Gothel | 2011-12-17 | 1 | -2/+10 |
* | GLDrawableHelper.reshape(): check whether to call GLEventListener's init() ho... | Sven Gothel | 2011-12-11 | 1 | -3/+8 |
* | GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter | Sven Gothel | 2011-10-13 | 1 | -0/+8 |
* | minor editing | Sven Gothel | 2011-10-08 | 1 | -3/+0 |
* | GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ... | Sven Gothel | 2011-10-08 | 1 | -16/+62 |
* | GLArrayDataWrapper: Allow vboTarget '0' -> no VBO | Sven Gothel | 2011-09-02 | 1 | -2/+2 |
* | GLRunnable API Change: Return boolean indicating whether the back buffer shal... | Rami Santina | 2011-08-09 | 1 | -11/+19 |
* | GLDrawableHelper: listener's locking cleaned ; Fix generics (warnings) .. | Sven Gothel | 2011-04-24 | 1 | -43/+14 |
* | NEWT GLWindow: Remove context current check for swapBuffer() call | Sven Gothel | 2011-04-22 | 1 | -0/+1 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 1 | -4/+5 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 1 | -0/+386 |