aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-197-106/+290
* NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on...Sven Gothel2013-02-174-30/+176
* TestWindowClosingProtocol01AWT: More relaxed timing reducing false positivesSven Gothel2013-02-163-1/+15
* Uni Tests AddRemove: Remove dead code ..Sven Gothel2013-02-162-40/+0
* Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility stateSven Gothel2013-02-161-0/+280
* Fix TestWindowClosingProtocol01AWT: GLCanvas closing operation 'destroy' will...Sven Gothel2013-02-161-1/+0
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-162-2/+2
* Refine unit test for Bug 691: Add onscreen/offscreen tests [if available] ; M...Sven Gothel2013-02-152-16/+59
* Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't...Sven Gothel2013-02-151-0/+111
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-155-58/+275
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-142-5/+263
* Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...Sven Gothel2013-02-011-18/+28
* Android GearsES2 Launcher: Revert debug flags ..Sven Gothel2013-01-311-2/+2
* Android: Adapt to cleanup of ClassLoaderUtil/LauncherUtil - GlueGen Commit b4...Sven Gothel2013-01-3117-91/+239
* Fix AWTKeyAdapter: Reorder AWT events to NEWT order - also ensuring TYPED is ...Sven Gothel2013-01-301-0/+300
* Fix Bug 678: Deliver key-char value for printable chars on all KeyEventListen...Sven Gothel2013-01-293-4/+4
* Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-272-22/+98
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-243-13/+450
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-203-1/+164
* TestSwingAWTRobotUsageBeforeJOGLInitBug411: Fix 'chicken egg' init problem w/...Sven Gothel2013-01-191-1/+12
* NEWT/Android: Full Lifecycle for WindowDriver; Using static ViewGroup; AWTRob...Sven Gothel2013-01-193-131/+115
* Fix Bug 669: Recursive GLContext makeCurrent()/release()Sven Gothel2013-01-182-0/+267
* Sync LauncherUtil w/ GlueGen commit 1b9f0739ecc25105384b557afa698c42e08d4cc6 ...Sven Gothel2013-01-181-13/+57
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-141-1/+28
* Move all Exclusive Context Thread (ECT) tests to it's own package to de-clutt...Sven Gothel2013-01-1212-12/+12
* Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...Sven Gothel2013-01-126-0/+522
* Add old Olympic demo from GL4Java - Make it use ES1 and suitable for FixedFun...Sven Gothel2013-01-112-0/+498
* GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...Sven Gothel2013-01-1118-55/+1685
* Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re...Sven Gothel2012-12-315-14/+52
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-302-10/+134
* Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...Sven Gothel2012-12-292-2/+214
* Adapt change of commit d93c5d23e304ea20e868595748f92a5bef4f5703 to unit test ...Sven Gothel2012-12-291-26/+76
* Test*NewtEventModifiers*: Clear 'clearing' events on thread - @Before/@After ...Sven Gothel2012-12-251-42/+32
* Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...Sven Gothel2012-12-253-82/+152
* WT-NEWT Modifier mapping and test: part-4 (Fix unit tests): BaseNewtEventModi...Sven Gothel2012-12-242-75/+117
* AWT-NEWT Modifier mapping and test: part-3 (Fix unit tests)Sven Gothel2012-12-245-167/+208
* AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..)Sven Gothel2012-12-245-117/+129
* Move pre-existing NEWT event test to new dedicated package package: com.jogam...Sven Gothel2012-12-236-12/+5
* Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / 811e3791b98fea0dfa3b7d301cb532...Sven Gothel2012-12-235-94/+36
* Fix commit 811e3791b98fea0dfa3b7d301cb532c54df8dc82: Make AWT usage Java6 cle...Sven Gothel2012-12-231-8/+31
* Merge pull request #54 from rhatcher/masterSven Gothel2012-12-235-0/+1138
|\
| * Merge branch 'master' of https://github.com/sgothel/joglrhatcher2012-12-065-23/+400
| |\
| * | Fix for JOGL bug 629, and added new unit tests.rhatcher2012-11-295-0/+1138
* | | Fix regression of commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4: Cache Shad...Sven Gothel2012-12-221-4/+5
* | | Bug 642: Refine test case, adding Hw/Lw mix intermediate Container test to av...Sven Gothel2012-12-222-8/+24
* | | Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...Sven Gothel2012-12-223-2/+105
* | | Bug 651: Mesa3D: GL_INVALID_ENUM in glGetIntegerv(pname=GL_MAX_TEXTURE_IMAGE_...Sven Gothel2012-12-202-2/+212
* | | Bug642: Add test case for Swing JSplit Pane w/ GLCanvas and GLJPanelSven Gothel2012-12-161-0/+179
* | | MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..Sven Gothel2012-12-161-1/+1
* | | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...Sven Gothel2012-12-1610-174/+662
| |/ |/|