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
/
classes
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
UpstreamSurfaceHook: Add 'NativeSurface getUpstreamSurface()' (from EGLUpstre...
Sven Gothel
2014-06-08
1
-2
/
+3
*
Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...
Sven Gothel
2014-06-06
1
-0
/
+4
*
Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...
Sven Gothel
2014-05-27
2
-6
/
+6
*
Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...
Sven Gothel
2014-05-26
1
-21
/
+3
*
Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...
Sven Gothel
2014-05-26
2
-9
/
+21
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
6
-30
/
+17
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
12
-47
/
+118
*
Bug 742 HiDPI: Add access to private HiDPI in AWT pixelScale value in JAWTUti...
Sven Gothel
2014-05-20
1
-2
/
+64
*
Refine commit 9fb1e46e43900ec9b2f9c9af1fc8984e101c8811: Avoid loading [j]awt ...
Sven Gothel
2014-02-28
2
-50
/
+63
*
AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT ...
Sven Gothel
2014-02-26
1
-3
/
+14
*
SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...
Sven Gothel
2014-02-13
1
-9
/
+16
*
NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac...
Sven Gothel
2014-01-31
1
-8
/
+18
*
NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs...
Sven Gothel
2014-01-30
1
-0
/
+88
*
Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...
Sven Gothel
2014-01-11
1
-5
/
+1
*
Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...
Sven Gothel
2014-01-08
1
-14
/
+34
*
Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...
Sven Gothel
2014-01-05
1
-2
/
+2
*
Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...
Sven Gothel
2014-01-05
2
-4
/
+11
*
Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...
Sven Gothel
2014-01-04
1
-0
/
+37
*
Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...
Sven Gothel
2013-11-29
3
-24
/
+44
*
Bug 907 - Fix regression of 'cleanup' Commit 52c95c19dbd69a7fc6b307d2b2db357c...
Sven Gothel
2013-11-28
1
-0
/
+1
*
Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3
Sven Gothel
2013-11-28
1
-7
/
+14
*
Bug 907 - Initial patch allowing Jogl to respond to other applications that t...
Randolf Schultz
2013-11-28
1
-11
/
+8
*
Bug 899: Validate whether we propagate WNDPROC as retrieved from 'getDummyWnd...
Sven Gothel
2013-11-10
2
-2
/
+17
*
Merge remote-tracking branch 'hharrison/master'
Sven Gothel
2013-10-25
1
-5
/
+0
|
\
|
*
jogl: remove clone() method that only throws Exceptions
Harvey Harrison
2013-10-20
1
-5
/
+0
[next]