| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWTMacWindow:View: Make lock recursive .. | Sven Gothel | 2011-11-29 | 2 | -15/+26 |
* | NEWT MacWindow: the softLock (pthread mutex) is now always blocking (remove n... | Sven Gothel | 2011-11-29 | 1 | -18/+0 |
* | NEWT ScreenMode: Use unified ScreenMode in impl; X11Screen: Be verbose if TO ... | Sven Gothel | 2011-11-28 | 2 | -7/+7 |
* | NEWT MacWindow: Fix positionChange() Usage ; Fix getLocationOnScreenImpl() | Sven Gothel | 2011-11-27 | 1 | -32/+27 |
* | MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation... | Sven Gothel | 2011-11-27 | 3 | -70/+84 |
* | NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit... | Sven Gothel | 2011-11-27 | 2 | -1/+10 |
* | NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294... | Sven Gothel | 2011-11-27 | 3 | -9/+70 |
* | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 1 | -1/+1 |
* | NEWT OSX closeWindow: simple close, no extra view detachment etc | Sven Gothel | 2011-11-26 | 1 | -3/+0 |
* | Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE... | Sven Gothel | 2011-11-26 | 2 | -6/+18 |
* | X11Screen RANDR: Use temp display connection due to arbirary failures sometimes | Sven Gothel | 2011-11-26 | 1 | -6/+5 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 1 | -2/+2 |
* | NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented out) | Sven Gothel | 2011-11-26 | 1 | -8/+13 |
* | NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name | Sven Gothel | 2011-11-26 | 2 | -6/+13 |
* | 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 |
* | Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT): | Sven Gothel | 2011-11-25 | 3 | -9/+16 |
* | Forgot to add JogAmp (c) | Sven Gothel | 2011-11-25 | 4 | -0/+4 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 1 | -7/+2 |
* | Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT... | Sven Gothel | 2011-11-25 | 2 | -3/+4 |
* | JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ... | Sven Gothel | 2011-11-25 | 2 | -50/+13 |
* | NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs... | Sven Gothel | 2011-11-23 | 12 | -61/+76 |
* | NEWT MacWindow: Revised offscreen FIXME tags | Sven Gothel | 2011-11-20 | 1 | -6/+5 |
* | NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes) | Sven Gothel | 2011-11-19 | 4 | -263/+435 |
* | 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 | 4 | -8/+11 |
* | Relocate NewtFactoryAWT: jogamp.newt.awt.event -> jogamp.newt.awt | Sven Gothel | 2011-11-19 | 1 | -1/+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 | 11 | -99/+310 |
* | NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh... | Sven Gothel | 2011-11-18 | 1 | -0/+5 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 5 | -40/+165 |
* | OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare... | Sven Gothel | 2011-11-11 | 2 | -23/+73 |
* | Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces | Sven Gothel | 2011-11-11 | 3 | -30/+2 |
* | NEWT/WindowImpl: Fix minor regression offscreen recreate @ setSize() (commit ... | Sven Gothel | 2011-11-10 | 1 | -3/+6 |
* | NEWT/Screen: minor editing/cleanup | Sven Gothel | 2011-11-10 | 1 | -4/+3 |
* | NEWT/WindowImpl: Generalize recreation @ setSize() for offscreen surface | Sven Gothel | 2011-11-10 | 1 | -53/+54 |
* | Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio... | Sven Gothel | 2011-11-10 | 1 | -1/+10 |
* | NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ... | Sven Gothel | 2011-11-09 | 1 | -1/+0 |
* | NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15... | Sven Gothel | 2011-11-09 | 1 | -2/+4 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 1 | -0/+4 |
* | Fix regression: setScreen(..) invalid ref count & flag | Sven Gothel | 2011-11-09 | 1 | -25/+6 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 5 | -78/+191 |
* | OS X Layered View: Part4 NEWT OffscreenWindow/WindowImpl fix | Sven Gothel | 2011-11-09 | 2 | -9/+24 |
* | NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolder | Sven Gothel | 2011-11-09 | 1 | -1/+15 |
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener | Sven Gothel | 2011-11-06 | 3 | -98/+12 |
* | Impl layeredSurface (java/native): | Sven Gothel | 2011-11-05 | 1 | -0/+2 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 2 | -16/+17 |
* | NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode; | Sven Gothel | 2011-10-29 | 2 | -2/+51 |
* | NEWT/OSX: Using NewtView softLock ; Adding debug info to solve assertion: 'NS... | Sven Gothel | 2011-10-27 | 1 | -43/+86 |