summaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-085-25/+34
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-085-26/+28
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-087-51/+452
* Minor: API-Doc / DEBUG Typo, GDISurface: Make fields privateSven Gothel2014-06-083-4/+4
* UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...Sven Gothel2014-06-085-7/+40
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-064-1/+58
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-276-20/+20
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-263-39/+38
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-266-28/+144
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-233-13/+44
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-2213-59/+86
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-2125-187/+397
* Bug 742 HiDPI: Add access to private HiDPI in AWT pixelScale value in JAWTUti...Sven Gothel2014-05-202-3/+87
* 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-016-16/+15
* Refine commit 9fb1e46e43900ec9b2f9c9af1fc8984e101c8811: Avoid loading [j]awt ...Sven Gothel2014-02-282-50/+63
* AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT ...Sven Gothel2014-02-262-4/+18
* SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...Sven Gothel2014-02-132-33/+36
* TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec...Sven Gothel2014-02-131-2/+1
* Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s...Sven Gothel2014-02-121-2/+2
* Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s...Sven Gothel2014-02-121-4/+19
* NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac...Sven Gothel2014-01-313-11/+57
* Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve the ...Sven Gothel2014-01-311-0/+19
* NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs...Sven Gothel2014-01-303-0/+149
* Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock...Sven Gothel2014-01-271-10/+21
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-241-1/+1
* 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
* OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri...Sven Gothel2014-01-131-5/+12
* 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-112-20/+13
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-115-138/+195
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-111-19/+17
* PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod...Sven Gothel2014-01-091-0/+1
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-083-29/+46
* Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-083-0/+763
* Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...Sven Gothel2014-01-052-18/+26
* NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red...Sven Gothel2014-01-051-0/+7
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-053-9/+19
* Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...Sven Gothel2014-01-043-0/+85
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-1/+1
* Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi...Sven Gothel2013-12-181-8/+14
* Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...Sven Gothel2013-11-296-174/+350
* Bug 907 - Fix regression of 'cleanup' Commit 52c95c19dbd69a7fc6b307d2b2db357c...Sven Gothel2013-11-281-0/+1
* Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3Sven Gothel2013-11-282-128/+125
* Bug 907 - Initial patch allowing Jogl to respond to other applications that t...Randolf Schultz2013-11-282-14/+194
* 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
* Nativewindow/NEWT: Fix C Return StatementSven Gothel2013-11-171-1/+1