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
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...
Sven Gothel
2013-11-29
3
-150
/
+306
*
Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3
Sven Gothel
2013-11-28
1
-121
/
+111
*
Bug 907 - Initial patch allowing Jogl to respond to other applications that t...
Randolf Schultz
2013-11-28
1
-3
/
+186
*
Nativewindow/NEWT: Fix C Return Statement
Sven Gothel
2013-11-17
1
-1
/
+1
*
Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5...
Sven Gothel
2013-11-17
1
-0
/
+3
*
JNI Code: Call DeleteLocalRef(..) manually.
Sven Gothel
2013-11-05
1
-0
/
+1
*
Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...
Sven Gothel
2013-11-04
1
-0
/
+15
*
NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...
Sven Gothel
2013-10-07
1
-5
/
+8
*
Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com...
Sven Gothel
2013-10-06
1
-5
/
+8
*
Bug 729: OSX CALayer shall honor the Component's visibility state
Sven Gothel
2013-10-05
1
-5
/
+17
*
Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...
Sven Gothel
2013-09-28
2
-7
/
+15
*
Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...
Sven Gothel
2013-09-27
1
-92
/
+145
*
OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang a...
Sven Gothel
2013-09-25
1
-2
/
+2
*
Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...
Sven Gothel
2013-09-24
2
-53
/
+111
*
Add support for clang ; Use __APPLE__ predefined macro
Sven Gothel
2013-09-13
1
-1
/
+1
*
Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ...
Sven Gothel
2013-06-12
1
-0
/
+7
*
Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...
Sven Gothel
2013-04-25
1
-0
/
+41
*
X11 Error Handler: Start quiet; Init: quite = !debug; Internal calls: Pass th...
Sven Gothel
2013-04-24
1
-18
/
+18
*
OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...
Sven Gothel
2013-04-04
1
-19
/
+25
*
MyNSOpenGLContext::dealloc: Avoid 'invalid context'
Sven Gothel
2013-03-19
1
-4
/
+4
*
NativeWindow OSXUtil RunOnMainThread: Use daemon attachment and do not detach...
Sven Gothel
2013-03-18
4
-27
/
+53
*
Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...
Sven Gothel
2013-03-15
1
-43
/
+71
*
OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks
Sven Gothel
2013-03-14
1
-9
/
+7
*
Fix CALayer pos/size and animation.
b01
Sven Gothel
2013-02-22
2
-13
/
+54
*
OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...
Sven Gothel
2013-02-20
1
-2
/
+55
*
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
1
-5
/
+11
*
Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...
Sven Gothel
2013-02-15
1
-23
/
+96
*
Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...
Sven Gothel
2013-02-14
1
-67
/
+103
*
Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..
Sven Gothel
2013-01-24
1
-1
/
+1
*
Bug632: Test NEWT Child Window Translucency (X11/Windows) ..
Sven Gothel
2012-12-30
2
-0
/
+28
*
Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...
Sven Gothel
2012-12-25
1
-5
/
+16
*
SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...
Sven Gothel
2012-12-04
1
-13
/
+110
*
X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if invoked ...
Sven Gothel
2012-11-27
2
-23
/
+25
*
Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh...
Sven Gothel
2012-10-02
1
-17
/
+5
*
Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...
Sven Gothel
2012-09-30
1
-0
/
+35
*
X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d...
Sven Gothel
2012-09-28
1
-39
/
+34
*
Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...
Sven Gothel
2012-09-27
1
-16
/
+22
*
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
1
-48
/
+141
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
1
-2
/
+72
*
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
1
-2
/
+28
*
Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...
Sven Gothel
2012-07-20
1
-0
/
+6
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-31
/
+21
*
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
4
-105
/
+167
*
Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...
Sven Gothel
2012-06-30
1
-13
/
+16
*
Bug 577: Disable debug message XInitThreads() called (only enabled in native ...
Sven Gothel
2012-04-26
1
-2
/
+2
*
NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...
Sven Gothel
2012-03-06
1
-3
/
+3
*
NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...
Sven Gothel
2012-02-27
6
-89
/
+156
[next]