| Commit message (Expand) | Author | Age | Files | Lines |
* | AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel... | Sven Gothel | 2013-09-17 | 1 | -17/+20 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -23/+10 |
* | AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr... | Sven Gothel | 2013-09-13 | 1 | -1/+1 |
* | AWT Printing: AWTTilePainter needs to handle null clip! | Sven Gothel | 2013-09-10 | 1 | -1/+1 |
* | AWTPrintLifecycle: Add DEFAULT_PRINT_TILE_SIZE (512); Remove unused imports. | Sven Gothel | 2013-09-08 | 1 | -6/+1 |
* | Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ... | Sven Gothel | 2013-09-08 | 1 | -11/+1 |
* | Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an... | Sven Gothel | 2013-09-08 | 1 | -36/+49 |
* | TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint... | Sven Gothel | 2013-09-07 | 1 | -21/+41 |
* | AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r... | Sven Gothel | 2013-09-07 | 1 | -145/+41 |
* | GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):... | Sven Gothel | 2013-09-06 | 1 | -40/+40 |
* | Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint... | Sven Gothel | 2013-09-06 | 1 | -1/+3 |
* | GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ... | Sven Gothel | 2013-09-06 | 1 | -147/+184 |
* | GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ... | Sven Gothel | 2013-09-06 | 1 | -107/+129 |
* | GLCanvas Printing WIP - Add TestTiledPrintingGearsAWT | Sven Gothel | 2013-09-05 | 1 | -30/+36 |
* | TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing .. | Sven Gothel | 2013-09-05 | 1 | -66/+122 |
* | TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE... | Sven Gothel | 2013-09-05 | 1 | -0/+110 |
* | 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 | -4/+2 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 1 | -0/+1 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -5/+3 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -45/+45 |
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565... | Sven Gothel | 2013-02-28 | 1 | -1/+1 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 1 | -3/+3 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -0/+3 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 1 | -1/+3 |
* | Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't... | Sven Gothel | 2013-02-15 | 1 | -117/+134 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 1 | -0/+10 |
* | AWT GLCanvas: More strict GLDrawable realization [on AWT-EDT], skip if creati... | Sven Gothel | 2012-12-28 | 1 | -7/+7 |
* | Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLCanvas.displayOn... | Sven Gothel | 2012-12-22 | 1 | -2/+2 |
* | Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G... | Sven Gothel | 2012-12-22 | 1 | -2/+4 |
* | 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 | -42/+48 |
* | 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 | -9/+53 |
* | GLCanvas: Avoid NPE in debug mode @ reshape (duh) | Sven Gothel | 2012-10-12 | 1 | -1/+3 |
* | 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 | -9/+2 |
* | Refine a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389, fix deadlock (regression) | Sven Gothel | 2012-10-05 | 1 | -19/+27 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 1 | -29/+31 |
* | 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 | -48/+71 |
* | Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1... | Sven Gothel | 2012-08-18 | 1 | -5/+6 |
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti... | Sven Gothel | 2012-07-24 | 1 | -4/+5 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 1 | -143/+174 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -1/+6 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 1 | -1/+1 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -19/+24 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 1 | -8/+19 |
* | AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'... | Sven Gothel | 2012-06-28 | 1 | -2/+2 |
* | SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc... | Sven Gothel | 2012-06-28 | 1 | -6/+17 |