aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh...Sven Gothel2011-11-181-0/+5
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-125-40/+165
* OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...Sven Gothel2011-11-112-23/+73
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-113-30/+2
* NEWT/WindowImpl: Fix minor regression offscreen recreate @ setSize() (commit ...Sven Gothel2011-11-101-3/+6
* NEWT/Screen: minor editing/cleanupSven Gothel2011-11-101-4/+3
* NEWT/WindowImpl: Generalize recreation @ setSize() for offscreen surfaceSven Gothel2011-11-101-53/+54
* Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio...Sven Gothel2011-11-101-1/+10
* NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ...Sven Gothel2011-11-091-1/+0
* NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15...Sven Gothel2011-11-091-2/+4
* 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
* OSX: CGL type cleanup ; layeredSurface impl.Sven Gothel2011-11-052-16/+17
* NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode;Sven Gothel2011-10-292-2/+51
* NEWT/OSX: Using NewtView softLock ; Adding debug info to solve assertion: 'NS...Sven Gothel2011-10-271-43/+86
* NEWT/OSX NewtView: Add 'soft' pthread locking impacts: needsDisplay/displayIf...Sven Gothel2011-10-272-14/+78
* NEWT/OSX: Refine comment for native requestFocus(); Remove warningSven Gothel2011-10-261-2/+5
* NEWT/OSX: Can't use sending key/mouse directly to WindowImpl, deadlock .. see...Sven Gothel2011-10-261-1/+7
* NEWT/OSX: Add missing sendKeyEvent(..) specialization to produce the keyCode ...Sven Gothel2011-10-261-1/+10
* Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()...Sven Gothel2011-10-232-23/+23
* NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (...Sven Gothel2011-10-232-15/+31
* Newt/OSX: Disable VERBOSESven Gothel2011-10-221-1/+1
* NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in...Sven Gothel2011-10-223-34/+35
* NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok)Sven Gothel2011-10-221-6/+2
* NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocu...Sven Gothel2011-10-222-44/+15
* NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...Sven Gothel2011-10-222-74/+86
* Remove warningsSven Gothel2011-10-201-1/+5
* NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai...Sven Gothel2011-10-204-100/+174
* 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-162-6/+53
* NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32)Sven Gothel2011-10-161-10/+28
* NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav...Sven Gothel2011-10-165-34/+96
* NEWT/OSX: exec. makeKeyAndOrderFront/makeKeyWindow on MainThreadSven Gothel2011-10-161-5/+6
* NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)...Sven Gothel2011-10-165-98/+299
* NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit eventsSven Gothel2011-10-154-7/+107
* 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-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