| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1087: Set default framebuffer for OSX DummyDrawable, hence enforce NSView... | Sven Gothel | 2014-10-08 | 1 | -1/+1 |
* | Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe... | Sven Gothel | 2014-06-12 | 1 | -27/+2 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 1 | -4/+8 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-23 | 1 | -1/+1 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 2 | -19/+45 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 1 | -0/+1 |
* | Bug 871 - Add optional xcode.clang support for all modules (Extends Bug 837 w... | Sven Gothel | 2013-10-24 | 1 | -1/+1 |
* | Bug816 OSX CALayer: Issue w/ JSplitPane within Apple (Firefox, Safari - not a... | Sven Gothel | 2013-10-09 | 1 | -3/+4 |
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA... | Sven Gothel | 2013-09-24 | 1 | -31/+45 |
* | Fix Bug 753: Stuttering caused by lack of GL resource synchronization between... | Sven Gothel | 2013-06-17 | 1 | -32/+31 |
* | OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M... | Sven Gothel | 2013-04-04 | 1 | -12/+12 |
* | OSX CALayer minor edit: Call [super setFrame..] directly | Sven Gothel | 2013-04-03 | 1 | -1/+2 |
* | MyNSOpenGLContext::dealloc: Avoid 'invalid context' | Sven Gothel | 2013-03-19 | 1 | -3/+25 |
* | OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set... | Sven Gothel | 2013-03-18 | 1 | -3/+10 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 2 | -81/+87 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -62/+1 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 1 | -21/+15 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -7/+10 |
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 2 | -65/+133 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -7/+17 |
* | Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-... | Sven Gothel | 2013-02-16 | 1 | -6/+22 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -10/+15 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 1 | -31/+85 |
* | MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change | Sven Gothel | 2012-11-04 | 2 | -3/+11 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 1 | -32/+118 |
* | OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FB... | Sven Gothel | 2012-09-20 | 1 | -48/+82 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 2 | -15/+93 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 3 | -529/+670 |
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 1 | -1/+1 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 2 | -7/+7 |
* | Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva... | Sven Gothel | 2012-06-30 | 1 | -41/+42 |
* | JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG info | Sven Gothel | 2012-06-30 | 1 | -13/+12 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 2 | -39/+85 |
* | OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations) | Sven Gothel | 2012-02-13 | 1 | -5/+15 |
* | NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re... | Sven Gothel | 2012-01-16 | 1 | -6/+0 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 1 | -13/+16 |
* | MaxOSXWindowSystemInterface: deleteContext / releaseNSOpenGLLayer: | Sven Gothel | 2011-12-17 | 2 | -10/+25 |
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 1 | -0/+15 |
* | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 2 | -2/+2 |
* | OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ... | Sven Gothel | 2011-11-26 | 1 | -8/+7 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 3 | -40/+25 |
* | OSX: Fix context update call | Sven Gothel | 2011-11-12 | 1 | -2/+2 |
* | OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare... | Sven Gothel | 2011-11-11 | 2 | -2/+9 |
* | OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach... | Sven Gothel | 2011-11-10 | 1 | -22/+70 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 1 | -4/+19 |
* | OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext | Sven Gothel | 2011-11-09 | 1 | -41/+286 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 4 | -165/+326 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 2 | -126/+242 |
* | OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7 | Sven Gothel | 2011-10-26 | 1 | -0/+8 |
* | OSX: Fix CGL deleteContext()'s release call on MainThread (typo, shall have n... | Sven Gothel | 2011-10-16 | 1 | -2/+2 |