summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test/AWTRobotUtil: Proper titlebar location (using insets) ; Real UI/Robot re...Sven Gothel2011-10-221-31/+37
* NEWT/Test FocusEventCountAdapter: Detailed test whether focus gained/lostSven Gothel2011-10-226-60/+79
* Test/Ruler/ScreenMode: Validate whether current ScreenMode existsSven Gothel2011-10-221-1/+8
* NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...Sven Gothel2011-10-225-45/+35
* Test NEWT Remote GLWindow: Show VBO usageSven Gothel2011-10-211-19/+26
* Test: NEWT Remote GLWindow w/ GL2ES1 (GLSL n/a on remote GLX, eg. NV)Sven Gothel2011-10-211-14/+18
* Using math functions in initializers fails on MacOSX - fixedSven Gothel2011-10-201-1/+3
* Test GearsES2: Split confine mode to centered 'J' and non centered 'j', to te...Sven Gothel2011-10-162-5/+25
* NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only reques...Sven Gothel2011-10-151-26/+28
* OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ...Sven Gothel2011-10-131-12/+39
* TestParenting03AWT: Add manual code to disable 2nd GLWindow for internal test...Sven Gothel2011-10-131-21/+38
* Test Shared - Window Positioning: don't assume req pos. is realized, use rel ...Sven Gothel2011-10-124-31/+64
* Test: Add AWT/GLCanvas transparency testSven Gothel2011-10-121-0/+163