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
...
*
AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT ...
Sven Gothel
2014-02-26
2
-4
/
+18
*
SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:...
Sven Gothel
2014-02-13
2
-33
/
+36
*
TextureIO: Support PNGTextureWriter w/ TextureData IntBuffer (via PNGPixelRec...
Sven Gothel
2014-02-13
1
-2
/
+1
*
Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s...
Sven Gothel
2014-02-12
1
-2
/
+2
*
Bug 973: NativeWindowFactory: Needs service provider interface (SPI) for TK s...
Sven Gothel
2014-02-12
1
-4
/
+19
*
NativeWindowFactory.createWrappedWindow [WrappedWindow]: Using UpstreamSurfac...
Sven Gothel
2014-01-31
3
-11
/
+57
*
Add NativeWindowFactory.getLocationOnScreen(NativeWindow nw) to retrieve the ...
Sven Gothel
2014-01-31
1
-0
/
+19
*
NativeWindowFactory: Add Support for creating a platform agnostic wrapped Abs...
Sven Gothel
2014-01-30
3
-0
/
+149
*
Bug 952 - JAWTWindow.JAWTComponentListener's ctor() and detach() may deadlock...
Sven Gothel
2014-01-27
1
-10
/
+21
*
Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...
Sven Gothel
2014-01-24
1
-1
/
+1
*
EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; ...
Sven Gothel
2014-01-23
1
-0
/
+12
*
JAWTWindow DEBUG: Dump all JAVA_VERSION* information
Sven Gothel
2014-01-14
1
-0
/
+3
*
OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri...
Sven Gothel
2014-01-13
1
-5
/
+12
*
JAWTWindow.JAWTComponentListener: Minor Cleanup
Sven Gothel
2014-01-13
1
-5
/
+5
*
Bug 937 - JAWTWindow: Unsatisfying Visibility Computation
Sven Gothel
2014-01-12
1
-56
/
+22
*
Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...
Sven Gothel
2014-01-11
2
-20
/
+13
*
[Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...
Sven Gothel
2014-01-11
5
-138
/
+195
*
X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...
Sven Gothel
2014-01-11
1
-19
/
+17
*
PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod...
Sven Gothel
2014-01-09
1
-0
/
+1
*
Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...
Sven Gothel
2014-01-08
3
-29
/
+46
*
Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...
Sven Gothel
2014-01-08
3
-0
/
+763
*
Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...
Sven Gothel
2014-01-05
2
-18
/
+26
*
NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red...
Sven Gothel
2014-01-05
1
-0
/
+7
*
Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...
Sven Gothel
2014-01-05
3
-9
/
+19
*
Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...
Sven Gothel
2014-01-04
3
-0
/
+85
*
Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...
Sven Gothel
2013-12-31
1
-1
/
+1
*
Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi...
Sven Gothel
2013-12-18
1
-8
/
+14
*
Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...
Sven Gothel
2013-11-29
6
-174
/
+350
*
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
2
-128
/
+125
*
Bug 907 - Initial patch allowing Jogl to respond to other applications that t...
Randolf Schultz
2013-11-28
2
-14
/
+194
*
Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...
Sven Gothel
2013-11-25
1
-4
/
+4
*
AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop...
Sven Gothel
2013-11-23
1
-17
/
+14
*
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
*
Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...
Sven Gothel
2013-11-16
1
-34
/
+61
*
Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo...
Sven Gothel
2013-11-10
1
-10
/
+21
*
Bug 899: Validate whether we propagate WNDPROC as retrieved from 'getDummyWnd...
Sven Gothel
2013-11-10
2
-2
/
+17
*
NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f...
Sven Gothel
2013-11-06
2
-21
/
+5
*
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
*
Fix Bug 878 - JAWTWindow's HierarchyListener doesn't set component visible (a...
Sven Gothel
2013-10-31
1
-11
/
+15
*
Merge remote-tracking branch 'hharrison/master'
Sven Gothel
2013-10-25
2
-8
/
+3
|
\
|
*
jogl: remove clone() method that only throws Exceptions
Harvey Harrison
2013-10-20
1
-5
/
+0
|
*
jogl: replce more unneeded String() construction
Harvey Harrison
2013-10-20
1
-3
/
+3
*
|
MacOSXJAWTWindow.CALayer DEBUG: Only Dump AWT location-on-screen if property ...
Sven Gothel
2013-10-23
1
-2
/
+16
|
/
*
jogl: avoid creating a second String object, one is enough
Harvey Harrison
2013-10-18
5
-5
/
+5
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
45
-1
/
+94
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
83
-1089
/
+1089
*
Add efficient set(..all..) to Dimension, Insets, Point and Rectangle of Nativ...
Sven Gothel
2013-10-16
6
-30
/
+34
[prev]
[next]