summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/awt/GLCanvas.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-061-0/+5
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-07-311-6/+20
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-311-1/+1
* GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)Sven Gothel2014-07-311-0/+1
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-301-17/+20
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-2/+8
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-54/+23
* Findbugs.not-written.null: Fix referencing non-written fields (never written ...Sven Gothel2014-07-081-2/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-59/+59
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-091-1/+11
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-081-9/+11
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-081-10/+9
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-081-34/+70
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-221-1/+0
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-18/+42
* Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (...Sven Gothel2014-02-251-2/+2
* Better shared GLAutoDrawable synchronization: Block slave instances to also b...Sven Gothel2014-01-211-0/+5
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-121-13/+17
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-101-1/+1
* Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...Sven Gothel2013-11-161-0/+9
* Bug 877 Concurrency Discussion: Update doc MultiThreading.txt, volatile field...Sven Gothel2013-10-291-1/+1
* Bug 776 GLContext Sharing: Add note about driver stability (destruction order...Sven Gothel2013-10-281-1/+1
* Fix GLCanvas ctor shared GLContext: Use helper.setSharedContext(..) remove lo...Sven Gothel2013-10-271-4/+3
* Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...Sven Gothel2013-10-271-34/+88
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-2/+8
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-52/+52
* AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...Sven Gothel2013-10-181-6/+7
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-151-9/+18
* Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-121-13/+19
* AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-281-2/+2
* Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...Sven Gothel2013-09-281-5/+4
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-271-1/+1
* AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...Sven Gothel2013-09-191-13/+19
* AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel...Sven Gothel2013-09-171-17/+20
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-23/+10
* AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...Sven Gothel2013-09-131-1/+1
* AWT Printing: AWTTilePainter needs to handle null clip!Sven Gothel2013-09-101-1/+1
* AWTPrintLifecycle: Add DEFAULT_PRINT_TILE_SIZE (512); Remove unused imports.Sven Gothel2013-09-081-6/+1
* Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ...Sven Gothel2013-09-081-11/+1
* Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-081-36/+49
* TiledPrintingAWTBase: Fix scaling - Fit frame to page, add MSAA RenderingHint...Sven Gothel2013-09-071-21/+41
* AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r...Sven Gothel2013-09-071-145/+41
* GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics):...Sven Gothel2013-09-061-40/+40
* Add AWTPrintLifecycle interface describing impl. w/ setupPrint()/releasePrint...Sven Gothel2013-09-061-1/+3
* GLCanvas Printing WIP: Perform all print* operations on AWT-EDT, clip before ...Sven Gothel2013-09-061-147/+184
* GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use TileRenderer @ ...Sven Gothel2013-09-061-107/+129
* GLCanvas Printing WIP - Add TestTiledPrintingGearsAWTSven Gothel2013-09-051-30/+36
* TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing ..Sven Gothel2013-09-051-66/+122
* TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, use GLE...Sven Gothel2013-09-051-0/+110