summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-235-44/+229
* Bug 718: WindowsBitmapWGLDrawable: Requires GLProfile.GL2, fix BITMAP GLCaps ...Sven Gothel2013-04-181-0/+182
* Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...Sven Gothel2013-04-182-17/+71
* Bug 718: Windows BITMAP Offscreen Fails w/ GLCaps other than simple RGB888 - ...Sven Gothel2013-04-177-104/+578
* Bug 692: Add modified version of Edgar Velazquez-Armendariz's test case for t...Sven Gothel2013-04-141-0/+352
* NEWT/AWT: Fix 'AWT driver' to work w/ OSX CALayer ; WindowImpl: 'Object getWr...Sven Gothel2013-04-132-27/+43
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-04-111-0/+114
|\
| * Adds a unit test and a fix for the bug 697Julien Gouesse2013-04-051-0/+114
* | Merge remote-tracking branch 'hharrison/master'Sven Gothel2013-04-1110-0/+0
|\ \
| * | jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-0910-0/+0
* | | NEWT KeyEvent: Use UTF-16 UniCode for key-code and key-symbol exposing well d...Sven Gothel2013-04-115-101/+131
|/ /
* | Bug 709: Testing texured demo w/ FBO, comparing w/ onscreen - No corruption.Sven Gothel2013-04-062-0/+283
* | TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT: Wrong test comment, no NEWT involvedSven Gothel2013-04-061-3/+0
|/
* SWT unit tests: Sort w/ AWT and Headless - Fix threading w/ AWT.Sven Gothel2013-04-043-17/+24
* OSX CALayer Unit Tests: NEWT child is destroyed if NewtCanvasAWT is disposed/...Sven Gothel2013-04-044-8/+35
* OSX CALayer/NewtCanvasAWT: Force relayout of component (size +1, size -1) whe...Sven Gothel2013-04-043-18/+59
* Fix Bug 671: Add JPEG Decoder w/o AWT DependenciesSven Gothel2013-04-0113-0/+807
* NEWTGearsES2Activity*: Adding property to enable 'process kill' behavior (mem...Sven Gothel2013-03-282-1/+37
* PNGImage: Add license header ; TestPNGImage01NEWT package move ..Sven Gothel2013-03-271-1/+1
* Unit Tests: Unify 'AWT Robot Key Press/Release', waitForIdle, action, delay, ...Sven Gothel2013-03-273-13/+26
* Android/NEWT MouseEvent: Fix Detection/Processing of 2-Finger-Scroll Gesture ...Sven Gothel2013-03-243-7/+11
* Newt/MouseEvent: Add 'float[3] getRotation()', getWheelScale() -> getRotation...Sven Gothel2013-03-241-13/+6
* Android/NEWT MouseEvent: Fix Delivery of MultiTouch PRESSED/RELEASE; Fix Dete...Sven Gothel2013-03-241-26/+111
* NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest...Sven Gothel2013-03-2211-11/+0
* Add GLStateKeeper handling GLEventListenerState preservation and restauration...Sven Gothel2013-03-225-5/+5
* TestGearsES2NEWT/TestGearsES2NewtCanvasAWT: Add -noanim option to manually va...Sven Gothel2013-03-202-28/+58
* TestPNGTextureFromFileNEWT: Use new PNG test file locations, add RGBA tests a...Sven Gothel2013-03-201-80/+84
* Newt PNG test file locationsSven Gothel2013-03-202-2/+2
* Rename PNG test files and add RGBA variations (To be used by TestPNGTextureFr...Sven Gothel2013-03-209-0/+0
* Handles indexed PNGsJulien Gouesse2013-03-203-0/+68
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-194-28/+85
* 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