summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | AWTTilePainter: Avoid NPE if Graphic2D's AffineTransform is null, use identit...Sven Gothel2013-10-032-7/+14
* | Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...Sven Gothel2013-10-034-12/+38
* | Bug 548: GLRendererQuirks.GLFlushBeforeRelease is needed on OSX < 10.7.3 w/ N...Sven Gothel2013-10-031-2/+2
* | Bug 816 (OSX CALayer pos): Add detailed description (pseudo code) to JAWTUtil...Sven Gothel2013-10-032-3/+21
* | Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculationSven Gothel2013-10-033-21/+43
* | Bug 816: Add 2 more unit tests (Swing JFrame w/ 2 JRootPanes, AWT Frame Borde...Sven Gothel2013-10-034-27/+308
* | Bug818GLJPanelApplet: Remove unused importsSven Gothel2013-10-031-2/+0
* | GLJPanel: Fix 7u40 access to property 'sun.java2d.opengl'. Property was trust...Sven Gothel2013-10-031-6/+1
* | Bug 818 (OSX 10.6.8 NVIDIA GeForce GT 330M): Add unit test (manual applet)Sven Gothel2013-10-032-0/+312
* | Add notice about 'GL states' regarding GLSL vertical flip (Bug 842 and Bug 826).Sven Gothel2013-10-021-2/+13
* | GLJPanel/AWTGLPixelBuffer: Reused BufferedImage didn't account for row-stride...Sven Gothel2013-10-023-12/+57
* | test scripts/setenv-jogl.sh: Remove JogAmp *LD_LIBRARY_PATH components.Sven Gothel2013-10-011-2/+2
|/
* GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...Sven Gothel2013-09-297-57/+129
* GLJPanel: Remove forced DEBUG .. at handleReshape in releasePrint (added w/ c...Sven Gothel2013-09-281-1/+1
* Fix TileRenderer regression of commit c8abb9d2c9a8c92f0c5c42aba13e3e80c69739d...Sven Gothel2013-09-282-6/+6
* AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-284-14/+44
* TileRendererBase.GLEL.display(): Skip tile-rendering if TR is not yet setup. ...Sven Gothel2013-09-283-1/+24
* Fix AWT Printing: Use delegated GLDrawable's size for tile-size instead of AW...Sven Gothel2013-09-283-9/+13
* Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...Sven Gothel2013-09-284-15/+58
* Test applets .. change font of misc test section.Sven Gothel2013-09-271-0/+2
* Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...Sven Gothel2013-09-273-13/+33
* Test AWT Printing: Frame size contains border/insets, use as-is for scaling; ...Sven Gothel2013-09-275-27/+25
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-2712-141/+611
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-2714-168/+320
* DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...Sven Gothel2013-09-2710-77/+176
* Fix MovieCube/Simple Demo in 'Applet' mode: Use default ctor to completly ini...Sven Gothel2013-09-256-32/+121
* OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang a...Sven Gothel2013-09-251-2/+2
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-249-133/+355
* TileRendererBase: Remove redundant reshape propagation of atached GLEL, call ...Sven Gothel2013-09-241-12/+3
* Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'Sven Gothel2013-09-243-1/+367
* Fix Bug 840: DefaultEDTUtil.restart() shall only reuse ThreadGroup (tg) is no...Sven Gothel2013-09-221-1/+6
* Fix Bug 839: Clarify whether resetStates(..) shall clearStates() - Pass 'isIn...Sven Gothel2013-09-218-34/+37
* AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...Sven Gothel2013-09-207-25/+432
* Fix Bug 826: GLJPanel: Fully restore TextureState and ViewportSven Gothel2013-09-2016-58/+901
* Bug 839: Clarifying GLStateTracker.clearStates(..) remove 'enable' change - P...Sven Gothel2013-09-202-9/+12
* Fix Bug 835: Use target.[sourcelevel,targetlevel,rt.jar] for all javac tasks.Sven Gothel2013-09-193-4/+10
* TestTiledPrintingGearsSwingAWT: Enable 'bitmap' test only on Windows, issues ...Sven Gothel2013-09-191-7/+12
* Bump to JDK/JRE 7u40.Sven Gothel2013-09-197-13/+13
* AWTTilePainter.setupGraphics2DAndClipBounds(): Use 'Shape getClip()'; Use dou...Sven Gothel2013-09-194-64/+93
* AWT Print Tests: Only include 600dpi tests if requested via main arg '-600dpi'Sven Gothel2013-09-194-4/+8
* AWTTilePainter: Fix case with no GLOrientation, i.e. no vertical-flip. Tile l...Sven Gothel2013-09-185-17/+33
* RedSquareES1: Add TileRendererBase.TileRendererNotifySven Gothel2013-09-181-17/+69
* AWTTilePainter: Fix DEBUG message (used wrong value at println)Sven Gothel2013-09-181-1/+1
* Fix SharedResourceRunner's potential race-conditions. Use top-level synchroni...Sven Gothel2013-09-183-104/+109
* AWT Printing: Move init-test of setupPrint(..) to AWT-EDT Runnable ; GLJPanel...Sven Gothel2013-09-173-58/+70
* Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...Sven Gothel2013-09-178-208/+537
* TestTiledPrintingNIOImageSwingAWT: Add layered test ; Use 300dpi instead of 6...Sven Gothel2013-09-161-3/+9
* Add 'DirectDataBufferInt' supporting NIO based BufferedImagesSven Gothel2013-09-164-3/+538
* Updating doc AWTPrinting.txtSven Gothel2013-09-152-7/+14
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-159-247/+363