aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/awt/AWTTilePainter.java
Commit message (Expand)AuthorAgeFilesLines
* 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