aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R...Sven Gothel2013-03-183-4/+3
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-155-23/+72
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-14/+27
* Fix TestParenting01NEWT: Since recreational reparenting resets the fps-counte...Sven Gothel2013-03-131-0/+6
* GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'Sven Gothel2013-03-135-5/+5
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-138-150/+777
* Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add glFinis...Sven Gothel2013-03-094-15/+67
* Fix buggy unit test for Bug 694: The unpack alignment has to be considered!Sven Gothel2013-03-091-13/+45
* TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT unit tes...Sven Gothel2013-03-011-2/+2
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-03-011-0/+128
|\
| * Adds a unit test for the bug 694 on gluScaleImageJulien Gouesse2013-02-241-0/+128
* | TestBug572AWT: Add test case w/ setting GLCanvas's size and frame.pack() on A...Sven Gothel2013-02-281-60/+51
* | All AWT Related Unit Tests: Call AWT 'frame.setVisible(..)' and 'frame.pack()...Sven Gothel2013-02-2838-212/+331
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-281-1/+1
* | NEWT: Harmonize MouseEvent Pressure (API Change!)Sven Gothel2013-02-282-2/+2
* | Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACKSven Gothel2013-02-283-9/+5
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-2810-70/+291
|/
* NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use...Sven Gothel2013-02-225-5/+19
* TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code - fix ...Sven Gothel2013-02-212-62/+56
* TestGearsES2SWT: Fix NPESven Gothel2013-02-211-0/+6
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-205-12/+9
* Unit Tests: Add [manual] demo cases for SWT (TestGearsES2SWT, TestGearsES2New...Sven Gothel2013-02-205-32/+990
* Unit Tests NewtEventModifiers (2): RobostnessSven Gothel2013-02-195-9/+8
* Unit Tests NewtEventModifiers: Attempt to make them more robust for that one ...Sven Gothel2013-02-195-9/+21
* 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