| Commit message (Expand) | Author | Age | Files | Lines |
* | Nativewindow OSXmisc.m: Minor cleanup | Sven Gothel | 2023-05-06 | 1 | -18/+19 |
* | GDIUtil: Add GetMonitor*() variants incl. PixelScale (Part-2, adding missing ... | Sven Gothel | 2023-01-31 | 2 | -0/+106 |
* | 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 |
* | Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT | Sven Gothel | 2019-11-28 | 2 | -0/+91 |
* | 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: IOSUtil_CreateGLViewDemoA0 tests native UIWindow parenting (works) | Sven Gothel | 2019-07-08 | 1 | -4/+11 |
* | NEWT iOS: Support translucent windows | Sven Gothel | 2019-07-08 | 1 | -8/+19 |
* | NEWT iOS: Support Multi-Touch Events, PixelScale, .. | Sven Gothel | 2019-07-08 | 1 | -0/+1 |
* | iOS / MacOS: PixelScale Update | Sven Gothel | 2019-07-08 | 2 | -31/+26 |
* | iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1 | Sven Gothel | 2019-06-24 | 1 | -0/+3 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 6 | -8/+1043 |
* | 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 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La... | Sven Gothel | 2015-10-01 | 2 | -52/+97 |
* | 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 1135 - Cleanup: Fix native code Warning | Sven Gothel | 2015-03-06 | 2 | -3/+29 |
* | 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 | 3 | -8/+8 |
* | 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 commit adf8e6e40aa9513036864489642cfef252804d08 (Bug 1036): long -> jlong... | Sven Gothel | 2014-07-30 | 1 | -2/+2 |
* | Bug 1036: NVidia's Windows Driver Threaded optimization: Alternative affinity... | Sven Gothel | 2014-07-30 | 1 | -0/+104 |
* | 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 | 5 | -138/+195 |
* | X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss... | Sven Gothel | 2014-01-11 | 1 | -19/+17 |
* | NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red... | Sven Gothel | 2014-01-05 | 1 | -0/+7 |
* | Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ... | Sven Gothel | 2014-01-05 | 1 | -5/+8 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -1/+1 |
* | Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in... | Sven Gothel | 2013-11-29 | 3 | -150/+306 |
* | Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3 | Sven Gothel | 2013-11-28 | 1 | -121/+111 |
* | Bug 907 - Initial patch allowing Jogl to respond to other applications that t... | Randolf Schultz | 2013-11-28 | 1 | -3/+186 |
* | Nativewindow/NEWT: Fix C Return Statement | Sven Gothel | 2013-11-17 | 1 | -1/+1 |
* | Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5... | Sven Gothel | 2013-11-17 | 1 | -0/+3 |
* | JNI Code: Call DeleteLocalRef(..) manually. | Sven Gothel | 2013-11-05 | 1 | -0/+1 |
* | Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB... | Sven Gothel | 2013-11-04 | 1 | -0/+15 |
* | 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 |