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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nativewindow
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDIUtil: Add GetMonitor*() variants incl. PixelScale; NEWT MonitorDevice: Add...
Sven Gothel
2023-01-29
1
-0
/
+22
*
SWTAccessor.invokeOnOSTKThread(): Fix comment ..
Sven Gothel
2023-01-22
1
-2
/
+1
*
MacOS: JAWTWindow: Complete MacOS 12+ SIGSEGV JAW Crash Fix; This: Destroy NS...
Sven Gothel
2023-01-22
1
-5
/
+12
*
MacOS: JAWTWindow.invalidateNative(): Use copied references in off-thread ope...
Sven Gothel
2023-01-22
1
-10
/
+12
*
MacOS: JAWTWindow's OffscreeLayer: Show semantics in argument names and compl...
Sven Gothel
2023-01-22
2
-17
/
+19
*
MacOS: JAWTWindow.layoutSurfaceLayerImpl(): Perform OSXUtil.FixCALayerLayout(...
Sven Gothel
2023-01-22
2
-6
/
+14
*
OSXMisc.m: Show semantics: caLayer -> rootCALayer
Sven Gothel
2023-01-22
1
-15
/
+14
*
JAWTWindow.ctor: Initialize offscreenSurfaceLayer before use
Sven Gothel
2023-01-21
1
-1
/
+1
*
JAWTWindow.invalidateNative() and .detachSurfaceLayerImpl(): Pass copy of off...
Sven Gothel
2023-01-21
4
-15
/
+17
*
Don't import conditional platform specific 'static' code but fully qualify na...
Sven Gothel
2023-01-20
1
-32
/
+18
*
JAWTWindow: Constrain AppContextInfo creation where offscreen layer is suppor...
Sven Gothel
2023-01-18
2
-2
/
+13
*
JAWTWindow: Remove java.applet.Applet detection .. it's gone :-(
Sven Gothel
2023-01-18
1
-8
/
+12
*
SWT+AWT: Ensure SWTAccessor gets called before AWT initialization on GTK/X11 ...
Sven Gothel
2023-01-16
1
-0
/
+12
*
SWTAccessor: Adopt to SWT 4.26
Sven Gothel
2023-01-16
1
-32
/
+27
*
Merge pull request #108 from PeterC-DLS/swt-420-fix
Sven Gothel
2023-01-16
1
-1
/
+9
|
\
|
*
Add new class location of SWT's gtk_widget_get_window
Peter Chang
2022-04-14
1
-1
/
+9
*
|
JAWTUtil: Cleanup MacOS JVM and OS version flags: Private and store compariso...
Sven Gothel
2023-01-15
1
-14
/
+16
*
|
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()
Sven Gothel
2023-01-14
13
-28
/
+30
|
/
*
Bug 1398: Expose NativeSurface implementation's RecursiveLock if utilized
Sven Gothel
2020-03-05
2
-0
/
+24
*
OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau...
Sven Gothel
2020-03-04
1
-13
/
+21
*
IOSUtil.IsMainThread(): Utilize caching ThreadLocal<Boolean> like OSXUtil's v...
Sven Gothel
2020-02-24
1
-1
/
+17
*
Bug 1422: Use own deviceZoomScaleUp(..) disregarding higher-toolkit's compens...
Sven Gothel
2020-01-16
1
-10
/
+144
*
Bug 1422: Emulate DPI Scaling on non-native DPI autoscale platforms (!MacOS)
Sven Gothel
2020-01-15
1
-5
/
+43
*
Nativewindow Rectangle*: Cleanup up union(..), intersection(..): Return a new...
Sven Gothel
2020-01-15
2
-26
/
+21
*
Bug 1421, Bug 1358, Bug 969, Bug 672: Fix NEWT's coordinate conversion on Mac...
Sven Gothel
2020-01-13
3
-74
/
+7
*
NativeWindow Point.set*(..): Return instance for scaling (chaining)
Sven Gothel
2020-01-12
1
-3
/
+19
*
Bug 1421: OSXUtil: Add GetLocation(..), simply returning the view's frame pos...
Sven Gothel
2020-01-06
2
-0
/
+44
*
Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge...
Sven Gothel
2020-01-05
2
-3
/
+43
*
Bug 1421, Bug 1358, Bug 969, Bug 672: SWTAccessor: Add get[Location|Size]InPi...
Sven Gothel
2020-01-05
1
-1
/
+74
*
Bug 1358: Add OSXUtil.GetWindowPixelScale(..)
Sven Gothel
2020-01-04
2
-1
/
+52
*
Merge remote-tracking branch 'xranby/master'
Sven Gothel
2019-12-04
1
-4
/
+14
|
\
|
*
VC4: Only load Broadcom EGL driver when guessVCIVUsed
Xerxes Rånby
2019-12-04
1
-4
/
+14
*
|
Bug 1406: DRMUtil: Probe DRM device whether it has resources attached (and is...
Sven Gothel
2019-12-04
1
-2
/
+41
|
/
*
Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT
Sven Gothel
2019-11-28
8
-7
/
+684
*
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
2
-58
/
+72
*
Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)
Sven Gothel
2019-11-21
1
-8
/
+8
*
gbm/WindowDriver: make it compile and link
Xerxes Rånby
2019-11-21
1
-1
/
+1
*
detect gbm platform on linux when no other display server is running
Erik De Rijcke
2019-11-21
1
-5
/
+43
*
MacOS: Add more debug log details
Sven Gothel
2019-11-21
2
-16
/
+49
*
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
4
-8
/
+18
*
Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...
Sven Gothel
2019-09-07
1
-20
/
+17
*
Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...
Sven Gothel
2019-09-07
1
-0
/
+164
*
Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...
Sven Gothel
2019-09-04
3
-53
/
+84
*
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
[next]