aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* NEWT/X11: Fix ABOVE handling, notify Java on reparentNotify, cleanup of setFu...Sven Gothel2011-09-161-1/+8
* NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixesSven Gothel2011-09-161-5/+11
* NEWT X11/Windows: Fix AlwaysOnTop (startup and change)Sven Gothel2011-09-152-11/+14
* NEWT/WindowImpl: Allow fullscreen at window creationSven Gothel2011-09-151-2/+20
* NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/WindowsSven Gothel2011-09-141-14/+68
* Relocated VersionAppletSven Gothel2011-09-141-178/+0
* NEWT/Window: CreateWindow - Wait for user req. position: Fix about window-dec...Sven Gothel2011-09-091-8/+20
* NEWT: Window default pos ; FullScreenSven Gothel2011-09-093-40/+104
* NEWT/ScreenMode: X11 fixes ; Ensure Screen's size is set if screenMode change...Sven Gothel2011-09-083-168/+211
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-083-91/+60
* Fix commit e1ecd85a9d5877861cde35baababb298d1339898 - send resize eventSven Gothel2011-09-071-4/+17
* Fix commit e1ecd85a9d5877861cde35baababb298d1339898 - send resize event on Sc...Sven Gothel2011-09-071-0/+1
* ScreenImpl: Debug - drop stack dumpSven Gothel2011-09-071-1/+0
* NEWT/Window: Cleanup Actions: Reparenting, Fullscreen and DecorationSven Gothel2011-09-071-61/+80
* NEWT/ScreenMode: setCurrentScreenMode() shall only act if new mode differs; O...Sven Gothel2011-09-062-9/+23
* NEWT/X11Window: Remove unused 'windowReparented()' callback; Remove redundant...Sven Gothel2011-09-061-12/+0
* NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, ..Sven Gothel2011-09-063-4/+8
* NEWT: Sync User-LifecycleSven Gothel2011-09-062-10/+15
* NEWT/X11Screen::setCurrentScreenMode: Use device's 'user' Display connection ...Sven Gothel2011-09-061-6/+7
* NEWT/Window/Insets: Implement proper Inset usage ; Cleanup WindowImpl::reconf...Sven Gothel2011-09-0610-250/+278
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-0410-75/+106
* Revert commit 8dc31bcaa3ee3a2407d1960ab42d094cac642876: Implicit setUndecorat...Sven Gothel2011-09-031-2/+1
* NEWT Window: Implicit setUndecorated(true) if Capabilities !isBackgroundOpaque()Sven Gothel2011-09-031-1/+2
* NEWT: Respect 'setUndecorated(true)' before native creation (ie. startup w/ u...Sven Gothel2011-09-023-5/+11
* Fix NEWT/Window/Windows: setSize/setPosition/reconfigure: 'nop size' -1x-1 ->...Sven Gothel2011-09-021-13/+9
* NEWT/X11/Fullscreen: Fix Leaving FullScreenSven Gothel2011-09-011-5/+5
* NEWT/X11 Bug 502 regressions: WM_DELETE_ATOM, .. etc couldn't be catched, etc.Sven Gothel2011-09-013-29/+36
* X11Util.createDisplay() -> X11Util.openDisplay(): Better name match to XOpenD...Sven Gothel2011-08-312-3/+3
* NEWT/X11 Display: CloseDisplay in same order as creation (ATI); Adding Displa...Sven Gothel2011-08-311-4/+10
* Fix NEWT regression due to fix of bug 502, commit 9ed513e9a9616f6028084df4c65...Sven Gothel2011-08-301-2/+3
* NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea...Sven Gothel2011-08-301-42/+52
* Tests: Comment GLProfile.initSingleton(false), which is redundant / implicit.Sven Gothel2011-08-301-1/+1
* NEWT: Add comment in API doc ; Use more generics in impl.Sven Gothel2011-08-301-7/+7
* Workaround (Fix) for Bug 502: Multithreading issue w/ libX11 1.4.2 and libxcb...Sven Gothel2011-08-302-13/+40
* NEWT/ScreenMode: Fix Bug 456 - Reset to orig ScreenMode when exit (normal or ...Sven Gothel2011-08-242-34/+83
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-1/+0
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-222-19/+17
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-222-424/+2
* NEWT/Android: Assisting NEWTBaseActivity to simplify NEWT/Android usage.Sven Gothel2011-08-112-44/+106
* NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode ChangeSven Gothel2011-08-115-103/+95
* Add touch event propagation to NEWTSven Gothel2011-08-091-13/+9
* Add AndroidWindow implementationSven Gothel2011-08-091-71/+183
* Merge remote-tracking branch 'rsantina/master'Sven Gothel2011-08-091-21/+6
|\
| * Merge branch 'master' of http://github.com/sgothel/joglRami Santina2011-08-0535-43/+587
| |\
| * | Fix: event mapping mismatchRami Santina2011-08-051-2/+2
| * | add multitouch getPointerId dataRami Santina2011-08-041-21/+6
* | | Android: Demo NewtVersionActivitySven Gothel2011-08-092-6/+471
* | | NEWT: Make AndroidNewtEventFactory public / accessibleSven Gothel2011-08-091-6/+6
* | | NEWT Android Display/Screen driver implementationSven Gothel2011-08-092-24/+117
* | | Complete Android driver reloc (constructor)Sven Gothel2011-08-093-11/+21