aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11Window.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-101-303/+617
* Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids...Sven Gothel2015-03-201-2/+4
* Bug 1135 - Cleanup: Fix native code WarningSven Gothel2015-03-061-1/+1
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-111-28/+38
* Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-081-5/+15
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-1/+34
* Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd a...Sven Gothel2013-12-201-4/+0
* Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comm...Sven Gothel2013-12-201-8/+8
* Bug 924: Fix X11 Fullscreen ALT-TAB Regression ; Make ALWAYS_ON_TOP Persisten...Sven Gothel2013-12-191-1/+14
* Bug 924: Fix 'Unity WM' issue w/ sticky _NET_WM_STATE after Fullscreen On/Off...Sven Gothel2013-12-191-4/+12
* NEWT X11Window.c: Cleanup Code - No changes.Sven Gothel2013-12-191-8/+25
* NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add...Sven Gothel2013-10-091-1/+5
* X11Window FullScreen: Toggle _NET_WM_BYPASS_COMPOSITOR not only for ABOVE .. ...Sven Gothel2013-07-041-2/+2
* Fix Bug 770 and 771Sven Gothel2013-07-021-98/+61
* Fix Bug 688: Removal of NEWT KeyEvent.EVENT_KEY_TYPED and KeyListener.keyTyp...Sven Gothel2013-06-171-1/+0
* Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ...Sven Gothel2013-06-121-0/+7
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-061-6/+12
* Bug 641 NEWT: X11 Deliver keyCode layout independent, keySym layout dependent...Sven Gothel2013-04-081-2/+2
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-021-1/+1
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-271-10/+0
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-181-21/+21
* NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc...Sven Gothel2012-07-051-4/+8
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-011-1/+4
* Bug 570: NEWT General/X11: Decouple setFullscreen() and setAlwaysOnTop(); Use...Sven Gothel2012-04-271-5/+8
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-051-10/+8
* NEWT/X11: Fix Insets determination for undecorated / child window.Sven Gothel2012-01-181-53/+86
* Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli...Sven Gothel2012-01-181-1/+30
* NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(...Sven Gothel2012-01-161-1/+1
* NEWT Windows/X11: Remove missed negative coordinate restrictions.Sven Gothel2011-12-241-6/+4
* NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:...Sven Gothel2011-12-231-5/+5
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-231-1123/+9
* NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead...Sven Gothel2011-11-191-13/+8
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-181-27/+85
* Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()...Sven Gothel2011-10-231-11/+11
* NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (...Sven Gothel2011-10-231-0/+5
* NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in...Sven Gothel2011-10-221-13/+13
* NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit eventsSven Gothel2011-10-151-2/+28
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-101-6/+3
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-101-0/+76
* NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '...Sven Gothel2011-09-271-16/+16
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-251-18/+8
* NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full...Sven Gothel2011-09-161-4/+0
* NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of setFu...Sven Gothel2011-09-161-51/+110
* NEWT X11/Windows: Fix AlwaysOnTop (startup and change)Sven Gothel2011-09-151-15/+17
* NEWT setAlwaysOnTop(): X11 impl. / fix setFullscreen(false), child-win bugSven Gothel2011-09-141-29/+35
* NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec...Sven Gothel2011-09-091-1/+3
* NEWT: Window default pos ; FullScreenSven Gothel2011-09-091-94/+212
* NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change...Sven Gothel2011-09-081-6/+3
* NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and DecorationSven Gothel2011-09-071-17/+50
* NEWT/X11Window: Remove unused 'windowReparented()' callback; Remove redundant...Sven Gothel2011-09-061-9/+4