aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* TestGLProfile00NEWT: Dump Desktop's and EGL's default-device GLProfilesSven Gothel2013-10-251-1/+17
* GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...Sven Gothel2013-10-251-5/+7
* Use org.junit.Assert instead of deprecated junit.framework.AssertSven Gothel2013-10-257-304/+300
* Bug 867 OSX [Common Code]: Trigger GLRendererQuirks.GL4NeedsGL3Request and ma...Sven Gothel2013-10-251-31/+37
* PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...v2.1.1Sven Gothel2013-10-191-61/+63
* MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...Sven Gothel2013-10-173-4/+4
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-159-58/+98
* Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processingSven Gothel2013-10-152-89/+41
* GLMediaPlayer: Fix CameraInputScheme URI doc and Android test streams (Use mp...Sven Gothel2013-10-154-6/+6
* Bug 365: Add unit test, which run's through most of the ScaleInternal functio...Michael Esemplare2013-10-131-0/+272
* Bug 859: Let TileRenderer detect zero columns and rows in eot() where beginTi...Sven Gothel2013-10-123-26/+94
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-101-1/+0
* NEWT Reparent/Fullscreen: Add 'waitForPosition(..)' when reparenting or back ...Sven Gothel2013-10-091-1/+0
* Bug816 OSX CALayer: Issue w/ JSplitPane within Apple (Firefox, Safari - not a...Sven Gothel2013-10-093-1/+208
* NewtCanvasAWT Focus Traversal: Remove AWT's requestFocus*() overrides in favo...Sven Gothel2013-10-091-3/+3
* NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add...Sven Gothel2013-10-097-146/+87
* NEWT Display: Issue EDTUtil.start() at runOnEDTIfAvail(..) even if on EDT, wh...Sven Gothel2013-10-091-1/+1
* Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility stateSven Gothel2013-10-063-4/+358
* Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com...Sven Gothel2013-10-061-1/+4
* Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top...Sven Gothel2013-10-055-3/+307
* Bug 816/848: Cleanup test applet layout/size ; Note Bug 848: Not reproducible...Sven Gothel2013-10-043-7/+113
* Bug 848: Add test applet ; Bug 816 Bug816AppletGLCanvas02: Remove 2nd Animato...Sven Gothel2013-10-043-106/+187
* Bug 816: Add 2 more unit tests (Swing JFrame w/ 2 JRootPanes, AWT Frame Borde...Sven Gothel2013-10-033-25/+304
* Bug818GLJPanelApplet: Remove unused importsSven Gothel2013-10-031-2/+0
* Bug 818 (OSX 10.6.8 NVIDIA GeForce GT 330M): Add unit test (manual applet)Sven Gothel2013-10-031-0/+308
* GLJPanel/Printing: Perform backend.reshape immediatly after printing if resiz...Sven Gothel2013-09-295-46/+112
* AWT Printing: releasePrint() issue reshape from AWT-EDT; GLJPanel: Issue 'han...Sven Gothel2013-09-281-0/+13
* Test AWT Printing: Frame size contains border/insets, use as-is for scaling; ...Sven Gothel2013-09-273-25/+22
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-273-13/+304
* TileRenderer*: TileRendererNotify -> TileRendererListener w/ clarifying funct...Sven Gothel2013-09-277-100/+149
* DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...Sven Gothel2013-09-278-51/+91
* Fix MovieCube/Simple Demo in 'Applet' mode: Use default ctor to completly ini...Sven Gothel2013-09-254-16/+93
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-241-23/+97
* Bug 816: Add unit test 'TestBug816OSXCALayerPosAWT'Sven Gothel2013-09-241-0/+363
* AWT Printing: Fix non vertical-flipped printing, i.e. cut-off top-row's tile ...Sven Gothel2013-09-203-3/+407
* Fix Bug 826: GLJPanel: Fully restore TextureState and ViewportSven Gothel2013-09-2013-50/+684
* TestTiledPrintingGearsSwingAWT: Enable 'bitmap' test only on Windows, issues ...Sven Gothel2013-09-191-7/+12
* 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-181-2/+17
* RedSquareES1: Add TileRendererBase.TileRendererNotifySven Gothel2013-09-181-17/+69
* Print Tests: Split 'Printable' to own class, add OffscreenPrintable using NIO...Sven Gothel2013-09-177-207/+536
* TestTiledPrintingNIOImageSwingAWT: Add layered test ; Use 300dpi instead of 6...Sven Gothel2013-09-161-3/+9
* Add 'DirectDataBufferInt' supporting NIO based BufferedImagesSven Gothel2013-09-162-2/+298
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-154-86/+138
* Gears, GearsES2, RedSquareES2: Proper debug output for init, reshape and disposeSven Gothel2013-09-113-7/+7
* Add 2nd 'demo' canvas to the other tiled printing tests.Sven Gothel2013-09-112-31/+63
* RedSquareES2: Fix tiled aspect ratioSven Gothel2013-09-111-1/+1
* TestTiledPrintingGearsSwingAWT: Add a second demo GLEventListener showing it'...Sven Gothel2013-09-104-25/+104
* Gears*: Clarify frustum calculation for tilingSven Gothel2013-09-102-4/+4
* NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing.Sven Gothel2013-09-081-0/+241