aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/NewtMacWindow.m
Commit message (Expand)AuthorAgeFilesLines
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-271-6/+16
* Bug 1065: Handle NULL result of TISGetInputSourceProperty(keyboard, kTISPrope...v2.2.1Sven Gothel2014-09-081-2/+7
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-091-5/+5
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-081-3/+7
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-261-19/+52
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-261-5/+34
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-111-110/+42
* Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-041-488/+529
* Bug 935: NEWT PointerIcon OSX: Safe use of NSCursor handleSven Gothel2014-01-031-11/+26
* NewtMacWindow: NSView: Remove unused 'myCursor' fieldSven Gothel2014-01-021-16/+0
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-7/+34
* Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...Sven Gothel2013-12-031-22/+25
* Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ...Sven Gothel2013-12-021-0/+21
* Bug 882 - Crash on OSX when closing NEWT window - Check JavaVM and JNIEnv han...Sven Gothel2013-11-011-11/+43
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-061-3/+1
* Bug 641 NEWT/OSX Deliver keySym, derived from the current layout's lower-case...Sven Gothel2013-04-081-6/+71
* NEWT/OSX: Remove USE_SENDIO_DIRECT conditional compilation, by now it's clear...Sven Gothel2013-04-081-25/+2
* NEWT/Native: NewtCommon_GetJNIEnv(..) adding 'asDaemon' flag, used by all OSX...Sven Gothel2013-04-081-27/+27
* OSX/NEWT: Following CALayer streaming design, i.e. issue NSWindow/NSView Ops ...Sven Gothel2013-03-191-64/+81
* NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre...Sven Gothel2013-02-201-6/+15
* Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-191-19/+17
* NEWT/OSX: Fix Memory Leak ; Fix Occasional Crash Duer to Lifecycle Ops not on...Sven Gothel2013-02-171-9/+23
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-141-22/+36
* Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver proper mo...Sven Gothel2012-10-311-4/+3
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-281-9/+65
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-3/+3
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-011-4/+31
* Newt/OSX(native): close0() shall not release NewtMacWindow (NSWindow) in case...Sven Gothel2012-04-211-5/+31
* NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost...Sven Gothel2012-01-181-6/+24
* NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo...Sven Gothel2012-01-171-112/+112
* NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is...Sven Gothel2012-01-161-7/+22
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-021-12/+6
* NEWTMacWindow:View: Make lock recursive ..Sven Gothel2011-11-291-12/+23
* NEWT MacWindow: the softLock (pthread mutex) is now always blocking (remove n...Sven Gothel2011-11-291-18/+0
* NewtMacWindow: Add CR/LF to DBG_PRINTSven Gothel2011-11-191-15/+17
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-181-4/+4
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-051-15/+15
* NEWT/OSX NewtView: Add 'soft' pthread locking impacts: needsDisplay/displayIf...Sven Gothel2011-10-271-10/+66
* NEWT/OSX: Can't use sending key/mouse directly to WindowImpl, deadlock .. see...Sven Gothel2011-10-261-1/+7
* NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocu...Sven Gothel2011-10-221-40/+12
* NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai...Sven Gothel2011-10-201-27/+70
* NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32)Sven Gothel2011-10-161-10/+28
* NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav...Sven Gothel2011-10-161-0/+43
* NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)...Sven Gothel2011-10-161-37/+182
* Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...Sven Gothel2011-10-121-18/+38
* NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '...Sven Gothel2011-09-271-22/+26
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-251-27/+162
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-041-1/+1
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-231-4/+1
* Fix macosx compilationSven Gothel2010-11-021-10/+10