summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/com
Commit message (Expand)AuthorAgeFilesLines
* UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...Sven Gothel2014-06-082-1/+24
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-061-0/+3
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-272-7/+7
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-261-1/+1
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-224-14/+17
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-216-86/+129
* Bug 742 HiDPI: Add access to private HiDPI in AWT pixelScale value in JAWTUti...Sven Gothel2014-05-201-1/+23
* JAWTWindow: Non intrusive workaround for Bug 1004 and providing AppContextInf...Sven Gothel2014-05-122-4/+221
* Cleanup *GraphicsDevice: Use 'final' for ctor parameter; DefaultGraphicsDevic...Sven Gothel2014-04-015-10/+10
* AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT ...Sven Gothel2014-02-261-1/+4
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-131-24/+20
* NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac...Sven Gothel2014-01-311-0/+36
* NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs...Sven Gothel2014-01-301-0/+15
* Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock...Sven Gothel2014-01-271-10/+21
* EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ...Sven Gothel2014-01-231-0/+12
* JAWTWindow DEBUG: Dump all JAVA_VERSION* informationSven Gothel2014-01-141-0/+3
* JAWTWindow.JAWTComponentListener: Minor CleanupSven Gothel2014-01-131-5/+5
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-121-56/+22
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-111-15/+12
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-081-9/+8
* Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...Sven Gothel2014-01-051-16/+24
* Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...Sven Gothel2014-01-041-0/+28
* Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi...Sven Gothel2013-12-181-8/+14
* Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...Sven Gothel2013-11-251-4/+4
* AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop...Sven Gothel2013-11-231-17/+14
* Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...Sven Gothel2013-11-161-34/+61
* Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo...Sven Gothel2013-11-101-10/+21
* NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f...Sven Gothel2013-11-061-7/+1
* Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a...Sven Gothel2013-10-311-11/+15
* jogl: replce more unneeded String() constructionHarvey Harrison2013-10-201-3/+3
* jogl: add missing @Override annotationsHarvey Harrison2013-10-178-0/+15
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1719-254/+254
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-161-9/+3
* AWTPrintLifecycle.setupPrint(..): Add optional tileWidth and tileHeight, allo...Sven Gothel2013-10-151-11/+19
* Cleanup DirectDataBufferInt: Fix type ; Remove unsused local varsSven Gothel2013-10-151-5/+1
* Bug 729, Bug 849: Honor JAWTWindow's [parent] visibility stateSven Gothel2013-10-061-26/+96
* Bug816 OSX CALayer: getLocationOnScreenNonBlocking(..) stop traversing at top...Sven Gothel2013-10-051-0/+4
* Bug 729: OSX CALayer shall honor the Component's visibility stateSven Gothel2013-10-051-8/+13
* Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculationSven Gothel2013-10-031-7/+9
* Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...Sven Gothel2013-09-271-11/+13
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-271-18/+28
* DirectDataBufferInt: createBufferedImage(..) use BufferedImage type value ins...Sven Gothel2013-09-271-24/+83
* Add 'DirectDataBufferInt' supporting NIO based BufferedImagesSven Gothel2013-09-161-0/+238
* Updating doc AWTPrinting.txtSven Gothel2013-09-151-1/+0
* Fix AWT printing issues w/ overlapping and/or non-opaque contents ; Change AW...Sven Gothel2013-09-151-0/+168
* AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ...Sven Gothel2013-06-151-1/+5
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-232-1/+20
* JAWTWindow: Issue component.repaint() after attachSurfaceLayer(..), otherwise...Sven Gothel2013-04-031-1/+1
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-3/+5
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-191-36/+37