summaryrefslogtreecommitdiffstats
path: root/src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-27/+2
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-081-4/+8
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-18/+44
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-111-0/+1
* Bug816 OSX CALayer: Issue w/ JSplitPane within Apple (Firefox, Safari - not a...Sven Gothel2013-10-091-3/+4
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-241-31/+45
* Fix Bug 753: Stuttering caused by lack of GL resource synchronization between...Sven Gothel2013-06-171-32/+31
* OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...Sven Gothel2013-04-041-12/+12
* OSX CALayer minor edit: Call [super setFrame..] directlySven Gothel2013-04-031-1/+2
* MyNSOpenGLContext::dealloc: Avoid 'invalid context'Sven Gothel2013-03-191-3/+25
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-151-44/+41
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-141-62/+1
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-21/+15
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-131-7/+10
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-221-64/+133
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-7/+17
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-161-6/+22
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-10/+15
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-141-31/+85
* MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable changeSven Gothel2012-11-041-0/+1
* Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)...Sven Gothel2012-10-311-32/+118
* OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB...Sven Gothel2012-09-201-48/+82
* OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL...Sven Gothel2012-09-161-5/+60
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-151-0/+665