| Commit message (Expand) | Author | Age | Files | Lines |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 5 | -8/+121 |
* | OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT:... | Sven Gothel | 2013-02-17 | 1 | -5/+2 |
* | Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-... | Sven Gothel | 2013-02-16 | 3 | -5/+47 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 2 | -26/+109 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 5 | -97/+229 |
* | Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E... | Sven Gothel | 2013-01-27 | 3 | -4/+5 |
* | Fix misc API docs .. | Sven Gothel | 2013-01-27 | 1 | -0/+3 |
* | ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do... | Sven Gothel | 2013-01-26 | 2 | -16/+31 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 12 | -42/+95 |
* | Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5... | Sven Gothel | 2013-01-20 | 1 | -5/+3 |
* | NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta... | Sven Gothel | 2013-01-14 | 3 | -13/+23 |
* | Bug632: Test NEWT Child Window Translucency (X11/Windows) .. | Sven Gothel | 2012-12-30 | 3 | -0/+38 |
* | Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif... | Sven Gothel | 2012-12-25 | 3 | -9/+53 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 3 | -120/+352 |
* | SWTAccessor: Add SWT 4.3's X11-GTK version adaption (2.14, 2.24, 3.0) | Sven Gothel | 2012-11-29 | 1 | -46/+170 |
* | X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if invoked ... | Sven Gothel | 2012-11-27 | 2 | -23/+25 |
* | SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged... | Sven Gothel | 2012-11-26 | 2 | -8/+29 |
* | OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi... | Sven Gothel | 2012-11-21 | 1 | -2/+2 |
* | Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l... | Sven Gothel | 2012-11-08 | 2 | -41/+46 |
* | MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change | Sven Gothel | 2012-11-04 | 2 | -1/+5 |
* | jogl: use Boolean TRUE/FALSE constants for values that will be immediately un... | Harvey Harrison | 2012-10-23 | 1 | -2/+2 |
* | EGL/X11 DummySurfaceHook: Lock display device at creation/destruction | Sven Gothel | 2012-10-05 | 1 | -14/+24 |
* | Fix regression of fbe331f013608eb31ff0d8675f4e4c9881c9c48b [Remove XInitThrea... | Sven Gothel | 2012-10-02 | 1 | -2/+4 |
* | NativeWindowFactory: Remove 'remedy' of Bug 613 Commit 92398025abdabb2fdef0d7... | Sven Gothel | 2012-10-02 | 1 | -9/+0 |
* | Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh... | Sven Gothel | 2012-10-02 | 1 | -17/+5 |
* | Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94 | Sven Gothel | 2012-10-02 | 9 | -53/+32 |
* | JAWTUtil ToolkitLock: Add lock counter to make lock validation recursive (Fix... | Sven Gothel | 2012-09-30 | 1 | -2/+10 |
* | NullToolkitLock.validateLocker(): Throw exception if locking is required (det... | Sven Gothel | 2012-09-30 | 1 | -5/+3 |
* | X11Util: Detailed closing information only in DEBUG mode, just print summary | Sven Gothel | 2012-09-30 | 1 | -4/+9 |
* | Merge remote-tracking branch 'origin/master' | Sven Gothel | 2012-09-30 | 1 | -0/+20 |
|\ |
|
| * | Add braces and fix indentation to conform with jogl coding standards. | Xerxes Rånby | 2012-09-30 | 1 | -2/+4 |
| * | ".bcm.vc.iv" is enough now -> NEWT agnostic relative package path. | Xerxes Rånby | 2012-09-30 | 1 | -1/+1 |
| * | _getNativeWindowingType() TYPE_BCM_VC_IV autodetection. | Xerxes Rånby | 2012-09-30 | 1 | -0/+18 |
* | | Bug 623: X11Util adds property 'nativewindow.debug.X11Util.ATI_HAS_NO_MULTITH... | Sven Gothel | 2012-09-30 | 1 | -1/+6 |
* | | Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr... | Sven Gothel | 2012-09-30 | 16 | -81/+413 |
|/ |
|
* | Cache XineramaIsEnabled(dpy) per display-name in X11Util minimize triggering ... | Sven Gothel | 2012-09-29 | 1 | -7/+24 |
* | X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d... | Sven Gothel | 2012-09-28 | 2 | -39/+35 |
* | NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server... | Sven Gothel | 2012-09-28 | 2 | -9/+10 |
* | Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l... | Sven Gothel | 2012-09-27 | 15 | -292/+290 |
* | Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreads | Sven Gothel | 2012-09-21 | 1 | -21/+24 |
* | NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto... | Sven Gothel | 2012-09-20 | 1 | -7/+7 |
* | Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de... | Sven Gothel | 2012-09-17 | 1 | -3/+26 |
* | OSX: Capture 'invalid drawable' message cause by NSOpenGLContext::setView(NUL... | Sven Gothel | 2012-09-16 | 1 | -1/+1 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 18 | -373/+1061 |
* | Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i... | Sven Gothel | 2012-09-08 | 1 | -1/+21 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 5 | -58/+142 |
* | Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a... | Sven Gothel | 2012-09-07 | 3 | -80/+124 |
* | NativeWindowFactory.getNativeWindowType(..): Return canonical string represen... | Sven Gothel | 2012-08-18 | 5 | -58/+65 |
* | NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,... | Sven Gothel | 2012-08-18 | 1 | -6/+6 |
* | GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro... | Sven Gothel | 2012-08-18 | 5 | -58/+30 |