| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT: Align native MacOS / IOS file- and classnames | Sven Gothel | 2019-06-26 | 1 | -1356/+0 |
* | Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resize | Sven Gothel | 2015-11-15 | 1 | -3/+27 |
* | Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not working | Sven Gothel | 2015-09-26 | 1 | -0/+14 |
* | Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange... | Sven Gothel | 2015-09-26 | 1 | -31/+33 |
* | Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s... | Sven Gothel | 2015-09-25 | 1 | -10/+31 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 1 | -6/+16 |
* | Bug 1065: Handle NULL result of TISGetInputSourceProperty(keyboard, kTISPrope...v2.2.1 | Sven Gothel | 2014-09-08 | 1 | -2/+7 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 1 | -5/+5 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 1 | -3/+7 |
* | Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ... | Sven Gothel | 2014-05-26 | 1 | -19/+52 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 1 | -5/+34 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 1 | -110/+42 |
* | Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and... | Sven Gothel | 2014-01-04 | 1 | -488/+529 |
* | Bug 935: NEWT PointerIcon OSX: Safe use of NSCursor handle | Sven Gothel | 2014-01-03 | 1 | -11/+26 |
* | NewtMacWindow: NSView: Remove unused 'myCursor' field | Sven Gothel | 2014-01-02 | 1 | -16/+0 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -7/+34 |
* | Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum... | Sven Gothel | 2013-12-03 | 1 | -22/+25 |
* | Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ... | Sven Gothel | 2013-12-02 | 1 | -0/+21 |
* | Bug 882 - Crash on OSX when closing NEWT window - Check JavaVM and JNIEnv han... | Sven Gothel | 2013-11-01 | 1 | -11/+43 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 1 | -3/+1 |
* | Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case... | Sven Gothel | 2013-04-08 | 1 | -6/+71 |
* | NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's clear... | Sven Gothel | 2013-04-08 | 1 | -25/+2 |
* | NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by all OSX... | Sven Gothel | 2013-04-08 | 1 | -27/+27 |
* | OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ... | Sven Gothel | 2013-03-19 | 1 | -64/+81 |
* | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre... | Sven Gothel | 2013-02-20 | 1 | -6/+15 |
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K... | Sven Gothel | 2013-02-19 | 1 | -19/+17 |
* | NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on... | Sven Gothel | 2013-02-17 | 1 | -9/+23 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 1 | -22/+36 |
* | Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo... | Sven Gothel | 2012-10-31 | 1 | -4/+3 |
* | Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX | Sven Gothel | 2012-10-28 | 1 | -9/+65 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -3/+3 |
* | Fix Bug 560 and NEWT window closing behavior in general for all platforms. | Sven Gothel | 2012-05-01 | 1 | -4/+31 |
* | Newt/OSX(native): close0() shall not release NewtMacWindow (NSWindow) in case... | Sven Gothel | 2012-04-21 | 1 | -5/+31 |
* | NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost... | Sven Gothel | 2012-01-18 | 1 | -6/+24 |
* | NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo... | Sven Gothel | 2012-01-17 | 1 | -112/+112 |
* | NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is... | Sven Gothel | 2012-01-16 | 1 | -7/+22 |
* | NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events. | Sven Gothel | 2011-12-02 | 1 | -12/+6 |
* | NEWTMacWindow:View: Make lock recursive .. | Sven Gothel | 2011-11-29 | 1 | -12/+23 |
* | NEWT MacWindow: the softLock (pthread mutex) is now always blocking (remove n... | Sven Gothel | 2011-11-29 | 1 | -18/+0 |
* | NewtMacWindow: Add CR/LF to DBG_PRINT | Sven Gothel | 2011-11-19 | 1 | -15/+17 |
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 1 | -4/+4 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 1 | -15/+15 |
* | NEWT/OSX NewtView: Add 'soft' pthread locking impacts: needsDisplay/displayIf... | Sven Gothel | 2011-10-27 | 1 | -10/+66 |
* | NEWT/OSX: Can't use sending key/mouse directly to WindowImpl, deadlock .. see... | Sven Gothel | 2011-10-26 | 1 | -1/+7 |
* | NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocu... | Sven Gothel | 2011-10-22 | 1 | -40/+12 |
* | NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai... | Sven Gothel | 2011-10-20 | 1 | -27/+70 |
* | NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32) | Sven Gothel | 2011-10-16 | 1 | -10/+28 |
* | NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav... | Sven Gothel | 2011-10-16 | 1 | -0/+43 |
* | NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)... | Sven Gothel | 2011-10-16 | 1 | -37/+182 |
* | Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si... | Sven Gothel | 2011-10-12 | 1 | -18/+38 |