aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-066-6/+121
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-231-1/+39
* *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc...Sven Gothel2013-04-171-3/+8
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-191-0/+5
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-141-15/+0
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-4/+0
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-282-2/+5
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-0/+15
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-161-0/+8
* Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-272-3/+4
* Fix misc API docs ..Sven Gothel2013-01-271-0/+3
* ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do...Sven Gothel2013-01-261-1/+14
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-247-19/+67
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-201-5/+3
* SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged...Sven Gothel2012-11-261-5/+14
* MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable changeSven Gothel2012-11-041-0/+3
* jogl: use Boolean TRUE/FALSE constants for values that will be immediately un...Harvey Harrison2012-10-231-2/+2
* NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7...Sven Gothel2012-10-021-9/+0
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-26/+14
* Merge remote-tracking branch 'origin/master'Sven Gothel2012-09-301-0/+20
|\
| * Add braces and fix indentation to conform with jogl coding standards.Xerxes Rånby2012-09-301-2/+4
| * ".bcm.vc.iv" is enough now -> NEWT agnostic relative package path.Xerxes Rånby2012-09-301-1/+1
| * _getNativeWindowingType() TYPE_BCM_VC_IV autodetection.Xerxes Rånby2012-09-301-0/+18
* | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-304-48/+107
|/
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-274-89/+33
* NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto...Sven Gothel2012-09-201-7/+7
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-154-214/+112
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-1/+21
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-9/+33