aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...Sven Gothel2011-10-132-51/+80
* NEWT: Filter Window focusChanged() and visibleChanged() [test if value changed]Sven Gothel2011-10-131-12/+16
* GLCanvas / GLWindow: Change 'manual' resize/repaint animation filterSven Gothel2011-10-131-2/+2
* NEWT/OSX MacWindow: Use screen of windowSven Gothel2011-10-121-1/+1
* Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...Sven Gothel2011-10-124-50/+120
* OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre...Sven Gothel2011-10-121-6/+14
* NEWT OSX: Disable native VERBOSITYSven Gothel2011-10-121-1/+1
* NEWTCanvasAWT: Add AWT GraphicsConfiguration in constructor, allowing transpa...Sven Gothel2011-10-121-0/+16
* Fix Nativewindow GetLocationOnScreen OSX impl. - Transform OSX origin bottom-...Sven Gothel2011-10-121-1/+1
* NEWT/OSX: Fix erroneous child Window position and top-parent visibilitySven Gothel2011-10-112-73/+90
* NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I...Sven Gothel2011-10-115-15/+51
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-106-14/+136
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-107-36/+237
* GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ...Sven Gothel2011-10-082-5/+30
* 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-013-37/+68
* 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-302-48/+129
* 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-283-16/+114
* NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa...Sven Gothel2011-09-273-8/+15
* NEWT/Threading: MainThread / DefaultEDTUtilSven Gothel2011-09-275-224/+94
* NEWT: Adapt to GlueGen's Lock ChangeSet, all java callbacks for native have '...Sven Gothel2011-09-2715-132/+193
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-2512-513/+609
* 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-242-77/+176
* 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
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-2/+4
* Proper usage of loadLibrarySven Gothel2011-09-211-7/+2
* NEWT/WindowImpl: Remove wait for position (keep waitForSize for reparent/full...Sven Gothel2011-09-163-29/+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-162-52/+118
* NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixesSven Gothel2011-09-161-5/+11
* NewtCanvasAWT: Minor edits, prefer requestFocusInWindow() in requestFocusAWTP...Sven Gothel2011-09-161-7/+12
* JOGLNewtApplet1Run: Add gl_alpha, gl_multisamplebuffer and gl_nodefaultkeylis...Sven Gothel2011-09-152-26/+28
* JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizie...Sven Gothel2011-09-151-2/+19
* Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test versionSven Gothel2011-09-152-0/+402
* NEWT X11/Windows: Fix AlwaysOnTop (startup and change)Sven Gothel2011-09-154-47/+56