| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 2 | -21/+288 |
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 1 | -0/+276 |
|/ |
|
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 31 | -148/+118 |
* | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 1 | -0/+128 |
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -0/+110 |
* | NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen... | Sven Gothel | 2010-10-09 | 2 | -17/+38 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 2 | -281/+221 |
* | Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests | Sven Gothel | 2010-10-08 | 3 | -10/+59 |
* | 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 | 2 | -0/+294 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 11 | -70/+59 |
* | NEWT/AWT Jnit: Add Robot Mouse Click test | Sven Gothel | 2010-10-02 | 6 | -51/+253 |
* | 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 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/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 | 2 | -3/+10 |
* | 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 |
* | NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(... | Sven Gothel | 2010-09-26 | 1 | -0/+5 |
* | NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test... | Sven Gothel | 2010-09-26 | 1 | -0/+20 |
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas... | Sven Gothel | 2010-09-25 | 1 | -0/+310 |
* | NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests | Sven Gothel | 2010-09-23 | 19 | -142/+488 |
* | NEWT: Changed Lifecycle of Display/Screen (part 2) | Sven Gothel | 2010-09-15 | 2 | -16/+260 |
* | Merge branch 'master' into newt_display_unkey_thread | Sven Gothel | 2010-09-15 | 37 | -993/+849 |
|\ |
|
| * | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 37 | -993/+849 |
* | | NEWT: Changed Lifecycle of Display/Screen | Sven Gothel | 2010-09-10 | 9 | -83/+399 |
|/ |
|
* | NEWT: Focus Fix + Cleanup | Sven Gothel | 2010-09-03 | 1 | -3/+0 |
* | TestTransformFeedbackVeryingsBug407NEWT: move GLSL requirement to 1.50 (GL 3.2) | Sven Gothel | 2010-08-24 | 1 | -1/+1 |
* | Added shader status check, commented out the expected glsl linker error message | Sven Gothel | 2010-08-24 | 1 | -4/+32 |
* | Rename junit test TransformFeedbackVeryingsBug407 and add main method | Sven Gothel | 2010-08-24 | 1 | -1/+18 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-08-22 | 1 | -1/+1 |
|\ |
|
| * | JOGL/Junit: Temp. remove frame rendering test | Sven Gothel | 2010-07-26 | 1 | -1/+1 |
* | | added junit test for bug 407 (thanks to Matt at the mailinglist). | Michael Bien | 2010-08-22 | 1 | -0/+132 |
|/ |
|
* | Junit: Avoid possible forever loop in test | Sven Gothel | 2010-07-17 | 1 | -1/+2 |
* | Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ... | Sven Gothel | 2010-07-17 | 2 | -5/+6 |
* | Junit: Relax assertions NEWT/Reparent | Sven Gothel | 2010-07-16 | 2 | -1/+5 |
* | Add AWT WindowClosing JUnit test | Sven Gothel | 2010-07-16 | 1 | -0/+103 |
* | Fix file modes | Sven Gothel | 2010-07-07 | 28 | -0/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 1 | -1/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 24 | -76/+524 |
* | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 9 | -10/+642 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-06-11 | 1 | -0/+163 |
|\ |
|
| * | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-10 | 7 | -23/+315 |
| |\ |
|