| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NEWT X11Display: Use default X11 locking for X11GraphicsDevice | Sven Gothel | 2011-11-26 | 1 | -5/+15 |
* | NewtFactory/GLWindow: Cleanup API doc (Display lifecycle, copy or reuse, etc ..) | Sven Gothel | 2011-11-26 | 2 | -22/+102 |
* | DefaultGraphicsDevice: Initialize toolkitLock directly in cstr, where setTool... | Sven Gothel | 2011-11-26 | 1 | -4/+15 |
* | X11Util: Cleanup ATI_HAS_XCLOSEDISPLAY_BUG API doc. | Sven Gothel | 2011-11-26 | 1 | -9/+22 |
* | X11AWTGraphicsConfigurationFactory: Use lock: owner ? AWT-Lock : X11-AWT-Lock | Sven Gothel | 2011-11-26 | 1 | -1/+1 |
* | Add Test case for bug 519 | Sven Gothel | 2011-11-25 | 1 | -0/+127 |
* | Minor test changes | Sven Gothel | 2011-11-25 | 2 | -1/+5 |
* | Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT): | Sven Gothel | 2011-11-25 | 3 | -9/+16 |
* | NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ; | Sven Gothel | 2011-11-25 | 5 | -79/+118 |
* | JAWTWindow: remove validateNative() .. | Sven Gothel | 2011-11-25 | 4 | -60/+3 |
* | GLX Information usage cleanup | Sven Gothel | 2011-11-25 | 7 | -190/+249 |
* | scripts: profile.jogl / setenv-jogl.sh / test.sh: Expose and use AWT / NOAWT ... | Sven Gothel | 2011-11-25 | 3 | -12/+32 |
* | Fix native manual test 'displayMultiple02' for multiple X11 Display connectio... | Sven Gothel | 2011-11-25 | 1 | -6/+2 |
* | Forgot to add JogAmp (c) | Sven Gothel | 2011-11-25 | 9 | -0/+9 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 6 | -21/+15 |
* | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT... | Sven Gothel | 2011-11-25 | 7 | -42/+19 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 7 | -171/+109 |
* | GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in... | Sven Gothel | 2011-11-23 | 15 | -49/+66 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 58 | -146/+177 |
* | test script | Sven Gothel | 2011-11-23 | 1 | -2/+4 |
* | AWTGraphicsConfiguration: Private special cstr. FIXME: Use 'encapsulated' ie.... | Sven Gothel | 2011-11-23 | 1 | -2/+4 |
* | Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark... | Sven Gothel | 2011-11-23 | 2 | -24/+76 |
* | Test NEWT Remote Connection (X11): Use localhost:0.0 as default | Sven Gothel | 2011-11-23 | 2 | -2/+2 |
* | X11GLXDrawableFactory.createOffscreenSurfaceImpl(): Create own screen/device ... | Sven Gothel | 2011-11-23 | 1 | -8/+14 |
* | NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (... | Sven Gothel | 2011-11-21 | 5 | -10/+18 |
* | Add Unit Test TestGearsAWTAnalyzeBug455 to analyze bug455 - inconclusive | Sven Gothel | 2011-11-21 | 2 | -1/+168 |
* | Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving... | Sven Gothel | 2011-11-21 | 3 | -4/+9 |
* | Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p... | Sven Gothel | 2011-11-21 | 5 | -111/+108 |
* | Enable FreeBSD x86_64 builds (and add swt.jar) | Jacob Senglea | 2011-11-21 | 2 | -0/+3 |
* | Merge pull request #40 from michaelhermannweber/bug_523 | Sven Gothel | 2011-11-20 | 1 | -0/+791 |
|\ |
|
| * | New test case that demonstates bug 523, hang on application exit if | Michael Weber | 2011-11-04 | 1 | -0/+791 |
* | | Tests: Use WindowFocusListener for AWTRobot toFront(.. window), more reliable | Sven Gothel | 2011-11-20 | 4 | -6/+87 |
* | | minor edits: test, scripts | Sven Gothel | 2011-11-20 | 3 | -4/+4 |
* | | NEWT MacWindow: Revised offscreen FIXME tags | Sven Gothel | 2011-11-20 | 1 | -6/+5 |
* | | NEWT build: Add jogamp/newt/driver/* to core | Sven Gothel | 2011-11-19 | 1 | -1/+1 |
* | | Demo: GearsES1/ES2 visualize focus | Sven Gothel | 2011-11-19 | 2 | -3/+16 |
* | | NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes) | Sven Gothel | 2011-11-19 | 6 | -298/+533 |
* | | NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead... | Sven Gothel | 2011-11-19 | 4 | -58/+70 |
* | | NewtMacWindow: Add CR/LF to DBG_PRINT | Sven Gothel | 2011-11-19 | 1 | -15/+17 |
* | | NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d... | Sven Gothel | 2011-11-19 | 15 | -21/+22 |
* | | Relocate NewtFactoryAWT: jogamp.newt.awt.event -> jogamp.newt.awt | Sven Gothel | 2011-11-19 | 1 | -1/+1 |
* | | Focus Test: Don't assume NewtCanvasAWT even received the focus | Sven Gothel | 2011-11-18 | 2 | -2/+0 |
* | | WindowsWGLDrawableFactory createOffscreenDrawable() - Don't spin off creation... | Sven Gothel | 2011-11-18 | 2 | -27/+17 |
* | | Fix Reloc AttachJAWTSurfaceLayer() (commit d644e9321dceeecdd94a1797e25e6e356d... | Sven Gothel | 2011-11-18 | 1 | -0/+1 |
* | | Fix NewtCanvasAWT Focus Traversal (focusable) | Sven Gothel | 2011-11-18 | 1 | -0/+4 |
* | | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 20 | -127/+617 |
* | | NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh... | Sven Gothel | 2011-11-18 | 1 | -0/+5 |
* | | Fix OS X JAWT SIGSEGV @ NEWT Window creation ; Reloc AttachJAWTSurfaceLayer()... | Sven Gothel | 2011-11-18 | 6 | -71/+119 |
* | | test script | Sven Gothel | 2011-11-12 | 1 | -3/+11 |
* | | OSXUtil: Remove (ClassLoader) dependency on JAWT_DrawingSurfaceInfo (dirty hack) | Sven Gothel | 2011-11-12 | 1 | -2/+4 |