| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide dump of screen origin/size behind DEBUG flag. | Sven Gothel | 2012-02-19 | 1 | -1/+3 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 2 | -21/+7 |
* | NEWT: Fix deadlock w/ AWT parent (NewtCanvasAWT) - focus window @ creation af... | Sven Gothel | 2012-02-08 | 1 | -3/+7 |
* | NEWT: Use accessors to read/write postion and size, allowing better trace and... | Sven Gothel | 2012-01-18 | 9 | -132/+124 |
* | NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost... | Sven Gothel | 2012-01-18 | 1 | -8/+36 |
* | Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli... | Sven Gothel | 2012-01-18 | 1 | -97/+143 |
* | NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(... | Sven Gothel | 2012-01-16 | 1 | -3/+9 |
* | NewtCanvasAWT: Handle 'lost' child and fullscreen case. | Sven Gothel | 2012-01-16 | 2 | -31/+62 |
* | NEWT childWindow: No autoPosition, use 0/0 as default. | Sven Gothel | 2012-01-16 | 1 | -4/+10 |
* | NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is... | Sven Gothel | 2012-01-16 | 1 | -2/+2 |
* | NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi... | Sven Gothel | 2012-01-13 | 1 | -3/+23 |
* | GLContext/NativeSurface Impl's toString(): Add lock.toString() | Sven Gothel | 2012-01-08 | 2 | -2/+3 |
* | GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea... | Sven Gothel | 2012-01-08 | 1 | -10/+1 |
* | NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); An... | Sven Gothel | 2011-12-26 | 2 | -3/+6 |
* | ScreenImpl.ScreenMode: getOrAdd current ScreenMode. | Sven Gothel | 2011-12-24 | 1 | -14/+20 |
* | NEWT Windows/X11: Remove missed negative coordinate restrictions. | Sven Gothel | 2011-12-24 | 3 | -10/+5 |
* | NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all... | Sven Gothel | 2011-12-24 | 12 | -60/+98 |
* | Fix regression of commit: 3f5df93484a2ea97c6e51a717f05d9ddcec64d84 (compile e... | Sven Gothel | 2011-12-23 | 1 | -2/+2 |
* | NEWT/OSX MacWindow.close(): More conservative closing approach. | Sven Gothel | 2011-12-23 | 1 | -3/+6 |
* | Screen: width/height reflects virtual Screen size (-> big-desktop) | Sven Gothel | 2011-12-23 | 11 | -50/+110 |
* | NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index; | Sven Gothel | 2011-12-23 | 14 | -24/+63 |
* | NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati... | Sven Gothel | 2011-12-20 | 2 | -4/+60 |
* | NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base... | Sven Gothel | 2011-12-20 | 2 | -2/+13 |
* | Fix bug 531. Thx to Sebastien (finding) and Julien (fixing) it. | Sven Gothel | 2011-12-18 | 1 | -3/+3 |
* | CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ... | Sven Gothel | 2011-12-18 | 1 | -0/+2 |
* | New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv... | Sven Gothel | 2011-12-17 | 2 | -21/+20 |
* | Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ... | Sven Gothel | 2011-12-13 | 2 | -2/+0 |
* | JOGLNewtApplet1Run: Config and add GLEventListener before hooking GLWindow/Ne... | Sven Gothel | 2011-12-11 | 1 | -7/+7 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 3 | -7/+2 |
* | NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events. | Sven Gothel | 2011-12-02 | 4 | -3/+68 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -4/+1 |
* | Fix Bug 522: NEWT requestFocus() causes a crash if !isNativeValid() | Sven Gothel | 2011-12-01 | 1 | -1/+1 |
* | Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade... | Sven Gothel | 2011-12-01 | 1 | -1/+1 |
* | Move manual GDI utils to GDIUtil ; Minor cleanup. | Sven Gothel | 2011-12-01 | 2 | -6/+2 |
* | JOGLNewtApplet1Run: Issue GLProfile.shutdown() to adapt to the 'new' plugin l... | Sven Gothel | 2011-11-30 | 1 | -3/+5 |
* | NEWT ScreenMode: Use unified ScreenMode in impl; X11Screen: Be verbose if TO ... | Sven Gothel | 2011-11-28 | 2 | -7/+7 |
* | NEWT MacWindow: Fix positionChange() Usage ; Fix getLocationOnScreenImpl() | Sven Gothel | 2011-11-27 | 1 | -32/+27 |
* | MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation... | Sven Gothel | 2011-11-27 | 3 | -70/+84 |
* | NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit... | Sven Gothel | 2011-11-27 | 2 | -1/+10 |
* | NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294... | Sven Gothel | 2011-11-27 | 2 | -7/+28 |
* | Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE... | Sven Gothel | 2011-11-26 | 2 | -6/+18 |
* | X11Screen RANDR: Use temp display connection due to arbirary failures sometimes | Sven Gothel | 2011-11-26 | 1 | -6/+5 |
* | X11Util: Remove wrapped/locked X11Lib methods | Sven Gothel | 2011-11-26 | 1 | -2/+2 |
* | NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented out) | Sven Gothel | 2011-11-26 | 1 | -8/+13 |
* | NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name | Sven Gothel | 2011-11-26 | 2 | -6/+13 |
* | NEWT X11Display: Use default X11 locking for X11GraphicsDevice | Sven Gothel | 2011-11-26 | 1 | -5/+15 |
* | NewtFactory/GLWindow: Cleanup API doc (Display lifecycle, copy or reuse, etc ..) | Sven Gothel | 2011-11-26 | 2 | -22/+102 |
* | Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT): | Sven Gothel | 2011-11-25 | 3 | -9/+16 |
* | Forgot to add JogAmp (c) | Sven Gothel | 2011-11-25 | 4 | -0/+4 |
* | NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co... | Sven Gothel | 2011-11-25 | 1 | -7/+2 |