summaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...Sven Gothel2012-01-221-0/+4
* NEWT/OSX: Window close (release) on main thread, ensuring no 'main thread' ev...Sven Gothel2012-01-191-1/+2
* NEWT/X11: Fix Insets determination for undecorated / child window.Sven Gothel2012-01-181-53/+86
* NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost...Sven Gothel2012-01-183-8/+42
* Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli...Sven Gothel2012-01-181-1/+30
* NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo...Sven Gothel2012-01-173-123/+129
* NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(...Sven Gothel2012-01-161-1/+1
* NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is...Sven Gothel2012-01-163-9/+39
* NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi...Sven Gothel2012-01-131-5/+57
* NEWT Windows/X11: Remove missed negative coordinate restrictions.Sven Gothel2011-12-241-6/+4
* NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...Sven Gothel2011-12-241-14/+49
* NEWT/OSX MacWindow.close(): More conservative closing approach.Sven Gothel2011-12-231-3/+8
* Screen: width/height reflects virtual Screen size (-> big-desktop)Sven Gothel2011-12-231-2/+2
* NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:...Sven Gothel2011-12-233-9/+13
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-2313-1131/+1385
* NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...Sven Gothel2011-12-201-8/+179
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-022-13/+7
* NEWTMacWindow:View: Make lock recursive ..Sven Gothel2011-11-292-15/+26
* NEWT MacWindow: the softLock (pthread mutex) is now always blocking (remove n...Sven Gothel2011-11-291-18/+0
* NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294...Sven Gothel2011-11-271-2/+42
* MacOSX: Disable native verbositySven Gothel2011-11-261-1/+1
* NEWT OSX closeWindow: simple close, no extra view detachment etcSven Gothel2011-11-261-3/+0
* NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead...Sven Gothel2011-11-193-49/+49
* 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-183-37/+95
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-121-3/+3
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-052-16/+17
* NEWT/OSX: Using NewtView softLock ; Adding debug info to solve assertion: 'NS...Sven Gothel2011-10-271-43/+86
* NEWT/OSX NewtView: Add 'soft' pthread locking impacts: needsDisplay/displayIf...Sven Gothel2011-10-272-14/+78
* NEWT/OSX: Refine comment for native requestFocus(); Remove warningSven Gothel2011-10-261-2/+5
* NEWT/OSX: Can't use sending key/mouse directly to WindowImpl, deadlock .. see...Sven Gothel2011-10-261-1/+7
* Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()...Sven Gothel2011-10-232-23/+23
* NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (...Sven Gothel2011-10-231-0/+5
* Newt/OSX: Disable VERBOSESven Gothel2011-10-221-1/+1
* NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in...Sven Gothel2011-10-223-34/+35
* NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocu...Sven Gothel2011-10-222-44/+15
* Remove warningsSven Gothel2011-10-201-1/+5
* NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai...Sven Gothel2011-10-203-88/+161
* NEWT/OSX: Adding 'fake' lockSurface based on [view canDraw]. Can't use lockFo...Sven Gothel2011-10-161-0/+34
* 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-163-24/+86
* NEWT/OSX: exec. makeKeyAndOrderFront/makeKeyWindow on MainThreadSven Gothel2011-10-161-5/+6
* NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)...Sven Gothel2011-10-163-70/+249
* NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit eventsSven Gothel2011-10-152-3/+60
* NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...Sven Gothel2011-10-131-9/+17
* NEWT/OSX MacWindow: Use screen of windowSven Gothel2011-10-121-1/+1
* Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...Sven Gothel2011-10-123-32/+111
* NEWT OSX: Disable native VERBOSITYSven Gothel2011-10-121-1/+1
* Fix Nativewindow GetLocationOnScreen OSX impl. - Transform OSX origin bottom-...Sven Gothel2011-10-121-1/+1
* NEWT/OSX: Fix erroneous child Window position and top-parent visibilitySven Gothel2011-10-111-34/+64