| Commit message (Expand) | Author | Age | Files | Lines |
* | NEWT/WindowImpl: Generalize recreation @ setSize() for offscreen surface | Sven Gothel | 2011-11-10 | 1 | -53/+54 |
* | Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio... | Sven Gothel | 2011-11-10 | 1 | -1/+10 |
* | NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ... | Sven Gothel | 2011-11-09 | 1 | -1/+0 |
* | NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15... | Sven Gothel | 2011-11-09 | 1 | -2/+4 |
* | NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c... | Sven Gothel | 2011-11-09 | 1 | -0/+4 |
* | Fix regression: setScreen(..) invalid ref count & flag | Sven Gothel | 2011-11-09 | 1 | -25/+6 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 5 | -78/+191 |
* | OS X Layered View: Part4 NEWT OffscreenWindow/WindowImpl fix | Sven Gothel | 2011-11-09 | 2 | -9/+24 |
* | NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolder | Sven Gothel | 2011-11-09 | 1 | -1/+15 |
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener | Sven Gothel | 2011-11-06 | 3 | -98/+12 |
* | Impl layeredSurface (java/native): | Sven Gothel | 2011-11-05 | 1 | -0/+2 |
* | NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode; | Sven Gothel | 2011-10-29 | 2 | -2/+51 |
* | NEWT/OSX: Add missing sendKeyEvent(..) specialization to produce the keyCode ... | Sven Gothel | 2011-10-26 | 1 | -1/+10 |
* | NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (... | Sven Gothel | 2011-10-23 | 1 | -15/+26 |
* | NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok) | Sven Gothel | 2011-10-22 | 1 | -6/+2 |
* | NEWT/ScreenMode: If unimplemented have at least current mode in list. Current... | Sven Gothel | 2011-10-22 | 2 | -74/+86 |
* | NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai... | Sven Gothel | 2011-10-20 | 1 | -12/+13 |
* | Only revert ScreenMode (destroy/shutdown) if owner (Screen) changed it | Sven Gothel | 2011-10-19 | 3 | -11/+36 |
* | NEWT/OSX: Adding 'fake' lockSurface based on [view canDraw]. Can't use lockFo... | Sven Gothel | 2011-10-16 | 1 | -6/+19 |
* | NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav... | Sven Gothel | 2011-10-16 | 2 | -10/+10 |
* | NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)... | Sven Gothel | 2011-10-16 | 2 | -28/+50 |
* | NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events | Sven Gothel | 2011-10-15 | 2 | -4/+47 |
* | NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only reques... | Sven Gothel | 2011-10-15 | 1 | -3/+12 |
* | Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK (duh) | Sven Gothel | 2011-10-15 | 1 | -1/+1 |
* | NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriod | Sven Gothel | 2011-10-15 | 3 | -5/+32 |
* | NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac... | Sven Gothel | 2011-10-13 | 1 | -42/+63 |
* | NEWT: Filter Window focusChanged() and visibleChanged() [test if value changed] | Sven Gothel | 2011-10-13 | 1 | -12/+16 |
* | GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter | Sven Gothel | 2011-10-13 | 1 | -2/+2 |
* | Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si... | Sven Gothel | 2011-10-12 | 1 | -18/+9 |
* | OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre... | Sven Gothel | 2011-10-12 | 1 | -6/+14 |
* | NEWTCanvasAWT: Add AWT GraphicsConfiguration in constructor, allowing transpa... | Sven Gothel | 2011-10-12 | 1 | -0/+16 |
* | NEWT/OSX: Fix erroneous child Window position and top-parent visibility | Sven Gothel | 2011-10-11 | 1 | -39/+26 |
* | NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I... | Sven Gothel | 2011-10-11 | 5 | -15/+51 |
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea... | Sven Gothel | 2011-10-10 | 4 | -8/+57 |
* | NEWT: Add pointer features: visibility, confined and warp (move) | Sven Gothel | 2011-10-10 | 6 | -36/+161 |
* | GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ... | Sven Gothel | 2011-10-08 | 2 | -5/+30 |
* | NEWT/Android: Fix setting 'format' | Sven Gothel | 2011-10-07 | 1 | -11/+12 |
* | NEWT/Android: respect isUndecorated() and custom window size. | Sven Gothel | 2011-10-06 | 1 | -37/+40 |
* | NEWT/Window/setVisible: Remove setVisible(..) fast path - Always set visible=... | Sven Gothel | 2011-10-06 | 1 | -8/+2 |
* | NEWT/Android: Add TRANSLUCENT feature / Demo: 'GearsES2T' | Sven Gothel | 2011-10-06 | 1 | -3/+6 |
* | NEWT/Android: Add BUTTON1 for one-pointer events | Sven Gothel | 2011-10-06 | 1 | -2/+4 |
* | NEWT/Android: Move fullscreen setting to AndroidWindow ; Cleanup AndroidWindow | Sven Gothel | 2011-10-06 | 2 | -53/+67 |
* | Android/EGL: dump all caps, write-back format | Sven Gothel | 2011-10-01 | 1 | -2/+10 |
* | NEWT/Android: 565, 5551 or RGBA_8888 (no RGBX/888) ; surfaceRealized() ASAP | Sven Gothel | 2011-10-01 | 2 | -31/+48 |
* | AndroidWindow: get required PixelFormat ID by req. Caps | Sven Gothel | 2011-09-30 | 2 | -4/+48 |
* | Android: Use standard launch mode; Add default actions to NewtBaseActivity; A... | Sven Gothel | 2011-09-30 | 2 | -51/+26 |
* | NEWT/Android: More ANativeWindow coop; | Sven Gothel | 2011-09-30 | 1 | -48/+108 |
* | NEWT DisplayImpl: Check for null event in task | Sven Gothel | 2011-09-28 | 1 | -0/+6 |
* | NewtBaseActivity: Enable 'slave' mode, ie as a downstream for external launch... | Sven Gothel | 2011-09-28 | 1 | -11/+42 |
* | NEWT/Android: Send MouseClicked event, MouseEvent enhancement, Demo: real 2 f... | Sven Gothel | 2011-09-28 | 3 | -16/+114 |