| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2) | Sven Gothel | 2015-02-02 | 39 | -6823/+0 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 39 | -76/+76 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 3 | -21/+64 |
* | Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode() | Sven Gothel | 2014-12-07 | 1 | -1/+1 |
* | Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '... | Sven Gothel | 2014-12-07 | 1 | -0/+8 |
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered... | Sven Gothel | 2014-12-06 | 3 | -193/+962 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 1 | -1/+3 |
* | Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O... | Sven Gothel | 2014-10-10 | 1 | -3/+4 |
* | Newt Screen viewport in windows units: Add missing setup in overriden calcVir... | Sven Gothel | 2014-10-09 | 1 | -0/+6 |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 1 | -4/+4 |
* | Findbugs: Add comments that FB warnings are of no concern .. | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Findbugs: Remove redundant instanceof checks | Sven Gothel | 2014-07-08 | 1 | -3/+0 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 16 | -150/+154 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 2 | -3/+24 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 1 | -9/+15 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 1 | -16/+10 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 1 | -0/+80 |
* | UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre... | Sven Gothel | 2014-06-08 | 2 | -4/+13 |
* | Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native... | Sven Gothel | 2014-06-06 | 2 | -1/+51 |
* | Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind... | Sven Gothel | 2014-05-27 | 2 | -7/+7 |
* | Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ... | Sven Gothel | 2014-05-26 | 1 | -1/+5 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 2 | -17/+52 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-23 | 2 | -12/+43 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 3 | -15/+52 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 6 | -46/+125 |
* | Cleanup *GraphicsDevice: Use 'final' for ctor parameter; DefaultGraphicsDevic... | Sven Gothel | 2014-04-01 | 1 | -6/+5 |
* | TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec... | Sven Gothel | 2014-02-13 | 1 | -2/+1 |
* | Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s... | Sven Gothel | 2014-02-12 | 1 | -2/+2 |
* | Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s... | Sven Gothel | 2014-02-12 | 1 | -4/+19 |
* | NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac... | Sven Gothel | 2014-01-31 | 1 | -3/+3 |
* | Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve the ... | Sven Gothel | 2014-01-31 | 1 | -0/+19 |
* | NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs... | Sven Gothel | 2014-01-30 | 1 | -0/+46 |
* | Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display... | Sven Gothel | 2014-01-24 | 1 | -1/+1 |
* | PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod... | Sven Gothel | 2014-01-09 | 1 | -0/+1 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 1 | -6/+4 |
* | Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut... | Sven Gothel | 2014-01-08 | 3 | -0/+763 |
* | Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface... | Sven Gothel | 2014-01-04 | 1 | -0/+20 |
* | NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f... | Sven Gothel | 2013-11-06 | 1 | -14/+4 |
* | jogl: avoid creating a second String object, one is enough | Harvey Harrison | 2013-10-18 | 5 | -5/+5 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 16 | -0/+37 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 32 | -402/+402 |
* | Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ... | Sven Gothel | 2013-10-16 | 4 | -19/+30 |
* | NativeWindow API Doc: Fix layout / Add version. | Sven Gothel | 2013-07-17 | 1 | -55/+39 |
* | Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal... | Sven Gothel | 2013-07-17 | 1 | -1/+6 |
* | StringBuffer -> StringBuilder | Sven Gothel | 2013-07-15 | 2 | -2/+2 |
* | NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's... | Sven Gothel | 2013-07-09 | 1 | -1/+4 |
* | Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo... | Sven Gothel | 2013-06-30 | 7 | -5/+105 |
* | Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa... | Sven Gothel | 2013-06-23 | 1 | -23/+75 |
* | Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn... | Sven Gothel | 2013-06-09 | 2 | -4/+15 |