| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of setFu... | Sven Gothel | 2011-09-16 | 1 | -1/+8 |
* | NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixes | Sven Gothel | 2011-09-16 | 1 | -5/+11 |
* | NEWT X11/Windows: Fix AlwaysOnTop (startup and change) | Sven Gothel | 2011-09-15 | 2 | -11/+14 |
* | NEWT/WindowImpl: Allow fullscreen at window creation | Sven Gothel | 2011-09-15 | 1 | -2/+20 |
* | NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/Windows | Sven Gothel | 2011-09-14 | 1 | -14/+68 |
* | Relocated VersionApplet | Sven Gothel | 2011-09-14 | 1 | -178/+0 |
* | NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec... | Sven Gothel | 2011-09-09 | 1 | -8/+20 |
* | NEWT: Window default pos ; FullScreen | Sven Gothel | 2011-09-09 | 3 | -40/+104 |
* | NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change... | Sven Gothel | 2011-09-08 | 3 | -168/+211 |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 3 | -91/+60 |
* | Fix commit e1ecd85a9d5877861cde35baababb298d1339898 - send resize event | Sven Gothel | 2011-09-07 | 1 | -4/+17 |
* | Fix commit e1ecd85a9d5877861cde35baababb298d1339898 - send resize event on Sc... | Sven Gothel | 2011-09-07 | 1 | -0/+1 |
* | ScreenImpl: Debug - drop stack dump | Sven Gothel | 2011-09-07 | 1 | -1/+0 |
* | NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and Decoration | Sven Gothel | 2011-09-07 | 1 | -61/+80 |
* | NEWT/ScreenMode: setCurrentScreenMode() shall only act if new mode differs; O... | Sven Gothel | 2011-09-06 | 2 | -9/+23 |
* | NEWT/X11Window: Remove unused 'windowReparented()' callback; Remove redundant... | Sven Gothel | 2011-09-06 | 1 | -12/+0 |
* | NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, .. | Sven Gothel | 2011-09-06 | 3 | -4/+8 |
* | NEWT: Sync User-Lifecycle | Sven Gothel | 2011-09-06 | 2 | -10/+15 |
* | NEWT/X11Screen::setCurrentScreenMode: Use device's 'user' Display connection ... | Sven Gothel | 2011-09-06 | 1 | -6/+7 |
* | NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf... | Sven Gothel | 2011-09-06 | 10 | -250/+278 |
* | NativeWindow/NEWT: Refine Insets definition for size and position, read and w... | Sven Gothel | 2011-09-04 | 10 | -75/+106 |
* | Revert commit 8dc31bcaa3ee3a2407d1960ab42d094cac642876: Implicit setUndecorat... | Sven Gothel | 2011-09-03 | 1 | -2/+1 |
* | NEWT Window: Implicit setUndecorated(true) if Capabilities !isBackgroundOpaque() | Sven Gothel | 2011-09-03 | 1 | -1/+2 |
* | NEWT: Respect 'setUndecorated(true)' before native creation (ie. startup w/ u... | Sven Gothel | 2011-09-02 | 3 | -5/+11 |
* | Fix NEWT/Window/Windows: setSize/setPosition/reconfigure: 'nop size' -1x-1 ->... | Sven Gothel | 2011-09-02 | 1 | -13/+9 |
* | NEWT/X11/Fullscreen: Fix Leaving FullScreen | Sven Gothel | 2011-09-01 | 1 | -5/+5 |
* | NEWT/X11 Bug 502 regressions: WM_DELETE_ATOM, .. etc couldn't be catched, etc. | Sven Gothel | 2011-09-01 | 3 | -29/+36 |
* | X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD... | Sven Gothel | 2011-08-31 | 2 | -3/+3 |
* | NEWT/X11 Display: CloseDisplay in same order as creation (ATI); Adding Displa... | Sven Gothel | 2011-08-31 | 1 | -4/+10 |
* | Fix NEWT regression due to fix of bug 502, commit 9ed513e9a9616f6028084df4c65... | Sven Gothel | 2011-08-30 | 1 | -2/+3 |
* | NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea... | Sven Gothel | 2011-08-30 | 1 | -42/+52 |
* | Tests: Comment GLProfile.initSingleton(false), which is redundant / implicit. | Sven Gothel | 2011-08-30 | 1 | -1/+1 |
* | NEWT: Add comment in API doc ; Use more generics in impl. | Sven Gothel | 2011-08-30 | 1 | -7/+7 |
* | Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb... | Sven Gothel | 2011-08-30 | 2 | -13/+40 |
* | NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ... | Sven Gothel | 2011-08-24 | 2 | -34/+83 |
* | Cleanup: Java Generics Use and Removed Unused Methods | Sven Gothel | 2011-08-24 | 1 | -1/+0 |
* | NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New... | Sven Gothel | 2011-08-22 | 2 | -19/+17 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 2 | -424/+2 |
* | NEWT/Android: Assisting NEWTBaseActivity to simplify NEWT/Android usage. | Sven Gothel | 2011-08-11 | 2 | -44/+106 |
* | NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode Change | Sven Gothel | 2011-08-11 | 5 | -103/+95 |
* | Add touch event propagation to NEWT | Sven Gothel | 2011-08-09 | 1 | -13/+9 |
* | Add AndroidWindow implementation | Sven Gothel | 2011-08-09 | 1 | -71/+183 |
* | Merge remote-tracking branch 'rsantina/master' | Sven Gothel | 2011-08-09 | 1 | -21/+6 |
|\ |
|
| * | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2011-08-05 | 35 | -43/+587 |
| |\ |
|
| * | | Fix: event mapping mismatch | Rami Santina | 2011-08-05 | 1 | -2/+2 |
| * | | add multitouch getPointerId data | Rami Santina | 2011-08-04 | 1 | -21/+6 |
* | | | Android: Demo NewtVersionActivity | Sven Gothel | 2011-08-09 | 2 | -6/+471 |
* | | | NEWT: Make AndroidNewtEventFactory public / accessible | Sven Gothel | 2011-08-09 | 1 | -6/+6 |
* | | | NEWT Android Display/Screen driver implementation | Sven Gothel | 2011-08-09 | 2 | -24/+117 |
* | | | Complete Android driver reloc (constructor) | Sven Gothel | 2011-08-09 | 3 | -11/+21 |