summaryrefslogtreecommitdiffstats
path: root/src/junit
Commit message (Expand)AuthorAgeFilesLines
* Fix SWT tests in due to changes, minor linux fixSven Gothel2011-02-023-455/+0
* Merge branch 'swt_tests' into pulledSven Gothel2011-02-023-0/+455
|\
| * Added two simple SWT unit tests.Wade Walker2011-02-023-0/+455
* | junit glu: proper path and NOUI class suffixSven Gothel2011-02-012-59/+0
* | JUnit tests for gluProject and gluUnprojectJulien Gouesse2011-02-012-0/+59
* | Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp...Sven Gothel2010-12-1378-12992/+0
* | GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close ...Sven Gothel2010-12-121-1/+1
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.Sven Gothel2010-12-121-1/+0
* | FIX gears demo: set lists to 0 at disposeSven Gothel2010-12-101-0/+1
* | Minor test cleanupSven Gothel2010-12-102-25/+10
|/
* GLCanvas: Adding convenient constructor for GLCapabilties and Shared Context ...Sven Gothel2010-12-031-0/+134
* Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test)Sven Gothel2010-12-032-16/+185
* JOGL: Proper handling of Read Drawable Support (if not supported), add query.Sven Gothel2010-11-281-1/+1
* GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,...Sven Gothel2010-11-272-0/+11
* Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex...Sven Gothel2010-11-256-14/+14
* Refined VersionInfo usageSven Gothel2010-11-252-5/+17
* Relax GLAnimatorControl, ie remove fail fast for start()/stop(), return (bool...Sven Gothel2010-11-251-8/+8
* cleanup importsSven Gothel2010-11-251-7/+0
* Fix GLCanvas Recreation - Regression 96af6c9bf2d683115996Sven Gothel2010-11-251-0/+183
* Ignore TestGearsGLJPanelAWT, not ready yetv2.0-rc1Sven Gothel2010-11-231-1/+2
* GLSL unit test timeout -> 60sSven Gothel2010-11-232-4/+4
* Add GLJPanel test (works better in jogl-demos though, need to copy)Sven Gothel2010-11-232-3/+129
* Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race conditionSven Gothel2010-11-231-0/+2
* JOGL/Junit: Refine TestTransformFeedbackVaryingsBug407NEWT, Add another simpl...Sven Gothel2010-11-235-76/+633
* TestTransformFeedbackVaryingsBug407NEWT: Fix class name and clarify outputSven Gothel2010-11-221-4/+4
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-222-6/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-214-54/+104
* JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...Sven Gothel2010-11-187-5/+431
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-175-17/+17
* NEWT X11Display: ignore null Display handle at dispatchSven Gothel2010-11-171-10/+33
* Merge branch 'pulled'Sven Gothel2010-11-173-13/+13
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-173-13/+13
* | cleanup importsSven Gothel2010-11-172-12/+0
* | GLWindow becomes NEWTEventConsumer (missed that one) ; Adding test for NEWTEv...Sven Gothel2010-11-171-0/+118
|/
* NEWT Lifecycle remodel: Window destroy() !Sven Gothel2010-11-1627-277/+202
* NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ...Sven Gothel2010-11-152-15/+8
* NEWT: Make setVisible/reparentWindow return status more reliable (visibility,...Sven Gothel2010-11-156-84/+38
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-143-0/+439
* import cleanupSven Gothel2010-11-141-10/+7
* GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString)Sven Gothel2010-11-141-1/+1
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-121-11/+2
* increase time per test from 500ms to 1sSven Gothel2010-11-041-1/+1
* AWT create/destroy shall run on EDT as wellSven Gothel2010-11-041-11/+4
* Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm...Sven Gothel2010-11-048-64/+30
* Fix focus test for windows: increase mouse click start delay, so previous foc...Sven Gothel2010-11-023-23/+3
* Added Rotation testSven Gothel2010-11-012-50/+114
* Using GLCanvas _and_ NEWT side by side currently causes a deadlock in AWT wit...Sven Gothel2010-10-291-0/+7
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-291-11/+1
* Test: Add new Display Lifecucle testSven Gothel2010-10-291-0/+391
* Tests: Accomodate previous changes plus using AWT EDT for setVisible() as well.Sven Gothel2010-10-2911-149/+81