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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLContext/NativeSurface Impl's toString(): Add lock.toString()
Sven Gothel
2012-01-08
3
-3
/
+9
*
CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...
Sven Gothel
2011-12-18
1
-0
/
+2
*
JAWT_DrawingSurface.c: Fail fast in case of NULL platformInfo or sizeof(platf...
Sven Gothel
2011-12-18
1
-0
/
+7
*
New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...
Sven Gothel
2011-12-17
4
-29
/
+80
*
New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...
Sven Gothel
2011-12-01
4
-7
/
+11
*
Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code.
Sven Gothel
2011-12-01
1
-1
/
+1
*
Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade...
Sven Gothel
2011-12-01
1
-1
/
+1
*
Minor edits.
Sven Gothel
2011-12-01
3
-11
/
+38
*
X11Util / GDISurface Robustness
Sven Gothel
2011-12-01
2
-48
/
+58
*
Complete commit 2c0a0981f7e1376064abd981c79c65c9d1b57410 ; Missed native impl.
Sven Gothel
2011-12-01
1
-17
/
+17
*
Move manual GDI utils to GDIUtil ; Minor cleanup.
Sven Gothel
2011-12-01
4
-37
/
+152
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
1
-0
/
+13
*
MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...
Sven Gothel
2011-11-27
1
-2
/
+2
*
JAWTWindow: Impl. insets (if AWT component is a Container)
Sven Gothel
2011-11-27
1
-3
/
+14
*
NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit...
Sven Gothel
2011-11-27
1
-3
/
+9
*
MacOSX: Disable native verbosity
Sven Gothel
2011-11-26
1
-1
/
+1
*
Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...
Sven Gothel
2011-11-26
2
-5
/
+18
*
X11Util: Remove wrapped/locked X11Lib methods
Sven Gothel
2011-11-26
8
-233
/
+20
*
MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated Grap...
Sven Gothel
2011-11-26
1
-1
/
+5
*
OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ...
Sven Gothel
2011-11-26
1
-14
/
+21
*
X11Util.shutdown(): Remove x11IOErrorHandler
Sven Gothel
2011-11-26
2
-0
/
+7
*
DefaultGraphicsDevice: Initialize toolkitLock directly in cstr, where setTool...
Sven Gothel
2011-11-26
1
-4
/
+15
*
X11Util: Cleanup ATI_HAS_XCLOSEDISPLAY_BUG API doc.
Sven Gothel
2011-11-26
1
-9
/
+22
*
X11AWTGraphicsConfigurationFactory: Use lock: owner ? AWT-Lock : X11-AWT-Lock
Sven Gothel
2011-11-26
1
-1
/
+1
*
NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ;
Sven Gothel
2011-11-25
5
-79
/
+118
*
JAWTWindow: remove validateNative() ..
Sven Gothel
2011-11-25
4
-60
/
+3
*
Forgot to add JogAmp (c)
Sven Gothel
2011-11-25
5
-0
/
+5
*
NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...
Sven Gothel
2011-11-25
3
-12
/
+11
*
Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...
Sven Gothel
2011-11-25
2
-36
/
+10
*
JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...
Sven Gothel
2011-11-25
4
-55
/
+214
*
GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...
Sven Gothel
2011-11-23
4
-24
/
+27
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
11
-30
/
+46
*
AWTGraphicsConfiguration: Private special cstr. FIXME: Use 'encapsulated' ie....
Sven Gothel
2011-11-23
1
-2
/
+4
*
Fix X11Util.dumpOpenDisplayConnection() ; Bug 515: Update fglrx driver remark...
Sven Gothel
2011-11-23
1
-5
/
+5
*
NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (...
Sven Gothel
2011-11-21
5
-10
/
+18
*
Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving...
Sven Gothel
2011-11-21
3
-4
/
+9
*
NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...
Sven Gothel
2011-11-18
1
-0
/
+3
*
Fix OS X JAWT SIGSEGV @ NEWT Window creation ; Reloc AttachJAWTSurfaceLayer()...
Sven Gothel
2011-11-18
6
-71
/
+119
*
OSXUtil: Remove (ClassLoader) dependency on JAWT_DrawingSurfaceInfo (dirty hack)
Sven Gothel
2011-11-12
1
-2
/
+4
*
OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...
Sven Gothel
2011-11-12
7
-100
/
+274
*
Nativewindow: Introduce API private MutableGraphicsConfiguration
Sven Gothel
2011-11-12
4
-6
/
+54
*
OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...
Sven Gothel
2011-11-11
3
-8
/
+15
*
Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces
Sven Gothel
2011-11-11
7
-106
/
+2
*
Minor edits: Remove dead code / fix dbg printf
Sven Gothel
2011-11-11
1
-1
/
+1
*
OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...
Sven Gothel
2011-11-10
3
-74
/
+184
*
Fix MacOSXJAWTWindow: Impl. SurfaceChangeable ; Proper invalidateNative()
Sven Gothel
2011-11-10
2
-11
/
+38
*
Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio...
Sven Gothel
2011-11-10
1
-0
/
+11
*
NativeWindow minor edits: Remove warnings (generics, imports, ..)
Sven Gothel
2011-11-10
4
-26
/
+30
*
NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...
Sven Gothel
2011-11-09
5
-9
/
+10
*
OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup
Sven Gothel
2011-11-09
5
-25
/
+69
[next]