| Commit message (Expand) | Author | Age | Files | Lines |
* | Findbugs.not-written.null: Fix referencing non-written fields (never written ... | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -59/+59 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 1 | -1/+11 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 1 | -9/+11 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 1 | -10/+9 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 1 | -34/+70 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 1 | -1/+0 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 1 | -18/+42 |
* | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 1 | -2/+2 |
* | Better shared GLAutoDrawable synchronization: Block slave instances to also b... | Sven Gothel | 2014-01-21 | 1 | -0/+5 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 1 | -13/+17 |
* | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 1 | -1/+1 |
* | Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW... | Sven Gothel | 2013-11-16 | 1 | -0/+9 |
* | Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field... | Sven Gothel | 2013-10-29 | 1 | -1/+1 |
* | Bug 776 GLContext Sharing: Add note about driver stability (destruction order... | Sven Gothel | 2013-10-28 | 1 | -1/+1 |
* | Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo... | Sven Gothel | 2013-10-27 | 1 | -4/+3 |
* | Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ... | Sven Gothel | 2013-10-27 | 1 | -34/+88 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -2/+8 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -52/+52 |
* | AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3... | Sven Gothel | 2013-10-18 | 1 | -6/+7 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 1 | -9/+18 |
* | Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi... | Sven Gothel | 2013-10-12 | 1 | -13/+19 |
* | AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han... | Sven Gothel | 2013-09-28 | 1 | -2/+2 |
* | Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW... | Sven Gothel | 2013-09-28 | 1 | -5/+4 |
* | TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct... | Sven Gothel | 2013-09-27 | 1 | -1/+1 |
* | AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou... | Sven Gothel | 2013-09-19 | 1 | -13/+19 |
* | 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 |