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
/
newt
/
classes
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLContext/NativeSurface Impl's toString(): Add lock.toString()
Sven Gothel
2012-01-08
1
-1
/
+2
*
NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); An...
Sven Gothel
2011-12-26
1
-1
/
+3
*
ScreenImpl.ScreenMode: getOrAdd current ScreenMode.
Sven Gothel
2011-12-24
1
-14
/
+20
*
NEWT Windows/X11: Remove missed negative coordinate restrictions.
Sven Gothel
2011-12-24
3
-10
/
+5
*
NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...
Sven Gothel
2011-12-24
11
-58
/
+86
*
Fix regression of commit: 3f5df93484a2ea97c6e51a717f05d9ddcec64d84 (compile e...
Sven Gothel
2011-12-23
1
-2
/
+2
*
NEWT/OSX MacWindow.close(): More conservative closing approach.
Sven Gothel
2011-12-23
1
-3
/
+6
*
Screen: width/height reflects virtual Screen size (-> big-desktop)
Sven Gothel
2011-12-23
11
-50
/
+110
*
NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;
Sven Gothel
2011-12-23
14
-24
/
+63
*
NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...
Sven Gothel
2011-12-20
2
-4
/
+60
*
NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base...
Sven Gothel
2011-12-20
1
-0
/
+11
*
Fix bug 531. Thx to Sebastien (finding) and Julien (fixing) it.
Sven Gothel
2011-12-18
1
-3
/
+3
*
CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ...
Sven Gothel
2011-12-18
1
-0
/
+2
*
New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...
Sven Gothel
2011-12-17
1
-1
/
+9
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
1
-5
/
+0
*
NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.
Sven Gothel
2011-12-02
2
-3
/
+52
*
Fix Bug 522: NEWT requestFocus() causes a crash if !isNativeValid()
Sven Gothel
2011-12-01
1
-1
/
+1
*
Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoade...
Sven Gothel
2011-12-01
1
-1
/
+1
*
Move manual GDI utils to GDIUtil ; Minor cleanup.
Sven Gothel
2011-12-01
2
-6
/
+2
*
NEWT ScreenMode: Use unified ScreenMode in impl; X11Screen: Be verbose if TO ...
Sven Gothel
2011-11-28
2
-7
/
+7
*
NEWT MacWindow: Fix positionChange() Usage ; Fix getLocationOnScreenImpl()
Sven Gothel
2011-11-27
1
-32
/
+27
*
MacWindow: Impl. DriverUpdatePosition; Alias position2TopLevel -> getLocation...
Sven Gothel
2011-11-27
2
-70
/
+78
*
NEWT: Add DriverUpdatePosition interface; Clarify NativeWindow API doc (posit...
Sven Gothel
2011-11-27
2
-1
/
+10
*
NEWT OSX: Add stopNSApplication(), revert commit c26d6005e1fe74e9aee01d9d7294...
Sven Gothel
2011-11-27
1
-0
/
+4
*
Revert some changes: X11Screen/RANDR, X11Util (XInitThreads/XLockDisplay), NE...
Sven Gothel
2011-11-26
2
-6
/
+18
*
X11Screen RANDR: Use temp display connection due to arbirary failures sometimes
Sven Gothel
2011-11-26
1
-6
/
+5
*
X11Util: Remove wrapped/locked X11Lib methods
Sven Gothel
2011-11-26
1
-2
/
+2
*
NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented out)
Sven Gothel
2011-11-26
1
-8
/
+13
*
NEWT X11Display: Use default X11 locking for X11GraphicsDevice
Sven Gothel
2011-11-26
1
-5
/
+15
*
Complete commit bafd9b99816f55c105230a59211caf13f0315910 (NEWT):
Sven Gothel
2011-11-25
2
-8
/
+15
*
Forgot to add JogAmp (c)
Sven Gothel
2011-11-25
4
-0
/
+4
*
NativeWindow X11GraphicsDevice: Pass 'owner' for close-display operation @ co...
Sven Gothel
2011-11-25
1
-7
/
+2
*
Nativewindow AWT Device/Screen: Cleanup construction [default, specific]; AWT...
Sven Gothel
2011-11-25
2
-3
/
+4
*
JOGL/NativeWindow: Push down JOGL's X11AWTGLXGraphicsConfigurationFactory to ...
Sven Gothel
2011-11-25
1
-20
/
+3
*
NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...
Sven Gothel
2011-11-23
11
-60
/
+75
*
NEWT MacWindow: Revised offscreen FIXME tags
Sven Gothel
2011-11-20
1
-6
/
+5
*
NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes)
Sven Gothel
2011-11-19
3
-193
/
+348
*
NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead...
Sven Gothel
2011-11-19
1
-9
/
+21
*
NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d...
Sven Gothel
2011-11-19
1
-4
/
+1
*
Relocate NewtFactoryAWT: jogamp.newt.awt.event -> jogamp.newt.awt
Sven Gothel
2011-11-19
1
-1
/
+1
*
NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...
Sven Gothel
2011-11-18
4
-44
/
+101
*
OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...
Sven Gothel
2011-11-12
1
-9
/
+9
*
OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...
Sven Gothel
2011-11-11
2
-23
/
+73
*
Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces
Sven Gothel
2011-11-11
1
-8
/
+0
*
NEWT/WindowImpl: Fix minor regression offscreen recreate @ setSize() (commit ...
Sven Gothel
2011-11-10
1
-3
/
+6
*
NEWT/Screen: minor editing/cleanup
Sven Gothel
2011-11-10
1
-4
/
+3
*
NEWT/WindowImpl: Generalize recreation @ setSize() for offscreen surface
Sven Gothel
2011-11-10
1
-53
/
+54
*
Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio...
Sven Gothel
2011-11-10
1
-1
/
+10
*
NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...
Sven Gothel
2011-11-09
1
-0
/
+4
*
Fix regression: setScreen(..) invalid ref count & flag
Sven Gothel
2011-11-09
1
-25
/
+6
[next]