| Commit message (Expand) | Author | Age | Files | Lines |
* | NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs... | Sven Gothel | 2014-01-30 | 1 | -0/+15 |
* | Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock... | Sven Gothel | 2014-01-27 | 1 | -10/+21 |
* | EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ... | Sven Gothel | 2014-01-23 | 1 | -0/+12 |
* | JAWTWindow DEBUG: Dump all JAVA_VERSION* information | Sven Gothel | 2014-01-14 | 1 | -0/+3 |
* | JAWTWindow.JAWTComponentListener: Minor Cleanup | Sven Gothel | 2014-01-13 | 1 | -5/+5 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 1 | -56/+22 |
* | Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol... | Sven Gothel | 2014-01-11 | 1 | -15/+12 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 1 | -9/+8 |
* | Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf... | Sven Gothel | 2014-01-05 | 1 | -16/+24 |
* | Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface... | Sven Gothel | 2014-01-04 | 1 | -0/+28 |
* | Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi... | Sven Gothel | 2013-12-18 | 1 | -8/+14 |
* | Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS... | Sven Gothel | 2013-11-25 | 1 | -4/+4 |
* | AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop... | Sven Gothel | 2013-11-23 | 1 | -17/+14 |
* | Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW... | Sven Gothel | 2013-11-16 | 1 | -34/+61 |
* | Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo... | Sven Gothel | 2013-11-10 | 1 | -10/+21 |
* | NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f... | Sven Gothel | 2013-11-06 | 1 | -7/+1 |
* | Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a... | Sven Gothel | 2013-10-31 | 1 | -11/+15 |
* | jogl: replce more unneeded String() construction | Harvey Harrison | 2013-10-20 | 1 | -3/+3 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 8 | -0/+15 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 19 | -254/+254 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 1 | -9/+3 |
* | AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo... | Sven Gothel | 2013-10-15 | 1 | -11/+19 |
* | Cleanup DirectDataBufferInt: Fix type ; Remove unsused local vars | Sven Gothel | 2013-10-15 | 1 | -5/+1 |
* | Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility state | Sven Gothel | 2013-10-06 | 1 | -26/+96 |
* | Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top... | Sven Gothel | 2013-10-05 | 1 | -0/+4 |
* | Bug 729: OSX CALayer shall honor the Component's visibility state | Sven Gothel | 2013-10-05 | 1 | -8/+13 |
* | Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculation | Sven Gothel | 2013-10-03 | 1 | -7/+9 |
* | Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan... | Sven Gothel | 2013-09-27 | 1 | -11/+13 |
* | Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po... | Sven Gothel | 2013-09-27 | 1 | -18/+28 |
* | DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins... | Sven Gothel | 2013-09-27 | 1 | -24/+83 |
* | Add 'DirectDataBufferInt' supporting NIO based BufferedImages | Sven Gothel | 2013-09-16 | 1 | -0/+238 |
* | Updating doc AWTPrinting.txt | Sven Gothel | 2013-09-15 | 1 | -1/+0 |
* | Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW... | Sven Gothel | 2013-09-15 | 1 | -0/+168 |
* | AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ... | Sven Gothel | 2013-06-15 | 1 | -1/+5 |
* | Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur... | Sven Gothel | 2013-04-23 | 2 | -1/+20 |
* | JAWTWindow: Issue component.repaint() after attachSurfaceLayer(..), otherwise... | Sven Gothel | 2013-04-03 | 1 | -1/+1 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -3/+5 |
* | OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des... | Sven Gothel | 2013-03-19 | 1 | -36/+37 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 1 | -0/+7 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -7/+39 |
* | Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;... | Sven Gothel | 2013-03-13 | 1 | -11/+22 |
* | Fix AWT EDT Deadlock in AWTWindowClosingProtocol, regression of commit 808a9a... | Sven Gothel | 2013-02-28 | 1 | -9/+2 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 1 | -37/+48 |
* | TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code - fix ... | Sven Gothel | 2013-02-21 | 1 | -0/+17 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -2/+13 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 2 | -7/+9 |
* | Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E... | Sven Gothel | 2013-01-27 | 1 | -1/+1 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 4 | -22/+27 |
* | Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif... | Sven Gothel | 2012-12-25 | 1 | -1/+1 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 1 | -105/+240 |