| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Drop to be enqueued NEWTEvent if EDT is already dead/stopped. Thx Steve for t... | Sven Gothel | 2010-10-13 | 1 | -0/+8 |
* | | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt | Sven Gothel | 2010-10-11 | 13 | -15/+16 |
|/ |
|
* | JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont... | Sven Gothel | 2010-10-09 | 3 | -79/+80 |
* | NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen... | Sven Gothel | 2010-10-09 | 5 | -65/+97 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 13 | -566/+310 |
* | Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr... | Sven Gothel | 2010-10-09 | 1 | -30/+67 |
* | Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests | Sven Gothel | 2010-10-08 | 4 | -42/+102 |
* | Fix: NEWT/AWT Focus unit tests | Sven Gothel | 2010-10-07 | 11 | -32/+154 |
* | Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface | Sven Gothel | 2010-10-07 | 5 | -86/+413 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 89 | -699/+1100 |
* | NEWT/AWT Jnit: Add Robot Mouse Click test | Sven Gothel | 2010-10-02 | 6 | -51/+253 |
* | Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public) | Sven Gothel | 2010-10-02 | 2 | -3/+6 |
* | Newt/AWT Reparenting: Remove error prone requestFocus in critical path | Sven Gothel | 2010-10-01 | 2 | -3/+2 |
* | NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC... | Sven Gothel | 2010-09-30 | 34 | -51/+116 |
* | Newt/AWT Unit Test: Remove 'Test' Prefix from interface | Sven Gothel | 2010-09-30 | 1 | -0/+0 |
* | Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise... | Sven Gothel | 2010-09-30 | 5 | -0/+166 |
* | NEWT Reparenting: Only lock parentWindow during native reparent attempt, othe... | Sven Gothel | 2010-09-28 | 1 | -21/+27 |
* | NEWT: Newt/AWT Rollback AWTParentWindowAdapter changes | Sven Gothel | 2010-09-28 | 2 | -17/+2 |
* | NEWT Focus fixes / out.println -> err.println | Sven Gothel | 2010-09-28 | 11 | -35/+57 |
* | NEWT Unit Focus Test: AWT Permanent focus check without focus count (due to t... | Sven Gothel | 2010-09-28 | 3 | -32/+59 |
* | NEWT Unit Focus Test: Use AWT permanent focus check on request. | Sven Gothel | 2010-09-28 | 4 | -53/+61 |
* | JUnit test: Check of GL3 availability to not let test fail | Sven Gothel | 2010-09-28 | 2 | -1/+42 |
* | Unit test: Add 'Robot' for test classes using AWT Robot | Sven Gothel | 2010-09-28 | 3 | -6/+6 |
* | NEWT Robot Unit Tests: Bring Window to Front and position mouse | Sven Gothel | 2010-09-27 | 4 | -44/+54 |
* | NEWT EDT: Handle stop case if not on EDT | Sven Gothel | 2010-09-27 | 1 | -27/+43 |
* | NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ... | Sven Gothel | 2010-09-26 | 8 | -90/+718 |
* | NEWT: Add Window.hasFocus() ; Test cleanup .. | Sven Gothel | 2010-09-26 | 5 | -4/+23 |
* | Add main() to TestFocus01SwingAWT | Sven Gothel | 2010-09-26 | 1 | -0/+31 |
* | Ensure that receiving focus is passed on to any NEWT child. | Steve Vaughan | 2010-09-26 | 1 | -6/+7 |
* | New test to check on keyboard focus. | Steve Vaughan | 2010-09-26 | 1 | -0/+189 |
* | RecursiveToolkitLock default TO 5s | Sven Gothel | 2010-09-26 | 1 | -1/+1 |
* | NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(... | Sven Gothel | 2010-09-26 | 3 | -6/+19 |
* | NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test... | Sven Gothel | 2010-09-26 | 4 | -43/+65 |
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas... | Sven Gothel | 2010-09-25 | 3 | -21/+370 |
* | NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests | Sven Gothel | 2010-09-23 | 19 | -142/+488 |
* | NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus | Sven Gothel | 2010-09-23 | 39 | -2807/+3517 |
* | NEWT: Fix EDTUtil/DefaultEDTUtil - Locking/Behaviour | Sven Gothel | 2010-09-23 | 3 | -120/+206 |
* | NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4) | Sven Gothel | 2010-09-23 | 13 | -292/+731 |
* | NEWT: Changed Lifecycle of Display/Screen (part 3) | Sven Gothel | 2010-09-16 | 4 | -19/+33 |
* | NEWT: Changed Lifecycle of Display/Screen (part 2) | Sven Gothel | 2010-09-15 | 11 | -187/+531 |
* | Merge branch 'master' into newt_display_unkey_thread | Sven Gothel | 2010-09-15 | 90 | -2026/+1774 |
|\ |
|
| * | Misc Cleanups | Sven Gothel | 2010-09-15 | 8 | -38/+16 |
| * | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-09-15 | 17 | -118/+71 |
| |\ |
|
| | * | Merge branch 'master' of git://github.com/sgothel/jogl | Michael Bien | 2010-09-10 | 18 | -86/+98 |
| | |\ |
|
| | * | | trivial code cleanup in glx package. | Michael Bien | 2010-09-09 | 17 | -118/+71 |
| * | | | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 72 | -1885/+1702 |
| | |/
| |/| |
|
* / | | NEWT: Changed Lifecycle of Display/Screen | Sven Gothel | 2010-09-10 | 44 | -505/+992 |
|/ / |
|
* / | NEWT: Focus Fix + Cleanup | Sven Gothel | 2010-09-03 | 18 | -86/+98 |
|/ |
|
* | minor formatting | Sven Gothel | 2010-08-24 | 1 | -2/+1 |
* | TestTransformFeedbackVeryingsBug407NEWT: move GLSL requirement to 1.50 (GL 3.2) | Sven Gothel | 2010-08-24 | 1 | -1/+1 |