| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -18/+18 |
* | GLException.dumpThrowable(..) -> GlueGen's ExceptionUtils.dumpThrowable(..) | Sven Gothel | 2014-10-08 | 1 | -1/+2 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-08-06 | 1 | -1/+12 |
* | Fix NPE regression of commit ba1ffe66697c3175b423cb7ab9b686d73959708d | Sven Gothel | 2014-07-31 | 1 | -9/+8 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-07-31 | 1 | -5/+28 |
* | GLDrawable: Expose getRequestedGLCapabilities() (Include to public API) | Sven Gothel | 2014-07-31 | 1 | -0/+6 |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 1 | -14/+22 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -23/+23 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 1 | -2/+17 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 1 | -7/+7 |
* | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 1 | -0/+5 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 1 | -17/+55 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -72/+72 |
* | GLAutoDrawableBase: DEBUG code - Avoid NPE | Sven Gothel | 2013-08-25 | 1 | -2/+4 |
* | Refine some API docs .. | Sven Gothel | 2013-04-23 | 1 | -1/+1 |
* | Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B... | Sven Gothel | 2013-04-18 | 1 | -0/+6 |
* | Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages | Sven Gothel | 2013-04-10 | 1 | -2/+4 |
* | GLStateKeeper: Add clearPreservedGLState() | Sven Gothel | 2013-03-28 | 1 | -2/+7 |
* | Add GLStateKeeper handling GLEventListenerState preservation and restauration... | Sven Gothel | 2013-03-22 | 1 | -11/+37 |
* | Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced... | Sven Gothel | 2013-03-14 | 1 | -1/+4 |
* | GLEventListenerState: Moved to public package 'com.jogamp.opengl.util' | Sven Gothel | 2013-03-13 | 1 | -0/+1 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -0/+56 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -5/+20 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 1 | -3/+10 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -20/+10 |
* | GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD... | Sven Gothel | 2012-12-16 | 1 | -1/+1 |
* | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 1 | -17/+16 |
* | GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496... | Sven Gothel | 2012-11-05 | 1 | -2/+3 |
* | GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A... | Sven Gothel | 2012-11-04 | 1 | -7/+42 |
* | Minor NEWT Display/Screen API doc | Sven Gothel | 2012-10-17 | 1 | -2/+2 |
* | Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ... | Sven Gothel | 2012-10-08 | 1 | -1/+3 |
* | Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw... | Sven Gothel | 2012-10-08 | 1 | -10/+2 |
* | Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin... | Sven Gothel | 2012-10-05 | 1 | -2/+2 |
* | GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ... | Sven Gothel | 2012-09-29 | 1 | -1/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -27/+49 |
* | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10 | Sven Gothel | 2012-08-03 | 1 | -11/+28 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 1 | -68/+181 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -9/+74 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 1 | -0/+337 |