| Commit message (Expand) | Author | Age | Files | Lines |
* | Nativewindow OSXmisc.m: Minor cleanup | Sven Gothel | 2023-05-06 | 1 | -18/+19 |
* | OSXMisc.m: Show semantics: caLayer -> rootCALayer | Sven Gothel | 2023-01-22 | 1 | -15/+14 |
* | Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac... | Sven Gothel | 2020-01-13 | 1 | -43/+7 |
* | Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos... | Sven Gothel | 2020-01-06 | 1 | -0/+36 |
* | Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge... | Sven Gothel | 2020-01-05 | 1 | -3/+37 |
* | Bug 1358: Add OSXUtil.GetWindowPixelScale(..) | Sven Gothel | 2020-01-04 | 1 | -1/+44 |
* | MacOS: Add more debug log details | Sven Gothel | 2019-11-21 | 1 | -16/+42 |
* | Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:] | Sven Gothel | 2019-09-08 | 1 | -3/+6 |
* | iOS / MacOS: PixelScale Update | Sven Gothel | 2019-07-08 | 1 | -8/+8 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -8/+8 |
* | OSX/Newt: Catch NSRangeException on closing a window | Sven Gothel | 2019-01-23 | 1 | -0/+5 |
* | Bug 1299: Fix Warning when using JOGL on Mac OS X El Capitan | Sven Gothel | 2018-01-15 | 1 | -1/+6 |
* | Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/ Java... | Sven Gothel | 2015-09-01 | 1 | -11/+23 |
* | Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of index | Sven Gothel | 2015-03-21 | 1 | -63/+9 |
* | Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice] | Sven Gothel | 2015-02-17 | 1 | -0/+28 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -4/+4 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 1 | -52/+31 |
* | Bug 1120 - Add OSXUtil.GetPixelScale(final RectangleImmutable r, final int[] ... | Sven Gothel | 2015-01-23 | 1 | -0/+56 |
* | Bug 1087: Set default framebuffer for OSX DummyDrawable, hence enforce NSView... | Sven Gothel | 2014-10-08 | 1 | -1/+8 |
* | Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe... | Sven Gothel | 2014-06-12 | 1 | -4/+36 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 1 | -7/+34 |
* | Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ... | Sven Gothel | 2014-05-26 | 1 | -17/+30 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 1 | -1/+70 |
* | 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 | 1 | -8/+25 |
* | OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri... | Sven Gothel | 2014-01-13 | 1 | -5/+12 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 1 | -26/+8 |
* | NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ... | Sven Gothel | 2013-10-07 | 1 | -5/+8 |
* | Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com... | Sven Gothel | 2013-10-06 | 1 | -5/+8 |
* | Bug 729: OSX CALayer shall honor the Component's visibility state | Sven Gothel | 2013-10-05 | 1 | -5/+17 |
* | Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI... | Sven Gothel | 2013-09-28 | 1 | -7/+8 |
* | Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po... | Sven Gothel | 2013-09-27 | 1 | -92/+145 |
* | OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang a... | Sven Gothel | 2013-09-25 | 1 | -2/+2 |
* | Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA... | Sven Gothel | 2013-09-24 | 1 | -51/+92 |
* | OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M... | Sven Gothel | 2013-04-04 | 1 | -19/+25 |
* | MyNSOpenGLContext::dealloc: Avoid 'invalid context' | Sven Gothel | 2013-03-19 | 1 | -4/+4 |
* | NativeWindow OSXUtil RunOnMainThread: Use daemon attachment and do not detach... | Sven Gothel | 2013-03-18 | 1 | -22/+43 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 1 | -43/+71 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 1 | -9/+7 |
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 1 | -13/+20 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -2/+55 |
* | OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT:... | Sven Gothel | 2013-02-17 | 1 | -5/+2 |
* | Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-... | Sven Gothel | 2013-02-16 | 1 | -5/+11 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -23/+96 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 1 | -67/+103 |
* | Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif... | Sven Gothel | 2012-12-25 | 1 | -5/+16 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 1 | -1/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -48/+141 |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 1 | -2/+72 |
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 1 | -0/+6 |