aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-207-54/+495
* Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-188-32/+484
* Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-179-155/+971
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1499-804/+1758
* 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-1113-15/+16
* 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-095-65/+97
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-0913-566/+310
* 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-084-42/+102
* Fix: NEWT/AWT Focus unit testsSven Gothel2010-10-0711-32/+154
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-075-86/+413
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0689-699/+1100
* NEWT/AWT Jnit: Add Robot Mouse Click testSven Gothel2010-10-026-51/+253
* Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)Sven Gothel2010-10-022-3/+6
* Newt/AWT Reparenting: Remove error prone requestFocus in critical pathSven Gothel2010-10-012-3/+2
* 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 Reparenting: Only lock parentWindow during native reparent attempt, othe...Sven Gothel2010-09-281-21/+27
* NEWT: Newt/AWT Rollback AWTParentWindowAdapter changesSven Gothel2010-09-282-17/+2
* NEWT Focus fixes / out.println -> err.printlnSven Gothel2010-09-2811-35/+57
* 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 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-268-90/+718
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-265-4/+23
* 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
* RecursiveToolkitLock default TO 5sSven Gothel2010-09-261-1/+1
* 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-253-21/+370
* NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - TestsSven Gothel2010-09-2319-142/+488
* 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-1511-187/+531
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-1590-2026/+1774
|\