summaryrefslogtreecommitdiffstats
path: root/src/newt/native/X11Window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-031-27/+57
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-021-5/+4
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-291-29/+26
* remove positive RANDR messageSven Gothel2010-10-291-2/+0
* NEWT: ScreenMode changesSven Gothel2010-10-261-197/+275
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-211-222/+287
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-211-223/+284
| * Fix: X11 Fullscreen mode behaviourRami Santina2010-10-111-26/+23
| * Added Fullscreen WM Hit to the X11 windowRami Santina2010-10-111-4/+56
* | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-181-4/+102
* | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-171-5/+210
|/
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-3/+5
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-231-20/+12