summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1721-1/+42
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1732-433/+433
* Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...Sven Gothel2013-10-161-2/+1
* NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...Sven Gothel2013-10-071-5/+5
* Bug 729: OSX CALayer shall honor the Component's visibility stateSven Gothel2013-10-052-27/+27
* Bug 816 (OSX CALayer pos): Add detailed description (pseudo code) to JAWTUtil...Sven Gothel2013-10-032-3/+21
* Bug 816 (OSX CALayer pos): Fix location on 'inner CALayer' calculationSven Gothel2013-10-032-14/+34
* Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...Sven Gothel2013-09-282-8/+43
* Fix Bug 816: JAWTWindow.getLocationOnScreenNonBlocking(..) shall use JRootPan...Sven Gothel2013-09-271-0/+18
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-273-16/+57
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-243-22/+94
* Fix some JavaDoc and API doc (reference) bugs ..Sven Gothel2013-09-082-0/+7
* Test: Don't resize frame, tweek print-matrix; AWTPrintLifecycle: Add scale an...Sven Gothel2013-09-081-0/+27
* Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib...Sven Gothel2013-09-021-17/+13
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-172-4/+8
* Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co...Sven Gothel2013-06-241-21/+10
* Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-231-0/+39
* X11Util: Fix comment on markAllDisplaysUnclosable semantics, add 'final', reo...Sven Gothel2013-06-231-8/+8
* Support specifying the X11 default display with a system propertyMaik Riechert2013-06-131-1/+2
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-14/+10
* Fix JAWTUtil's ToolkitLock: Using RecursiveLock instance covering the AWT loc...Sven Gothel2013-04-231-70/+57
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-37/+36
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-4/+33
* OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...Sven Gothel2013-04-042-89/+58
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-194-51/+85
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-152-43/+42
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-142-2/+3
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-142-41/+34
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-222-7/+11
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-202-4/+38
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-161-0/+28
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-3/+13
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-142-23/+117
* ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do...Sven Gothel2013-01-261-15/+17
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-143-13/+23
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-301-0/+10
* Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...Sven Gothel2012-12-251-3/+36
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-2/+2
* OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi...Sven Gothel2012-11-211-2/+2
* Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...Sven Gothel2012-11-081-22/+18
* EGL/X11 DummySurfaceHook: Lock display device at creation/destructionSven Gothel2012-10-051-14/+24
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-027-26/+17
* JAWTUtil ToolkitLock: Add lock counter to make lock validation recursive (Fix...Sven Gothel2012-09-301-2/+10
* NullToolkitLock.validateLocker(): Throw exception if locking is required (det...Sven Gothel2012-09-301-5/+3
* X11Util: Detailed closing information only in DEBUG mode, just print summarySven Gothel2012-09-301-4/+9
* Bug 623: X11Util adds property 'nativewindow.debug.X11Util.ATI_HAS_NO_MULTITH...Sven Gothel2012-09-301-1/+6
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-3010-32/+270
* Cache XineramaIsEnabled(dpy) per display-name in X11Util minimize triggering ...Sven Gothel2012-09-291-7/+24
* X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d...Sven Gothel2012-09-281-0/+1
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-278-185/+233