aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* gears es2 use default presesion vertex shaderRami Santina2011-09-301-19/+15
* Android/Tests: Adding missing activitiesSven Gothel2011-09-303-0/+222
* Android: Use standard launch mode; Add default actions to NewtBaseActivity; A...Sven Gothel2011-09-305-125/+9
* demo: es2 shaders: use default precisionSven Gothel2011-09-282-113/+106
* Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener add/r...Sven Gothel2011-09-283-20/+22
* GearsES1/ES2 demos: remove junit assertionsSven Gothel2011-09-282-15/+1
* NewtBaseActivity: Enable 'slave' mode, ie as a downstream for external launch...Sven Gothel2011-09-281-83/+46
* NEWT/Android: Send MouseClicked event, MouseEvent enhancement, Demo: real 2 f...Sven Gothel2011-09-282-16/+41
* Fix ES2 shadersSven Gothel2011-09-281-3/+3
* Android Activity Launching (jogl.test)Sven Gothel2011-09-283-0/+349
* NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa...Sven Gothel2011-09-272-1/+14
* tests: added some commented out 'wait for press enter' startups, reduce getCu...Sven Gothel2011-09-273-6/+13
* NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full...Sven Gothel2011-09-161-2/+3
* NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor editsSven Gothel2011-09-162-13/+1
* minor editsSven Gothel2011-09-162-5/+10
* Test NEWT Parenting: Incr. test duration to 600ms (new state poll of reparent...Sven Gothel2011-09-161-1/+1
* Fix AWT Test Cases: Use AWT-EDT for modifying visible frame and call validate...Sven Gothel2011-09-163-58/+84
* Graph Demos: Make GLEvenListener 'standalone'; UIScene to common package; Cle...Sven Gothel2011-09-158-60/+74
* JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizie...Sven Gothel2011-09-152-9/+25
* NEWT (Manual) Test Case: Add fullscreen and alwaysOnTop at window creationSven Gothel2011-09-151-1/+9
* NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/WindowsSven Gothel2011-09-141-0/+9
* disable test of NV swap group - but add explicit test case (disabled) for doc...Sven Gothel2011-09-092-11/+141
* NEWT: Window default pos ; FullScreenSven Gothel2011-09-091-73/+78
* *GLContext: resetStates(); getPlatformExtensionsString(); GLX/WGL NV_swap_gro...Sven Gothel2011-09-091-2/+14
* JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...Sven Gothel2011-09-081-1/+15
* NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change...Sven Gothel2011-09-085-7/+379
* Minor edits, dead code, test invocationSven Gothel2011-09-081-1/+3
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-084-15/+49
* NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and DecorationSven Gothel2011-09-072-7/+25
* Test ScreenMode: Minor changes - less wait/timingSven Gothel2011-09-063-12/+27
* Fix test case for commit 68f5a97ef165a39769040e36114c572c7d0f1abdSven Gothel2011-09-061-3/+1
* NEWT/ScreenMode: Remove Cloneable on Immutable .. makes no senseSven Gothel2011-09-061-6/+16
* NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf...Sven Gothel2011-09-067-56/+112
* Test Multisample/Translucency: Remove implicit alpha settingsSven Gothel2011-09-042-1/+6
* Complete translucency support (core w/ X11 (only) - tested w/ NEWT)Sven Gothel2011-09-032-4/+162
* Test Gears ES1/ES2: Fix shared destructionSven Gothel2011-09-021-6/+19
* Test Gears ES1/ES2: Fix lifecycle check (shared gears)Sven Gothel2011-09-022-10/+14
* TestParenting02NEWT: Don't move parent window -> lots of WM fighting / flicke...Sven Gothel2011-09-021-2/+4
* Test GLSLSimpleProgram: Add proper destroy ..Sven Gothel2011-09-021-0/+10
* Gears/RedSquare ES1/ES2: Add proper destroy/init lifecycle incl. assertion ch...Sven Gothel2011-09-025-129/+200
* Test TestBug463ScaleImageMemoryAWT: Use UI Locking and AWT-EDT create/disposeSven Gothel2011-09-011-15/+34
* Test PIXMAP/BITMAP: Can't expect GL2/ES2 - might be SW OpenGLSven Gothel2011-09-011-3/+7
* Test ElektronenMultiplizierer: Unix coding of shader source (failed on Window...Sven Gothel2011-09-012-2/+2
* TestScreenMode01NEWT: Validate window size after FS toggleSven Gothel2011-09-011-0/+8
* Test ElektronenMultiplizierer: Add original author information, split GLEvent...Sven Gothel2011-09-014-307/+373
* Test Gears: Use proper 'java' author tagSven Gothel2011-09-016-7/+7
* Test: Add RedSquare ES1 and ES2 standalone testsSven Gothel2011-09-012-0/+272
* Tests: Exchange GL2, ES1 GLEventListener to ES2 - mobile test preparation.Sven Gothel2011-09-0126-223/+86
* Unit Tests: Remove redundant GLProfile.initSingleton(boolean) callsSven Gothel2011-08-313-13/+0
* UnitTests NEWT: Place GLProfile.initSingleton(true) to @BeforeClass method, e...Sven Gothel2011-08-317-27/+39