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
/
javax
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...
Sven Gothel
2012-08-18
1
-35
/
+11
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
1
-0
/
+17
*
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
1
-42
/
+184
*
Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)
Sven Gothel
2012-07-20
1
-2
/
+7
*
GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...
Sven Gothel
2012-07-20
1
-3
/
+12
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
5
-84
/
+181
*
EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...
Sven Gothel
2012-07-09
1
-0
/
+4
*
NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerant
Sven Gothel
2012-06-29
2
-4
/
+6
*
Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...
Sven Gothel
2012-06-27
2
-64
/
+82
*
Misc cleanup: add @Override
Sven Gothel
2012-06-27
1
-30
/
+30
*
NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...
Sven Gothel
2012-06-27
2
-18
/
+31
*
JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...
Sven Gothel
2012-06-21
2
-3
/
+3
*
NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...
Sven Gothel
2012-05-02
1
-18
/
+21
*
EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...
Sven Gothel
2012-05-01
1
-4
/
+13
*
StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...
Sven Gothel
2012-04-16
2
-4
/
+4
*
EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...
Sven Gothel
2012-04-03
1
-2
/
+0
*
Adapt to gluegen commit e9e61421ef6009e6788998c471d1d3d30aaefea6
Sven Gothel
2012-03-26
1
-4
/
+2
*
Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...
Sven Gothel
2012-03-18
1
-1
/
+1
*
Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...
Sven Gothel
2012-03-13
3
-8
/
+4
*
NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co...
Sven Gothel
2012-03-06
1
-28
/
+34
*
NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED...
Sven Gothel
2012-03-06
2
-13
/
+39
*
NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...
Sven Gothel
2012-03-06
7
-44
/
+117
*
NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...
Sven Gothel
2012-03-06
11
-907
/
+84
*
X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...
Sven Gothel
2012-03-05
1
-0
/
+2
*
Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...
Sven Gothel
2012-03-05
1
-0
/
+4
*
NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...
Sven Gothel
2012-02-27
1
-2
/
+1
*
Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...
Sven Gothel
2012-02-25
2
-25
/
+55
*
X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...
Sven Gothel
2012-02-25
1
-3
/
+6
*
New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...
Sven Gothel
2011-12-17
3
-9
/
+71
*
New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...
Sven Gothel
2011-12-01
3
-7
/
+10
*
Move manual GDI utils to GDIUtil ; Minor cleanup.
Sven Gothel
2011-12-01
1
-15
/
+24
*
More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown
Sven Gothel
2011-11-30
1
-0
/
+13
*
NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit...
Sven Gothel
2011-11-27
1
-3
/
+9
*
Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...
Sven Gothel
2011-11-26
1
-3
/
+8
*
X11Util: Remove wrapped/locked X11Lib methods
Sven Gothel
2011-11-26
2
-5
/
+8
*
DefaultGraphicsDevice: Initialize toolkitLock directly in cstr, where setTool...
Sven Gothel
2011-11-26
1
-4
/
+15
*
NativeWindow X11 Locking: Fix XInitThreads/XLockDisplay/XUnlockDisplay Usage ;
Sven Gothel
2011-11-25
1
-25
/
+46
*
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
2
-11
/
+8
*
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
3
-55
/
+29
*
GraphicsConfigurationFactory: Kick off 'registerFactory' via static method in...
Sven Gothel
2011-11-23
1
-22
/
+21
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
4
-15
/
+26
*
AWTGraphicsConfiguration: Private special cstr. FIXME: Use 'encapsulated' ie....
Sven Gothel
2011-11-23
1
-2
/
+4
*
NativeWindow GraphicsDevice javadoc cleanup / Factory method access cleanup (...
Sven Gothel
2011-11-21
3
-6
/
+9
*
Initialize JAWTUtil/JAWTJNILibLoader in static initialzier block, not leaving...
Sven Gothel
2011-11-21
1
-1
/
+1
*
NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...
Sven Gothel
2011-11-18
1
-0
/
+3
*
OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...
Sven Gothel
2011-11-12
2
-0
/
+80
*
Nativewindow: Introduce API private MutableGraphicsConfiguration
Sven Gothel
2011-11-12
2
-4
/
+3
*
Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces
Sven Gothel
2011-11-11
4
-88
/
+2
[next]