| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -1/+34 |
* | Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a... | Sven Gothel | 2013-12-20 | 1 | -4/+0 |
* | 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: 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 |
* | NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add... | Sven Gothel | 2013-10-09 | 1 | -1/+5 |
* | X11Window FullScreen: Toggle _NET_WM_BYPASS_COMPOSITOR not only for ABOVE .. ... | Sven Gothel | 2013-07-04 | 1 | -2/+2 |
* | Fix Bug 770 and 771 | Sven Gothel | 2013-07-02 | 1 | -98/+61 |
* | Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp... | Sven Gothel | 2013-06-17 | 1 | -1/+0 |
* | Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ... | Sven Gothel | 2013-06-12 | 1 | -0/+7 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 1 | -6/+12 |
* | Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent... | Sven Gothel | 2013-04-08 | 1 | -2/+2 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 1 | -1/+1 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 1 | -10/+0 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 1 | -21/+21 |
* | NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc... | Sven Gothel | 2012-07-05 | 1 | -4/+8 |
* | Fix Bug 560 and NEWT window closing behavior in general for all platforms. | Sven Gothel | 2012-05-01 | 1 | -1/+4 |
* | Bug 570: NEWT General/X11: Decouple setFullscreen() and setAlwaysOnTop(); Use... | Sven Gothel | 2012-04-27 | 1 | -5/+8 |
* | Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra... | Sven Gothel | 2012-03-05 | 1 | -10/+8 |
* | NEWT/X11: Fix Insets determination for undecorated / child window. | Sven Gothel | 2012-01-18 | 1 | -53/+86 |
* | Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli... | Sven Gothel | 2012-01-18 | 1 | -1/+30 |
* | NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(... | Sven Gothel | 2012-01-16 | 1 | -1/+1 |
* | NEWT Windows/X11: Remove missed negative coordinate restrictions. | Sven Gothel | 2011-12-24 | 1 | -6/+4 |
* | NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:... | Sven Gothel | 2011-12-23 | 1 | -5/+5 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 1 | -1123/+9 |
* | NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead... | Sven Gothel | 2011-11-19 | 1 | -13/+8 |
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 1 | -27/+85 |
* | Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()... | Sven Gothel | 2011-10-23 | 1 | -11/+11 |
* | NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (... | Sven Gothel | 2011-10-23 | 1 | -0/+5 |
* | NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in... | Sven Gothel | 2011-10-22 | 1 | -13/+13 |
* | NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events | Sven Gothel | 2011-10-15 | 1 | -2/+28 |
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea... | Sven Gothel | 2011-10-10 | 1 | -6/+3 |
* | NEWT: Add pointer features: visibility, confined and warp (move) | Sven Gothel | 2011-10-10 | 1 | -0/+76 |
* | NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '... | Sven Gothel | 2011-09-27 | 1 | -16/+16 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 1 | -18/+8 |
* | NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full... | Sven Gothel | 2011-09-16 | 1 | -4/+0 |
* | NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of setFu... | Sven Gothel | 2011-09-16 | 1 | -51/+110 |
* | NEWT X11/Windows: Fix AlwaysOnTop (startup and change) | Sven Gothel | 2011-09-15 | 1 | -15/+17 |
* | NEWT setAlwaysOnTop(): X11 impl. / fix setFullscreen(false), child-win bug | Sven Gothel | 2011-09-14 | 1 | -29/+35 |
* | NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec... | Sven Gothel | 2011-09-09 | 1 | -1/+3 |
* | NEWT: Window default pos ; FullScreen | Sven Gothel | 2011-09-09 | 1 | -94/+212 |
* | NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change... | Sven Gothel | 2011-09-08 | 1 | -6/+3 |
* | NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and Decoration | Sven Gothel | 2011-09-07 | 1 | -17/+50 |
* | NEWT/X11Window: Remove unused 'windowReparented()' callback; Remove redundant... | Sven Gothel | 2011-09-06 | 1 | -9/+4 |
* | _NET_FRAME_EXTENTS: Remove annoying Warning message. 1 Compiler warning | Sven Gothel | 2011-09-06 | 1 | -4/+4 |
* | NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf... | Sven Gothel | 2011-09-06 | 1 | -72/+149 |
* | NEWT/X11/Fullscreen: Fix Leaving FullScreen | Sven Gothel | 2011-09-01 | 1 | -6/+6 |
* | NEWT/X11 Bug 502 regressions: WM_DELETE_ATOM, .. etc couldn't be catched, etc. | Sven Gothel | 2011-09-01 | 1 | -70/+54 |
* | NEWT/X11 Display: CloseDisplay in same order as creation (ATI); Adding Displa... | Sven Gothel | 2011-08-31 | 1 | -22/+45 |