| Commit message (Expand) | Author | Age | Files | Lines |
* | Newt Window: Missing change of f47230cb4649df13260ac56c5dae6c01dad7c1e7 (remo... | Sven Gothel | 2011-04-26 | 1 | -6/+0 |
* | Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ... | Sven Gothel | 2011-04-26 | 4 | -176/+72 |
* | NEWT Event Types: Use final modifier if possible | Sven Gothel | 2011-04-24 | 5 | -8/+8 |
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 1 | -2/+15 |
* | New FPSCounter, impl. by GLWindow and GLAnimatorControl (fps perf related API... | Sven Gothel | 2011-04-23 | 1 | -60/+38 |
* | NEWT GLWindow: Remove context current check for swapBuffer() call | Sven Gothel | 2011-04-22 | 1 | -7/+1 |
* | simple cleanup/warnings | Sven Gothel | 2011-04-22 | 1 | -1/+0 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -1/+1 |
* | Cleanup (private access for inner classes) | Sven Gothel | 2011-02-28 | 2 | -45/+48 |
* | NEWT WindowImpl EDT fixes | Sven Gothel | 2011-02-28 | 1 | -106/+93 |
* | NEWT EDT: Fix dbl-chk-locking, runOnEDT fast-path, enqueEvent dispatch immed.... | Sven Gothel | 2011-02-28 | 1 | -18/+29 |
* | NEWT: enqueueEvent(wait, ..) can't wait if on EDT. Solves UI close, etc | Sven Gothel | 2011-02-28 | 1 | -0/+3 |
* | Code cleanup: override, imports, StringBuilder, .. | Sven Gothel | 2011-02-26 | 16 | -25/+106 |
* | Clean/Fix: Threading Code | Sven Gothel | 2011-02-26 | 3 | -41/+43 |
* | Avoid NPE (pairs with 6188d6a385056adade49fcb6d8247f94f96d402e) | Sven Gothel | 2011-02-25 | 1 | -4/+5 |
* | Avoid NPE, incr. test poll, .. | Sven Gothel | 2011-02-25 | 1 | -8/+8 |
* | NativeWindow NativeSurface lock/unlock Surface cleanup ; NEWT WindowImpl lock... | Sven Gothel | 2011-02-22 | 2 | -19/+32 |
* | Cleanup NEWT MainThread, using new AWTEDTUtil impl. / Sync AWTCanvas with GLC... | Sven Gothel | 2011-02-22 | 6 | -203/+276 |
* | NativeWindow ProxySurface Abstraction and lock/unlock Surface cleanup | Sven Gothel | 2011-02-22 | 2 | -23/+30 |
* | Fix: Java 1.5 warnings | Sven Gothel | 2011-02-09 | 1 | -1/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 41 | -101/+101 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-08 | 32 | -0/+0 |
* | GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL... | Sven Gothel | 2011-01-31 | 2 | -19/+58 |
* | Fix: GLX exception message / sorted imports | Sven Gothel | 2011-01-31 | 1 | -2/+3 |
* | NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed() | Sven Gothel | 2010-12-23 | 9 | -25/+26 |
* | JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444) | Sven Gothel | 2010-12-19 | 4 | -40/+110 |
* | Version Applet as JavaWS | Sven Gothel | 2010-12-18 | 1 | -7/+64 |
* | Version Applet: set GLCanvas size, otherwise it won't realize GL drawable | Sven Gothel | 2010-12-16 | 1 | -0/+1 |
* | Add Version Applet | Sven Gothel | 2010-12-15 | 1 | -0/+88 |
* | NativeWindow: Move RegisteredClass to private impl package | Sven Gothel | 2010-12-12 | 2 | -3/+4 |
* | Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc. | Sven Gothel | 2010-12-12 | 3 | -43/+29 |
* | NEWT: Minor cleanup ; Debug setVisible message in issuing thread | Sven Gothel | 2010-12-10 | 1 | -6/+8 |
* | NEWT/Windows: Use GDI GetDC/ReleaseDC | Sven Gothel | 2010-12-09 | 1 | -5/+3 |
* | Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test) | Sven Gothel | 2010-12-03 | 1 | -1/+14 |
* | Fix NEWT WindowImpl: setTitleImpl() at native construction. | Sven Gothel | 2010-12-03 | 1 | -0/+1 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 2 | -2/+2 |
* | NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN... | Sven Gothel | 2010-11-28 | 1 | -0/+17 |
* | NEWT WindowImpl: Null Check on childWindows (already destroyed) | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex... | Sven Gothel | 2010-11-25 | 1 | -1/+1 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 2 | -2/+6 |
* | GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ... | Sven Gothel | 2010-11-22 | 1 | -7/+6 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 4 | -68/+67 |
* | minor formatting | Sven Gothel | 2010-11-19 | 1 | -11/+6 |
* | Resume GLAnimatorCtrl after destroying, so it back in state for either this r... | Sven Gothel | 2010-11-19 | 1 | -0/+3 |
* | Avoid sendDestroy mechanism in favor of immediate destroy using AnimatorContr... | Steve Vaughan | 2010-11-19 | 1 | -2/+21 |
* | print platform info additional to the module info. | Michael Bien | 2010-11-18 | 2 | -0/+3 |
* | modifications due to changes in GlueGen's VersionUtil.getManifest(). | Michael Bien | 2010-11-18 | 1 | -3/+2 |
* | NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() .. | Sven Gothel | 2010-11-18 | 12 | -13/+40 |
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 14 | -55/+54 |
* | NEWT X11Display: ignore null Display handle at dispatch | Sven Gothel | 2010-11-17 | 1 | -3/+3 |