| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT Windows/X11: Remove missed negative coordinate restrictions. | Sven Gothel | 2011-12-24 | 1 | -6/+4 |
* | NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all... | Sven Gothel | 2011-12-24 | 1 | -14/+49 |
* | NEWT/OSX MacWindow.close(): More conservative closing approach. | Sven Gothel | 2011-12-23 | 1 | -3/+8 |
* | Screen: width/height reflects virtual Screen size (-> big-desktop) | Sven Gothel | 2011-12-23 | 1 | -2/+2 |
* | NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:... | Sven Gothel | 2011-12-23 | 3 | -9/+13 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 13 | -1131/+1385 |
* | NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati... | Sven Gothel | 2011-12-20 | 1 | -8/+179 |
* | NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events. | Sven Gothel | 2011-12-02 | 2 | -13/+7 |
* | NEWTMacWindow:View: Make lock recursive .. | Sven Gothel | 2011-11-29 | 2 | -15/+26 |
* | NEWT MacWindow: the softLock (pthread mutex) is now always blocking (remove n... | Sven Gothel | 2011-11-29 | 1 | -18/+0 |
* | NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294... | Sven Gothel | 2011-11-27 | 1 | -2/+42 |
* | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 1 | -1/+1 |
* | NEWT OSX closeWindow: simple close, no extra view detachment etc | Sven Gothel | 2011-11-26 | 1 | -3/+0 |
* | NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead... | Sven Gothel | 2011-11-19 | 3 | -49/+49 |
* | 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 | 3 | -37/+95 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 1 | -3/+3 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 2 | -16/+17 |
* | NEWT/OSX: Using NewtView softLock ; Adding debug info to solve assertion: 'NS... | Sven Gothel | 2011-10-27 | 1 | -43/+86 |
* | NEWT/OSX NewtView: Add 'soft' pthread locking impacts: needsDisplay/displayIf... | Sven Gothel | 2011-10-27 | 2 | -14/+78 |
* | NEWT/OSX: Refine comment for native requestFocus(); Remove warning | Sven Gothel | 2011-10-26 | 1 | -2/+5 |
* | NEWT/OSX: Can't use sending key/mouse directly to WindowImpl, deadlock .. see... | Sven Gothel | 2011-10-26 | 1 | -1/+7 |
* | Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()... | Sven Gothel | 2011-10-23 | 2 | -23/+23 |
* | NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (... | Sven Gothel | 2011-10-23 | 1 | -0/+5 |
* | Newt/OSX: Disable VERBOSE | Sven Gothel | 2011-10-22 | 1 | -1/+1 |
* | NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in... | Sven Gothel | 2011-10-22 | 3 | -34/+35 |
* | NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocu... | Sven Gothel | 2011-10-22 | 2 | -44/+15 |
* | Remove warnings | Sven Gothel | 2011-10-20 | 1 | -1/+5 |
* | NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai... | Sven Gothel | 2011-10-20 | 3 | -88/+161 |
* | NEWT/OSX: Adding 'fake' lockSurface based on [view canDraw]. Can't use lockFo... | Sven Gothel | 2011-10-16 | 1 | -0/+34 |
* | 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 | 3 | -24/+86 |
* | NEWT/OSX: exec. makeKeyAndOrderFront/makeKeyWindow on MainThread | Sven Gothel | 2011-10-16 | 1 | -5/+6 |
* | NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)... | Sven Gothel | 2011-10-16 | 3 | -70/+249 |
* | NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events | Sven Gothel | 2011-10-15 | 2 | -3/+60 |
* | NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac... | Sven Gothel | 2011-10-13 | 1 | -9/+17 |
* | NEWT/OSX MacWindow: Use screen of window | Sven Gothel | 2011-10-12 | 1 | -1/+1 |
* | Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si... | Sven Gothel | 2011-10-12 | 3 | -32/+111 |
* | NEWT OSX: Disable native VERBOSITY | Sven Gothel | 2011-10-12 | 1 | -1/+1 |
* | Fix Nativewindow GetLocationOnScreen OSX impl. - Transform OSX origin bottom-... | Sven Gothel | 2011-10-12 | 1 | -1/+1 |
* | NEWT/OSX: Fix erroneous child Window position and top-parent visibility | Sven Gothel | 2011-10-11 | 1 | -34/+64 |
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea... | Sven Gothel | 2011-10-10 | 2 | -6/+79 |
* | NEWT: Add pointer features: visibility, confined and warp (move) | Sven Gothel | 2011-10-10 | 1 | -0/+76 |
* | NEWT/Android: 565, 5551 or RGBA_8888 (no RGBX/888) ; surfaceRealized() ASAP | Sven Gothel | 2011-10-01 | 1 | -6/+20 |
* | NEWT/Android: More ANativeWindow coop; | Sven Gothel | 2011-09-30 | 1 | -0/+21 |
* | NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa... | Sven Gothel | 2011-09-27 | 1 | -6/+6 |
* | NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '... | Sven Gothel | 2011-09-27 | 6 | -78/+124 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 6 | -149/+354 |
* | NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full... | Sven Gothel | 2011-09-16 | 2 | -8/+0 |
* | NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of setFu... | Sven Gothel | 2011-09-16 | 1 | -51/+110 |