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
/
classes
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)
Sven Gothel
2019-11-23
1
-0
/
+4
*
Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...
Sven Gothel
2019-11-22
1
-3
/
+9
*
MacOS: Add more debug log details
Sven Gothel
2019-11-21
1
-0
/
+7
*
Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'
java11
ios
Sven Gothel
2019-09-09
1
-2
/
+21
*
OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary...
Sven Gothel
2019-09-08
1
-24
/
+19
*
Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]
Sven Gothel
2019-09-08
2
-4
/
+10
*
Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...
Sven Gothel
2019-09-04
2
-42
/
+69
*
Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...
Sven Gothel
2019-09-04
1
-65
/
+120
*
Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..)
Sven Gothel
2019-08-19
1
-5
/
+11
*
Bug 1363: Java 11: Use getPixelScale standard method even on Mac under Java9+
Sven Gothel
2019-08-19
1
-50
/
+50
*
Bug 1363: Java 11: Don't use GraphicsDevice.getScaleFactor() on Java9+ [illeg...
Sven Gothel
2019-08-19
1
-3
/
+16
*
Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [ill...
Sven Gothel
2019-08-19
1
-10
/
+15
*
NEWT iOS: Support translucent windows
Sven Gothel
2019-07-08
2
-4
/
+4
*
iOS / MacOS: PixelScale Update
Sven Gothel
2019-07-08
3
-18
/
+18
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
2
-0
/
+416
*
Bug 1370: Call from Main-Thread: NW's OSXUtil.CreateNSWindow0(..) and NEWT's ...
Sven Gothel
2019-04-05
1
-3
/
+8
*
Bug 1367: Adapt to TempFileCache & TempJarCache Changes
Sven Gothel
2019-04-03
1
-1
/
+1
*
Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'
rc
pulled
Sven Gothel
2018-01-16
1
-0
/
+76
*
X11Util.openDisplay: DEBUG: Show reusable and pending display count
Sven Gothel
2015-11-15
1
-4
/
+6
*
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...
Sven Gothel
2015-10-01
1
-1
/
+78
*
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...
Sven Gothel
2015-09-26
1
-0
/
+26
*
Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...
Sven Gothel
2015-09-15
1
-22
/
+21
*
Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/ Java...
Sven Gothel
2015-09-01
1
-4
/
+5
*
Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...
Sven Gothel
2015-08-31
1
-5
/
+7
*
Bug 1181 - JOGL WebStart Applications using GLCanvas/AWT may Deadlock by two ...
Sven Gothel
2015-07-27
3
-6
/
+11
*
Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of index
Sven Gothel
2015-03-21
2
-15
/
+14
*
Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]
Sven Gothel
2015-02-17
2
-0
/
+92
*
NativeWindow: Refactor getLocationOnScreenSafe(..) and getLocationOnScreenNon...
Sven Gothel
2015-02-17
2
-3
/
+58
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
32
-117
/
+117
*
Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)
Sven Gothel
2015-01-27
5
-200
/
+212
*
Bug 1120 - Add OSXUtil.GetPixelScale(final RectangleImmutable r, final int[] ...
Sven Gothel
2015-01-23
1
-0
/
+55
*
Bug 1068 - Use GenericUpstreamSurfacelessHook for all createSurfacelessImpl(....
Sven Gothel
2015-01-23
1
-92
/
+0
*
Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...
Sven Gothel
2014-12-07
3
-1
/
+130
*
Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...
Sven Gothel
2014-12-06
1
-19
/
+10
*
Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()
Sven Gothel
2014-10-26
3
-4
/
+8
*
NativeWindow's ToolkitLock TRACE_LOCK: Show more usable details
Sven Gothel
2014-10-07
4
-13
/
+28
*
Bug 1036: NVidia's Windows Driver Threaded optimization: Alternative affinity...
Sven Gothel
2014-07-30
1
-0
/
+6
*
Bug 1024: Add fallback for native-jar-file location via classpath
Sven Gothel
2014-07-11
2
-34
/
+22
*
Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...
Sven Gothel
2014-07-08
1
-7
/
+7
*
Findbugs.synchronization: Fix double-check w/o volatile; Remove redundant syn...
Sven Gothel
2014-07-08
1
-1
/
+1
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
29
-198
/
+205
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
2
-2
/
+2
*
Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...
Sven Gothel
2014-06-17
1
-1
/
+1
*
Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...
Sven Gothel
2014-06-12
2
-67
/
+89
*
Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...
Sven Gothel
2014-06-09
2
-17
/
+20
*
Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...
Sven Gothel
2014-06-08
3
-11
/
+12
*
Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...
Sven Gothel
2014-06-08
3
-7
/
+12
*
Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...
Sven Gothel
2014-06-08
4
-6
/
+272
*
Minor: API-Doc / DEBUG Typo, GDISurface: Make fields private
Sven Gothel
2014-06-08
3
-4
/
+4
[next]