| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GLAnimatorControl/Animator: Allow stop() if paused() | Sven Gothel | 2010-10-27 | 2 | -11/+7 |
* | TestSwingAWTRobotUsageBeforeJOGLInitBug411: Verbosity, proper destroy sequence | Sven Gothel | 2010-10-27 | 1 | -3/+15 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 4 | -5/+17 |
* | Netbeans: use build target all.but-archives | Sven Gothel | 2010-10-27 | 2 | -2/+4 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 8 | -30/+247 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 3 | -3/+16 |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 3 | -221/+130 |
* | RectangleReadOnly clonable; Make strings more readable | Sven Gothel | 2010-10-26 | 7 | -15/+15 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 42 | -1722/+3018 |
* | Make ScreenMode public, ie move from newt.impl to newt. | Sven Gothel | 2010-10-21 | 8 | -7/+9 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 23 | -852/+1509 |
|\ |
|
| * | NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes | Sven Gothel | 2010-10-21 | 23 | -834/+1488 |
| * | merge conflict solved | Sven Gothel | 2010-10-15 | 2 | -7/+56 |
| |\ |
|
| | * | Fix: X11 Fullscreen mode behaviour | Rami Santina | 2010-10-11 | 1 | -26/+23 |
| | * | Added Fullscreen WM Hit to the X11 window | Rami Santina | 2010-10-11 | 2 | -6/+58 |
* | | | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen Hint | Rami Santina | 2010-10-20 | 10 | -60/+503 |
* | | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 9 | -33/+487 |
* | | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 11 | -157/+987 |
|/ / |
|
* | | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 107 | -834/+1827 |
* | | Add version info tool, to allow more precise bug reports | Sven Gothel | 2010-10-14 | 1 | -0/+135 |
* | | NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ... | Sven Gothel | 2010-10-14 | 1 | -10/+20 |
* | | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 6 | -64/+241 |
* | | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 2 | -19/+134 |
* | | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -12/+34 |
* | | 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 | 16 | -18/+93 |
|/ |
|
* | 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 | 6 | -65/+99 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 14 | -569/+314 |
* | 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 | 7 | -46/+118 |
* | Fix: NEWT/AWT Focus unit tests | Sven Gothel | 2010-10-07 | 12 | -34/+156 |
* | Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface | Sven Gothel | 2010-10-07 | 8 | -89/+421 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 91 | -704/+1105 |
* | NEWT/AWT Jnit: Add Robot Mouse Click test | Sven Gothel | 2010-10-02 | 7 | -54/+256 |
* | Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public) | Sven Gothel | 2010-10-02 | 3 | -4/+7 |
* | Newt/AWT Reparenting: Remove error prone requestFocus in critical path | Sven Gothel | 2010-10-01 | 3 | -12/+4 |
* | NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC... | Sven Gothel | 2010-09-30 | 35 | -52/+117 |
* | 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 | 6 | -1/+168 |
* | 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 | 3 | -17/+4 |
* | NEWT Focus fixes / out.println -> err.println | Sven Gothel | 2010-09-28 | 13 | -36/+63 |
* | 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 | 5 | -56/+64 |
* | 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 | 5 | -47/+57 |
* | 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 | 9 | -92/+721 |