summaryrefslogtreecommitdiffstats
path: root/src/test/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-235-6/+6
* 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-191-22/+95
* | 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
* Test Util NEWGLContext: Add assertionsSven Gothel2011-10-121-2/+3
* FBO MRT Test: Disable OSX, since it causes an SIGSEGV (Bus Error/Illegal Memo...Sven Gothel2011-10-121-2/+9
* NEWT Parenting Tests: Run all AWT modification call's on AWT EDT as the spec ...Sven Gothel2011-10-127-174/+327
* NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I...Sven Gothel2011-10-112-21/+39
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-101-1/+0
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-101-15/+47
* minor editingSven Gothel2011-10-081-2/+1
* GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ...Sven Gothel2011-10-085-7/+14
* Merge remote-tracking branch 'remotes/rsantina/master'Sven Gothel2011-10-071-12/+21
|\
| * Merge branch 'master' of git://github.com/sgothel/joglRami Santina2011-10-0612-22/+150
| |\
| * | GraphUI: flip y coordsRami Santina2011-10-061-1/+1