summaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...Sven Gothel2011-10-221-66/+74
* NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai...Sven Gothel2011-10-201-12/+13
* Only revert ScreenMode (destroy/shutdown) if owner (Screen) changed itSven Gothel2011-10-193-11/+36
* NEWT/OSX: Adding 'fake' lockSurface based on [view canDraw]. Can't use lockFo...Sven Gothel2011-10-161-6/+19
* NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav...Sven Gothel2011-10-161-10/+6
* NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)...Sven Gothel2011-10-162-28/+50
* NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit eventsSven Gothel2011-10-152-4/+47
* NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only reques...Sven Gothel2011-10-151-3/+12
* NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriodSven Gothel2011-10-152-4/+21
* NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...Sven Gothel2011-10-131-42/+63
* NEWT: Filter Window focusChanged() and visibleChanged() [test if value changed]Sven Gothel2011-10-131-12/+16
* Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...Sven Gothel2011-10-121-18/+9
* NEWT/OSX: Fix erroneous child Window position and top-parent visibilitySven Gothel2011-10-111-39/+26
* NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I...Sven Gothel2011-10-113-6/+32
* 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