| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MacWindow.m: Add missing NSAutoreleasePool 'decoration' | Sven Gothel | 2014-01-02 | 1 | -3/+17 |
* | Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representation | Sven Gothel | 2013-12-31 | 5 | -5/+41 |
* | Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase Tests | Sven Gothel | 2013-12-31 | 1 | -19/+66 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 20 | -32/+981 |
* | NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm... | Sven Gothel | 2013-12-31 | 3 | -28/+7 |
* | NEWT WindowImpl: Add 'final' qualifier where possible | Sven Gothel | 2013-12-31 | 1 | -54/+49 |
* | Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ... | Sven Gothel | 2013-12-20 | 1 | -2/+10 |
* | Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a... | Sven Gothel | 2013-12-20 | 2 | -4/+4 |
* | Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comm... | Sven Gothel | 2013-12-20 | 1 | -8/+8 |
* | Bug 924: Fix X11 Fullscreen ALT-TAB Regression ; Make ALWAYS_ON_TOP Persisten... | Sven Gothel | 2013-12-19 | 1 | -1/+14 |
* | Bug 924: More robost Fullscreen Exit | Sven Gothel | 2013-12-19 | 1 | -24/+26 |
* | NEWT WindowImpl: Enhance insetsChanged(..) DEBUG output | Sven Gothel | 2013-12-19 | 1 | -4/+5 |
* | Bug 924: Remove position criteria from reparent/fullscreen success, WM's only... | Sven Gothel | 2013-12-19 | 1 | -5/+6 |
* | Bug 924: X11 WindowDriver: Only perform 'tempFSAlwaysOnTop' toggle @ focusCha... | Sven Gothel | 2013-12-19 | 1 | -9/+10 |
* | Bug 924: Ignore reparent when in fullscreen - otherwise may confuse WM | Sven Gothel | 2013-12-19 | 1 | -0/+8 |
* | Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen On/Off... | Sven Gothel | 2013-12-19 | 1 | -4/+12 |
* | NEWT X11Window.c: Cleanup Code - No changes. | Sven Gothel | 2013-12-19 | 1 | -8/+25 |
* | Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI... | Sven Gothel | 2013-12-11 | 4 | -10/+11 |
* | Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_... | Sven Gothel | 2013-12-11 | 3 | -17/+68 |
* | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 1 | -1/+1 |
* | Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge... | Sven Gothel | 2013-12-04 | 1 | -2/+2 |
* | Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum... | Sven Gothel | 2013-12-03 | 5 | -63/+84 |
* | Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S... | Sven Gothel | 2013-12-03 | 1 | -20/+58 |
* | NEWT Windows: Rearrange wndProc switch-case: All key/mouse events shall be at... | Sven Gothel | 2013-12-02 | 1 | -448/+449 |
* | Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ... | Sven Gothel | 2013-12-02 | 3 | -0/+37 |
* | Bug 914 - Don't allow 'alwaysontop' in fullscreen mode, always allow switchin... | Sven Gothel | 2013-12-01 | 1 | -2/+23 |
* | Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in... | Sven Gothel | 2013-11-29 | 1 | -1/+1 |
* | Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des... | Sven Gothel | 2013-11-25 | 2 | -20/+25 |
* | Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS... | Sven Gothel | 2013-11-25 | 1 | -18/+24 |
* | Bug 672 (NewtCanvasSWT ignore windowing offset on OSX'). | Petros Koutsolampros | 2013-11-24 | 1 | -1/+6 |
* | Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des... | Sven Gothel | 2013-11-23 | 1 | -29/+88 |
* | JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop() | Sven Gothel | 2013-11-23 | 1 | -20/+21 |
* | JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl... | Sven Gothel | 2013-11-23 | 1 | -32/+54 |
* | JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r... | Sven Gothel | 2013-11-23 | 1 | -12/+13 |
* | NewtCanvasAWT: Remove useless block in else branch | Sven Gothel | 2013-11-18 | 1 | -6/+3 |
* | jogl: push other call to clearGlobalFocus to the AWT EDT | Harvey Harrison | 2013-11-18 | 1 | -1/+1 |
* | jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWT | Harvey Harrison | 2013-11-18 | 1 | -1/+9 |
* | jogl: simplify conditional that repeats test for isOnScreen | Harvey Harrison | 2013-11-18 | 1 | -1/+2 |
* | jogl: add missing @Override annotation in NewtCanvasAWT | Harvey Harrison | 2013-11-18 | 1 | -0/+2 |
* | Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi... | Sven Gothel | 2013-11-18 | 1 | -162/+185 |
* | NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas... | Sven Gothel | 2013-11-18 | 1 | -109/+109 |
* | NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to... | Sven Gothel | 2013-11-18 | 1 | -0/+14 |
* | NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co... | Sven Gothel | 2013-11-18 | 5 | -2/+32 |
* | NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con... | Sven Gothel | 2013-11-18 | 1 | -19/+32 |
* | NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for... | Sven Gothel | 2013-11-18 | 5 | -90/+188 |
* | Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when... | Sven Gothel | 2013-11-18 | 1 | -3/+11 |
* | Nativewindow/NEWT: Fix C Return Statement | Sven Gothel | 2013-11-17 | 1 | -1/+2 |
* | Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip... | Sven Gothel | 2013-11-17 | 1 | -12/+11 |
* | Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXIT | Sven Gothel | 2013-11-17 | 5 | -121/+257 |
* | NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo... | Sven Gothel | 2013-11-13 | 1 | -9/+46 |