summaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume,...Sven Gothel2012-04-092-43/+15
* NEWT/Android: Add notion of 'brokenFocusChange' for Android impl, where reque...Sven Gothel2012-04-042-12/+16
* AndroidWindow/NewtBaseActivity: Properly split functionality, remove android....Sven Gothel2012-04-032-81/+182
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-60/+8
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-182-2/+0
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-171-25/+25
* Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5...Sven Gothel2012-03-142-31/+109
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-133-76/+18
* Android: Minor cleanup ; NewtBaseActivity: clear static context at destroySven Gothel2012-03-102-1/+2
* AndroidWindow: Fix Native PixelFormat == VisualID { <0 case, TRANSLUCENCY, .....Sven Gothel2012-03-101-73/+53
* NEWT/setFullscreen(v): Save new state for to-be-created windows (not yet valid).Sven Gothel2012-03-101-11/+12
* AndroidWindow.surfaceChanged(.., int pFormat, ..): Use passed pixel-format if...Sven Gothel2012-03-071-4/+8
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-061-3/+5
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0614-30/+46
* Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc ChangesSven Gothel2012-03-051-0/+1
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-054-18/+15
* NEWT/Windows lockSurfaceImpl(): Detect hdc change and result w/ LOCK_SURFACE_...Sven Gothel2012-03-041-4/+19
* NewtFactory: Since the platform string references are unique, let's just comp...Sven Gothel2012-03-044-20/+18
* NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...Sven Gothel2012-03-041-7/+2
* NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...Sven Gothel2012-02-271-1/+1
* ScreenMode/X11: Use common defaults in case of undefined values. X11: Tolerat...Sven Gothel2012-02-272-9/+17
* NEWT Screen.getCurrentScreenModeIntern() !ScreenMode case: Attempt to get scr...Sven Gothel2012-02-261-0/+3
* NEWT/ScreenMode DEBUG_TEST_SCREENMODE_DISABLED (-Dnewt.test.Screen.disableScr...Sven Gothel2012-02-231-1/+6
* NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...Sven Gothel2012-02-235-128/+186
* X11Screen: Only dump RandR version info in DEBUG mode.Sven Gothel2012-02-221-1/+1
* EGL Display Lifecycle Robustness Patch (impl. workaround)Sven Gothel2012-02-222-6/+6
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-223-9/+8
* Hide dump of screen origin/size behind DEBUG flag.Sven Gothel2012-02-191-1/+3
* OpenGL ES/EGL OverhaulSven Gothel2012-02-132-21/+7
* NEWT: Fix deadlock w/ AWT parent (NewtCanvasAWT) - focus window @ creation af...Sven Gothel2012-02-081-3/+7
* Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...Sven Gothel2012-01-221-0/+4
* NEWT/OSX: Window close (release) on main thread, ensuring no 'main thread' ev...Sven Gothel2012-01-191-1/+2
* NEWT/X11: Fix Insets determination for undecorated / child window.Sven Gothel2012-01-181-53/+86
* NEWT: Use accessors to read/write postion and size, allowing better trace and...Sven Gothel2012-01-189-132/+124
* NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost...Sven Gothel2012-01-184-16/+78
* Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli...Sven Gothel2012-01-182-98/+173
* NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo...Sven Gothel2012-01-173-123/+129
* NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(...Sven Gothel2012-01-162-4/+10
* NewtCanvasAWT: Handle 'lost' child and fullscreen case.Sven Gothel2012-01-162-31/+62
* NEWT childWindow: No autoPosition, use 0/0 as default.Sven Gothel2012-01-161-4/+10
* NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is...Sven Gothel2012-01-164-11/+41
* NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi...Sven Gothel2012-01-132-8/+80
* GLContext/NativeSurface Impl's toString(): Add lock.toString()Sven Gothel2012-01-082-2/+3
* GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...Sven Gothel2012-01-081-10/+1
* NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); An...Sven Gothel2011-12-262-3/+6
* ScreenImpl.ScreenMode: getOrAdd current ScreenMode.Sven Gothel2011-12-241-14/+20
* NEWT Windows/X11: Remove missed negative coordinate restrictions.Sven Gothel2011-12-244-16/+9
* NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...Sven Gothel2011-12-2413-74/+147
* Fix regression of commit: 3f5df93484a2ea97c6e51a717f05d9ddcec64d84 (compile e...Sven Gothel2011-12-231-2/+2
* NEWT/OSX MacWindow.close(): More conservative closing approach.Sven Gothel2011-12-232-6/+14