summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...Sven Gothel2014-01-121-2/+2
| * Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-126-104/+149
| * Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'g...Sven Gothel2014-01-093-5/+16
| * Bug 676: Use proper pointer icon images (artwork)Sven Gothel2014-01-097-17/+17
| * Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-089-154/+542
| * Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-081-0/+364
| * TestInitConcurrent01NEWT: Fix test enumerationSven Gothel2014-01-041-10/+10
| * Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-042-13/+68
| * Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-3/+26
| * JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2...Sven Gothel2013-12-284-5/+5
| * Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-231-11/+50
| * Fix TestGLProfile01NEWT: Regression of commit 3d0ab3e6263dfdbb9dd0014443ad28b...Sven Gothel2013-12-221-2/+8
| * Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-57/+220
| * Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a...Sven Gothel2013-12-201-0/+6
| * Merge pull request #76 from esemplare/masterSven Gothel2013-12-154-0/+98
| |\
| | * Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16Michael Esemplare2013-12-114-0/+98
| * | Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c...Sven Gothel2013-12-112-2/+2
| * | Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...Sven Gothel2013-12-112-75/+120
| |/
| * Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI...Sven Gothel2013-12-112-9/+261
| * Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...Sven Gothel2013-12-1111-142/+136
| * TestShutdownCompleteNEWT/AWT: Align both tests and account for GLInfo.Sven Gothel2013-12-102-37/+79
| * TestShutdownCompleteNEWT: Enhance profiling via '-wait -initOnly' ; Use Platf...Sven Gothel2013-12-101-37/+35
| * Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-102-60/+178
| * Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via PROJECTION ...Sven Gothel2013-12-104-119/+155
| * TestNewtKeyEventAutoRepeatAWT: Fix regression of commit 8512777873461ee33d8ed...Sven Gothel2013-12-041-2/+3
| * Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...Sven Gothel2013-12-0412-262/+266
| * Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode...Sven Gothel2013-11-282-8/+32
| * Refine DemoBug910ExtendedAWTAppletLifecycleCheck (commit 9310b11b2b6e1e89fa5e...Sven Gothel2013-11-261-6/+16
| * Bug 910: Add Standalone Extended Applet Lifecycle Validation TestSven Gothel2013-11-261-0/+224
| * Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...Sven Gothel2013-11-255-321/+284
| * Bug 672: Move Unit Tests to appropriate SWT package and prepent Test so they ...Sven Gothel2013-11-252-6/+6
| * Bug 672 (NewtCanvasSWT ignore windowing offset on OSX').Petros Koutsolampros2013-11-242-0/+786
| * Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...Sven Gothel2013-11-211-0/+209
| * NEWT Event Tests: Move TestParentingFocus* to event test packageSven Gothel2013-11-183-3/+4
| * NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to...Sven Gothel2013-11-182-2/+11
| * NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con...Sven Gothel2013-11-182-3/+3
| * NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...Sven Gothel2013-11-185-60/+97
| * Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...Sven Gothel2013-11-181-1/+9
| * Applet Test Bug848AppletGLCanvas01: Only use vsync-interval 1 for last GLJPanelSven Gothel2013-11-151-14/+14
| * TestPerf001GLJPanelInit02AWT: Wrong test name 'Gears' -> 'Nop'Sven Gothel2013-11-141-1/+1
| * Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b...Sven Gothel2013-11-141-1/+3
| * Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ...Sven Gothel2013-11-142-48/+135
| * Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo...Sven Gothel2013-11-106-121/+378
| * Add TestGLWindows03NEWTAnimResize: Test NEWT basic resize while holding posit...Sven Gothel2013-11-101-0/+138
| * Tests: Align NEWT parenting focus tests (package and class names) using NewtC...Sven Gothel2013-11-103-106/+112
| * Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp...Sven Gothel2013-11-101-197/+177
| * Tests: Add com/jogamp/opengl/test/junit/jogl/acore/anim Animator test packageSven Gothel2013-11-094-2/+570
| * TestPerf001GLJPanelInit02AWT: Same size for !overlap and overlapSven Gothel2013-11-091-6/+4
| * TestPerf001GLJPanelInit02AWT: Add overlapping test ..Sven Gothel2013-11-081-4/+38
| * Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima...Sven Gothel2013-11-073-202/+226