summaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
...
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-091-0/+4
* Fix regression: setScreen(..) invalid ref count & flagSven Gothel2011-11-091-25/+6
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-095-78/+191
* OS X Layered View: Part4 NEWT OffscreenWindow/WindowImpl fixSven Gothel2011-11-092-9/+24
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-091-1/+15
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-063-98/+12
* Impl layeredSurface (java/native):Sven Gothel2011-11-051-0/+2
* NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode;Sven Gothel2011-10-292-2/+51
* NEWT/OSX: Add missing sendKeyEvent(..) specialization to produce the keyCode ...Sven Gothel2011-10-261-1/+10
* NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (...Sven Gothel2011-10-231-15/+26
* NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok)Sven Gothel2011-10-221-6/+2
* NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...Sven Gothel2011-10-222-74/+86
* 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-162-10/+10
* 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
* Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK (duh)Sven Gothel2011-10-151-1/+1
* NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriodSven Gothel2011-10-153-5/+32
* 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
* GLCanvas / GLWindow: Change 'manual' resize/repaint animation filterSven Gothel2011-10-131-2/+2
* Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...Sven Gothel2011-10-121-18/+9
* OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre...Sven Gothel2011-10-121-6/+14
* NEWTCanvasAWT: Add AWT GraphicsConfiguration in constructor, allowing transpa...Sven Gothel2011-10-121-0/+16
* 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-115-15/+51
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-104-8/+57
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-106-36/+161
* 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-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-283-16/+114
* NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa...Sven Gothel2011-09-272-2/+9
* 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-279-54/+69
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-256-364/+255