aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/javax/media
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-0239-6823/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0239-76/+76
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-273-21/+64
* Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode()Sven Gothel2014-12-071-1/+1
* Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...Sven Gothel2014-12-071-0/+8
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-063-193/+962
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-1/+3
* Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...Sven Gothel2014-10-101-3/+4
* Newt Screen viewport in windows units: Add missing setup in overriden calcVir...Sven Gothel2014-10-091-0/+6
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-4/+4
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-2/+2
* Findbugs: Remove redundant instanceof checksSven Gothel2014-07-081-3/+0
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0316-150/+154
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-092-3/+24
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-081-9/+15
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-081-16/+10
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-081-0/+80
* UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...Sven Gothel2014-06-082-4/+13
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-062-1/+51
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-272-7/+7
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-261-1/+5
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-262-17/+52
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-232-12/+43
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-223-15/+52
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-216-46/+125
* Cleanup *GraphicsDevice: Use 'final' for ctor parameter; DefaultGraphicsDevic...Sven Gothel2014-04-011-6/+5
* 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-311-3/+3
* 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-301-0/+46
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-241-1/+1
* 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-081-6/+4
* Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-083-0/+763
* Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...Sven Gothel2014-01-041-0/+20
* NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f...Sven Gothel2013-11-061-14/+4
* jogl: avoid creating a second String object, one is enoughHarvey Harrison2013-10-185-5/+5
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1716-0/+37
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1732-402/+402
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-164-19/+30
* NativeWindow API Doc: Fix layout / Add version.Sven Gothel2013-07-171-55/+39
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-171-1/+6
* StringBuffer -> StringBuilderSven Gothel2013-07-152-2/+2
* NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's...Sven Gothel2013-07-091-1/+4
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-307-5/+105
* Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...Sven Gothel2013-06-231-23/+75
* Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn...Sven Gothel2013-06-092-4/+15