aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/awt
Commit message (Expand)AuthorAgeFilesLines
* jogl: add missing @Override annotationsHarvey Harrison2013-10-174-0/+16
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-175-79/+79
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-151-8/+13
* Bug 860 - AWT Printing (AWTTilePainter): Shall use the enclosing integer rect...Sven Gothel2013-10-121-7/+2
* AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit...Sven Gothel2013-10-031-5/+12
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-271-3/+3
* AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...Sven Gothel2013-09-201-19/+20
* AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...Sven Gothel2013-09-191-31/+42
* AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l...Sven Gothel2013-09-181-11/+2
* AWTTilePainter: Fix DEBUG message (used wrong value at println)Sven Gothel2013-09-181-1/+1
* Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...Sven Gothel2013-09-171-1/+1
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-45/+144
* AWTTilePainter: Fix null clip-rect (consider scaling); Fix non GL-oriented dr...Sven Gothel2013-09-131-31/+55
* AWT Printing: AWTTilePainter needs to handle null clip!Sven Gothel2013-09-101-6/+10
* Add AWTTilePainter.dumpHintsAndScale(..), removing more duplicated code from ...Sven Gothel2013-09-081-0/+17
* Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-081-18/+35
* AWT/GL Printing WIP: Abstract AWT tile painting code out to AWTTilePainter, r...Sven Gothel2013-09-071-0/+217
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-181-52/+0
* Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-281-1/+2
* Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t...Sven Gothel2013-02-122-116/+144
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566Sven Gothel2012-03-261-12/+2
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-17/+24
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-191-6/+4
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-11/+9
* Java2D OGLPipeline: Disabled for Max OSXSven Gothel2012-02-131-2/+12
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-1/+1
* GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,Sven Gothel2011-12-221-25/+34
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-111-2/+0
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-2/+10
* Relocated VersionAppletSven Gothel2011-09-141-0/+168
* Clean/Fix: Threading CodeSven Gothel2011-02-261-7/+1
* Fix: Java 1.5 warningsSven Gothel2011-02-092-7/+7
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-094-9/+9
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-084-0/+866