aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Animator Fix/CleanupSven Gothel2010-10-283-12/+20
* WindowImpl/GLWindow LifecycleHook:Sven Gothel2010-10-273-56/+65
* TestSwingAWTRobotUsageBeforeJOGLInitBug411: Verbosity, proper destroy sequenceSven Gothel2010-10-271-3/+15
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-261-4/+73
* X11Util: lock toolkit/x11 unificationSven Gothel2010-10-261-9/+1
* NEWT: ScreenMode changesSven Gothel2010-10-265-397/+289
* Make ScreenMode public, ie move from newt.impl to newt.Sven Gothel2010-10-212-2/+2
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-216-70/+307
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-216-70/+307
* | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-202-45/+41
* | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-182-21/+288
* | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-171-0/+276
|/
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1431-148/+118
* Fix: Memory consumptionSven Gothel2010-10-141-0/+128
* Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-141-0/+110
* NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...Sven Gothel2010-10-092-17/+38
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-092-281/+221
* Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit testsSven Gothel2010-10-083-10/+59
* Fix: NEWT/AWT Focus unit testsSven Gothel2010-10-0711-32/+154
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-072-0/+294
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0611-70/+59
* NEWT/AWT Jnit: Add Robot Mouse Click testSven Gothel2010-10-026-51/+253
* NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2010-09-3034-51/+116
* Newt/AWT Unit Test: Remove 'Test' Prefix from interfaceSven Gothel2010-09-301-0/+0
* Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...Sven Gothel2010-09-305-0/+166
* NEWT Unit Focus Test: AWT Permanent focus check without focus count (due to t...Sven Gothel2010-09-283-32/+59
* NEWT Unit Focus Test: Use AWT permanent focus check on request.Sven Gothel2010-09-284-53/+61
* JUnit test: Check of GL3 availability to not let test failSven Gothel2010-09-282-1/+42
* Unit test: Add 'Robot' for test classes using AWT RobotSven Gothel2010-09-283-6/+6
* NEWT Robot Unit Tests: Bring Window to Front and position mouseSven Gothel2010-09-274-44/+54
* NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ...Sven Gothel2010-09-268-90/+718
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-262-3/+10
* Add main() to TestFocus01SwingAWTSven Gothel2010-09-261-0/+31
* Ensure that receiving focus is passed on to any NEWT child.Steve Vaughan2010-09-261-6/+7
* New test to check on keyboard focus.Steve Vaughan2010-09-261-0/+189
* NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(...Sven Gothel2010-09-261-0/+5
* NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test...Sven Gothel2010-09-261-0/+20
* Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...Sven Gothel2010-09-251-0/+310
* NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - TestsSven Gothel2010-09-2319-142/+488
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-152-16/+260
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-1537-993/+849
|\