aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Android: Use standard launch mode; Add default actions to NewtBaseActivity; A...Sven Gothel2011-09-302-51/+26
* NEWT/Android: More ANativeWindow coop;Sven Gothel2011-09-301-48/+108
* NEWT DisplayImpl: Check for null event in taskSven Gothel2011-09-281-0/+6
* NewtBaseActivity: Enable 'slave' mode, ie as a downstream for external launch...Sven Gothel2011-09-281-11/+42
* NEWT/Android: Send MouseClicked event, MouseEvent enhancement, Demo: real 2 f...Sven Gothel2011-09-282-12/+90
* NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa...Sven Gothel2011-09-271-2/+8
* NEWT/Threading: MainThread / DefaultEDTUtilSven Gothel2011-09-274-150/+81
* NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '...Sven Gothel2011-09-279-54/+69
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-255-90/+198
* CreateWindow set visible; lockSurface: lock AWT if availableSven Gothel2011-09-241-11/+15
* OSX: Sync MainThread w/ DefaultEDTUtil and proper deledation AWT EDT, MacWind...Sven Gothel2011-09-241-0/+5
* Cleanup DefaultEDTUtil: Generics and DEBUGSven Gothel2011-09-241-32/+22
* Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow...Sven Gothel2011-09-241-1/+7
* Proper usage of loadLibrarySven Gothel2011-09-211-7/+2
* NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full...Sven Gothel2011-09-161-21/+6
* NEWT Cleanup: AWT driver fix, WindowImpl createNative .., minor editsSven Gothel2011-09-162-21/+20
* waitForPosSize/createWindow: exclude 0/0, at creation wait for size as wellSven Gothel2011-09-161-37/+9
* NEWT Window: Allow positionChanged(..) notification for child windowsSven Gothel2011-09-161-1/+1
* NEWT/Reparent: Make new local position/size persitent if not promoted nativel...Sven Gothel2011-09-161-0/+14
* 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