aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
...
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-103-8/+53
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-104-36/+108
* GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ...Sven Gothel2011-10-081-1/+5
* NEWT/Android: Fix setting 'format'Sven Gothel2011-10-071-11/+12
* NEWT/Android: respect isUndecorated() and custom window size.Sven Gothel2011-10-061-37/+40
* NEWT/Window/setVisible: Remove setVisible(..) fast path - Always set visible=...Sven Gothel2011-10-061-8/+2
* NEWT/Android: Add TRANSLUCENT feature / Demo: 'GearsES2T'Sven Gothel2011-10-061-3/+6
* NEWT/Android: Add BUTTON1 for one-pointer eventsSven Gothel2011-10-061-2/+4
* NEWT/Android: Move fullscreen setting to AndroidWindow ; Cleanup AndroidWindowSven Gothel2011-10-062-53/+67
* Android/EGL: dump all caps, write-back formatSven Gothel2011-10-011-2/+10
* NEWT/Android: 565, 5551 or RGBA_8888 (no RGBX/888) ; surfaceRealized() ASAPSven Gothel2011-10-012-31/+48
* AndroidWindow: get required PixelFormat ID by req. CapsSven Gothel2011-09-302-4/+48
* 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