aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11Window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* _NET_FRAME_EXTENTS: Remove annoying Warning message. 1 Compiler warningSven Gothel2011-09-061-4/+4
* NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf...Sven Gothel2011-09-061-72/+149
* NEWT/X11/Fullscreen: Fix Leaving FullScreenSven Gothel2011-09-011-6/+6
* NEWT/X11 Bug 502 regressions: WM_DELETE_ATOM, .. etc couldn't be catched, etc.Sven Gothel2011-09-011-70/+54
* NEWT/X11 Display: CloseDisplay in same order as creation (ATI); Adding Displa...Sven Gothel2011-08-311-22/+45
* Fix NEWT regression due to fix of bug 502, commit 9ed513e9a9616f6028084df4c65...Sven Gothel2011-08-301-6/+14
* Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb...Sven Gothel2011-08-301-17/+25
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-54/+54
* X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac...Sven Gothel2011-06-261-23/+38
* Minor editing (compile script, X11Window.c - cleanups)Sven Gothel2011-06-121-3/+3
* Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ...Sven Gothel2011-06-111-6/+3
* NEWT/X11 WindowClosing: End dispatch loop since Display could be destroyed af...Sven Gothel2011-04-261-3/+15
* Newt X11: keyPress/Release must use upper case XP_ values to match VK_ ; Set ...Sven Gothel2011-03-301-50/+65
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-54/+54
* NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed()Sven Gothel2010-12-231-6/+0
* X11 DummyWindow: Pass size and set size in proxySven Gothel2010-12-041-1/+0
* NEWT/X11: Don't erase background with pixmap or pixelSven Gothel2010-11-281-2/+2
* Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-171-58/+0