index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nativewindow
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...
Sven Gothel
2012-08-16
1
-7
/
+8
*
Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...
v2.0-rc10
Sven Gothel
2012-08-03
1
-1
/
+1
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
4
-4
/
+147
*
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
8
-63
/
+237
*
Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)
Sven Gothel
2012-07-20
2
-5
/
+22
*
Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...
Sven Gothel
2012-07-20
2
-0
/
+11
*
GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...
Sven Gothel
2012-07-20
1
-3
/
+12
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
15
-197
/
+332
*
EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...
Sven Gothel
2012-07-09
3
-5
/
+43
*
Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87
Sven Gothel
2012-07-06
1
-1
/
+0
*
Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!
Sven Gothel
2012-07-06
2
-1
/
+42
*
C code: remove warnings
Sven Gothel
2012-07-06
1
-4
/
+4
*
NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc...
Sven Gothel
2012-07-05
5
-111
/
+184
*
Fix Bug 597: XDisplayString(0) -> SIGSEGV; Handle n/a DISPLAY
Sven Gothel
2012-06-30
1
-4
/
+8
*
Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...
Sven Gothel
2012-06-30
4
-27
/
+44
*
JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG info
Sven Gothel
2012-06-30
1
-4
/
+12
*
NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerant
Sven Gothel
2012-06-29
4
-12
/
+15
*
Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...
Sven Gothel
2012-06-27
3
-66
/
+87
[next]