aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add version info tool, to allow more precise bug reportsSven Gothel2010-10-141-0/+135
* NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ...Sven Gothel2010-10-141-10/+20
* Fix: Memory consumptionSven Gothel2010-10-146-64/+241
* Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-142-19/+134
* Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-141-12/+34
* Drop to be enqueued NEWTEvent if EDT is already dead/stopped. Thx Steve for t...Sven Gothel2010-10-131-0/+8
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-1116-18/+93
* JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...Sven Gothel2010-10-093-79/+80
* NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...Sven Gothel2010-10-096-65/+99
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-0914-569/+314
* Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr...Sven Gothel2010-10-091-30/+67
* Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit testsSven Gothel2010-10-087-46/+118
* Fix: NEWT/AWT Focus unit testsSven Gothel2010-10-0712-34/+156
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-078-89/+421
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0691-704/+1105
* NEWT/AWT Jnit: Add Robot Mouse Click testSven Gothel2010-10-027-54/+256
* Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)Sven Gothel2010-10-023-4/+7
* Newt/AWT Reparenting: Remove error prone requestFocus in critical pathSven Gothel2010-10-013-12/+4
* NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2010-09-3035-52/+117
* 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-306-1/+168
* NEWT Reparenting: Only lock parentWindow during native reparent attempt, othe...Sven Gothel2010-09-281-21/+27
* NEWT: Newt/AWT Rollback AWTParentWindowAdapter changesSven Gothel2010-09-283-17/+4
* NEWT Focus fixes / out.println -> err.printlnSven Gothel2010-09-2813-36/+63
* 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-285-56/+64
* 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-275-47/+57
* NEWT EDT: Handle stop case if not on EDTSven Gothel2010-09-271-27/+43
* NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ...Sven Gothel2010-09-269-92/+721
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-267-5/+27
* Add main() to TestFocus01SwingAWTSven Gothel2010-09-262-1/+34
* 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
* RecursiveToolkitLock default TO 5sSven Gothel2010-09-262-4/+4
* NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(...Sven Gothel2010-09-263-6/+19
* NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test...Sven Gothel2010-09-264-43/+65
* Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...Sven Gothel2010-09-256-23/+375
* NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - TestsSven Gothel2010-09-2325-146/+557
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-2339-2807/+3517
* NEWT: Fix EDTUtil/DefaultEDTUtil - Locking/BehaviourSven Gothel2010-09-233-120/+206
* NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)Sven Gothel2010-09-2313-292/+731
* NEWT: Changed Lifecycle of Display/Screen (part 3)Sven Gothel2010-09-164-19/+33
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-1518-206/+550
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-1595-2108/+1853
|\
| * Misc CleanupsSven Gothel2010-09-159-43/+21
| * Merge branch 'master' of github.com:mbien/joglSven Gothel2010-09-1519-120/+73
| |\
| | * COPYRIGHT.txt no longer exists -> don't copy it.Michael Bien2010-09-141-1/+0
| | * Merge branch 'master' of git://github.com/sgothel/joglMichael Bien2010-09-1018-86/+98
| | |\