aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Screen: width/height reflects virtual Screen size (-> big-desktop)Sven Gothel2011-12-2312-52/+112
* NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:...Sven Gothel2011-12-233-9/+13
* NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;Sven Gothel2011-12-2327-1155/+1448
* NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...Sven Gothel2011-12-203-12/+239
* NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base...Sven Gothel2011-12-202-2/+13
* Fix bug 531. Thx to Sebastien (finding) and Julien (fixing) it.Sven Gothel2011-12-181-3/+3
* CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...Sven Gothel2011-12-181-0/+2
* New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...Sven Gothel2011-12-172-21/+20
* Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...Sven Gothel2011-12-132-2/+0
* JOGLNewtApplet1Run: Config and add GLEventListener before hooking GLWindow/Ne...Sven Gothel2011-12-111-7/+7
* Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...Sven Gothel2011-12-113-7/+2
* NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.Sven Gothel2011-12-026-16/+75
* New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...Sven Gothel2011-12-011-4/+1
* Fix Bug 522: NEWT requestFocus() causes a crash if !isNativeValid()Sven Gothel2011-12-011-1/+1
* Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade...Sven Gothel2011-12-011-1/+1
* Move manual GDI utils to GDIUtil ; Minor cleanup.Sven Gothel2011-12-012-6/+2
* JOGLNewtApplet1Run: Issue GLProfile.shutdown() to adapt to the 'new' plugin l...Sven Gothel2011-11-301-3/+5
* NEWTMacWindow:View: Make lock recursive ..Sven Gothel2011-11-292-15/+26
* NEWT MacWindow: the softLock (pthread mutex) is now always blocking (remove n...Sven Gothel2011-11-291-18/+0
* NEWT ScreenMode: Use unified ScreenMode in impl; X11Screen: Be verbose if TO ...Sven Gothel2011-11-282-7/+7
* NEWT MacWindow: Fix positionChange() Usage ; Fix getLocationOnScreenImpl()Sven Gothel2011-11-271-32/+27
* MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...Sven Gothel2011-11-273-70/+84
* NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit...Sven Gothel2011-11-272-1/+10
* NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294...Sven Gothel2011-11-273-9/+70
* MacOSX: Disable native verbositySven Gothel2011-11-261-1/+1
* NEWT OSX closeWindow: simple close, no extra view detachment etcSven Gothel2011-11-261-3/+0
* Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...Sven Gothel2011-11-262-6/+18