| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix NEWT regression due to fix of bug 502, commit 9ed513e9a9616f6028084df4c65... | Sven Gothel | 2011-08-30 | 1 | -6/+14 |
* | Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb... | Sven Gothel | 2011-08-30 | 1 | -17/+25 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -54/+54 |
* | X11 Nativewindow/NEWT: X11 Error Handler (JNIEnv query for thread, stack trac... | Sven Gothel | 2011-06-26 | 1 | -23/+38 |
* | Minor editing (compile script, X11Window.c - cleanups) | Sven Gothel | 2011-06-12 | 1 | -3/+3 |
* | Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ... | Sven Gothel | 2011-06-11 | 1 | -6/+3 |
* | NEWT/X11 WindowClosing: End dispatch loop since Display could be destroyed af... | Sven Gothel | 2011-04-26 | 1 | -3/+15 |
* | Newt X11: keyPress/Release must use upper case XP_ values to match VK_ ; Set ... | Sven Gothel | 2011-03-30 | 1 | -50/+65 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -54/+54 |
* | NEWT: Add WindowListener.windowDestroyed() ; Remove WindowImpl.windowDestroyed() | Sven Gothel | 2010-12-23 | 1 | -6/+0 |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 1 | -1/+0 |
* | NEWT/X11: Don't erase background with pixmap or pixel | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi... | Sven Gothel | 2010-11-17 | 1 | -58/+0 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 1 | -27/+57 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 1 | -5/+4 |
* | Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build | Sven Gothel | 2010-10-29 | 1 | -29/+26 |
* | remove positive RANDR message | Sven Gothel | 2010-10-29 | 1 | -2/+0 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 1 | -197/+275 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 1 | -222/+287 |
|\ |
|
| * | NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes | Sven Gothel | 2010-10-21 | 1 | -223/+284 |
| * | Fix: X11 Fullscreen mode behaviour | Rami Santina | 2010-10-11 | 1 | -26/+23 |
| * | Added Fullscreen WM Hit to the X11 window | Rami Santina | 2010-10-11 | 1 | -4/+56 |
* | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 1 | -4/+102 |
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 1 | -5/+210 |
|/ |
|
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 1 | -3/+5 |
* | NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus | Sven Gothel | 2010-09-23 | 1 | -20/+12 |