aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-232-35/+112
* Fix SWT test on OSX 32/64 bit ; Fix TestSWTAWT01GL for OSXSven Gothel2011-12-192-41/+52
* TestInitConcurrentNEWT: Nice window layout - don't wait/sync for start thread...Sven Gothel2011-12-181-16/+52
* No GLCanvas offscreen surface (as in NEWT) - test disabledSven Gothel2011-12-181-1/+2
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-172-49/+237
* setGLFunctionAvailability(..): Reduce the calls to resetProcAddressTable() 12...Sven Gothel2011-12-132-1/+54
* Fix nano -> milli (10e6 -> 1e6) .. ooopsSven Gothel2011-12-135-19/+19
* Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-137-0/+145
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-1154-117/+201
* Remove GLProfile.initSingleton(..) out of static init blockSven Gothel2011-12-021-4/+0
* Test AWT Translucency: Use ReflectionUtil to use com.sun.awt.AWTUtilities, n/...Sven Gothel2011-12-022-4/+20
* More AWT-EDT invokeAndWait-wrapping for Frame show/disposeSven Gothel2011-12-024-53/+54
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-019-26/+436
* Test: Add TestSharedContextVBOES2NEWT2 (ES2 variant of TestSharedContextListN...Sven Gothel2011-11-292-2/+160
* Test: Forgot to uncomment package name of new test for 97218b88af9113740b3704...Sven Gothel2011-11-291-1/+1
* Fix Bug 527: Creating a context w/ shared context, while the latter is in use...Sven Gothel2011-11-281-0/+157
* MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...Sven Gothel2011-11-271-1/+2
* TestScreenMode00bNEWT: Reduce getCurrentScreenMode loop 100 -> 50, due to slo...Sven Gothel2011-11-261-2/+2
* TestParenting03AWT: manual test option -firstUIAction for GLProfile.initSingl...Sven Gothel2011-11-261-0/+4
* TestsGLSLShaderState*: Reduce loops / Extend timeout - Slow devices may hit T...Sven Gothel2011-11-263-9/+11
* Add Test case for bug 519Sven Gothel2011-11-251-0/+127
* Minor test changesSven Gothel2011-11-252-1/+5
* Fix native manual test 'displayMultiple02' for multiple X11 Display connectio...Sven Gothel2011-11-251-6/+2
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-235-6/+6
* Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark...Sven Gothel2011-11-231-19/+71
* Test NEWT Remote Connection (X11): Use localhost:0.0 as defaultSven Gothel2011-11-232-2/+2
* Add Unit Test TestGearsAWTAnalyzeBug455 to analyze bug455 - inconclusiveSven Gothel2011-11-211-0/+166
* Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...Sven Gothel2011-11-212-93/+89
* Merge pull request #40 from michaelhermannweber/bug_523Sven Gothel2011-11-201-0/+791
|\
| * New test case that demonstates bug 523, hang on application exit ifMichael Weber2011-11-041-0/+791
* | Tests: Use WindowFocusListener for AWTRobot toFront(.. window), more reliableSven Gothel2011-11-204-6/+87
* | minor edits: test, scriptsSven Gothel2011-11-201-1/+0
* | Demo: GearsES1/ES2 visualize focusSven Gothel2011-11-192-3/+16
* | NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes)Sven Gothel2011-11-192-35/+98
* | NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d...Sven Gothel2011-11-1911-13/+11
* | Focus Test: Don't assume NewtCanvasAWT even received the focusSven Gothel2011-11-182-2/+0
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-186-18/+298
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-121-11/+11
* | OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...Sven Gothel2011-11-111-0/+5
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-091-1/+1
* | test: minor editSven Gothel2011-11-091-0/+1
* | Fix TestParenting03AWT: NewtCanvasAWT has always a NativeWindowSven Gothel2011-11-091-28/+28
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-091-0/+222
* | Minor edits: remove redundanciesSven Gothel2011-11-099-10/+10
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-061-1/+1
|/
* Test: More 'layouting' in NewtCanvasAWT test caseSven Gothel2011-10-291-0/+8
* MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ...Sven Gothel2011-10-251-3/+0
* Tests: AWT EDT: invokeLater(..) -> invokeAndWait(..) for a more predictable w...Sven Gothel2011-10-2310-72/+120
* Test: AWTRobotUtil TO 1s -> 2sSven Gothel2011-10-231-1/+1
* Test/Focus: Add sleep for manual focus testsSven Gothel2011-10-222-1/+11