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
/
newt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...
Sven Gothel
2012-03-06
1
-3
/
+5
*
NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...
Sven Gothel
2012-03-06
14
-30
/
+46
*
Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes
Sven Gothel
2012-03-05
1
-0
/
+1
*
Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...
Sven Gothel
2012-03-05
4
-18
/
+15
*
NEWT/Windows lockSurfaceImpl(): Detect hdc change and result w/ LOCK_SURFACE_...
Sven Gothel
2012-03-04
1
-4
/
+19
*
NewtFactory: Since the platform string references are unique, let's just comp...
Sven Gothel
2012-03-04
4
-20
/
+18
*
NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...
Sven Gothel
2012-03-04
1
-7
/
+2
*
NativeWindow: Relax Xinerama dependency / Rename Windows impl subfolder to co...
Sven Gothel
2012-02-27
1
-1
/
+1
*
ScreenMode/X11: Use common defaults in case of undefined values. X11: Tolerat...
Sven Gothel
2012-02-27
2
-9
/
+17
*
NEWT Screen.getCurrentScreenModeIntern() !ScreenMode case: Attempt to get scr...
Sven Gothel
2012-02-26
1
-0
/
+3
*
NEWT/ScreenMode DEBUG_TEST_SCREENMODE_DISABLED (-Dnewt.test.Screen.disableScr...
Sven Gothel
2012-02-23
1
-1
/
+6
*
NEWT: Add time costs in DEBUG mode. NEWT/XRandR: Reuse XRRScreenConfiguration...
Sven Gothel
2012-02-23
5
-128
/
+186
*
X11Screen: Only dump RandR version info in DEBUG mode.
Sven Gothel
2012-02-22
1
-1
/
+1
*
EGL Display Lifecycle Robustness Patch (impl. workaround)
Sven Gothel
2012-02-22
2
-6
/
+6
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
3
-9
/
+8
*
Hide dump of screen origin/size behind DEBUG flag.
Sven Gothel
2012-02-19
1
-1
/
+3
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
2
-21
/
+7
*
NEWT: Fix deadlock w/ AWT parent (NewtCanvasAWT) - focus window @ creation af...
Sven Gothel
2012-02-08
1
-3
/
+7
*
Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,...
Sven Gothel
2012-01-22
1
-0
/
+4
*
NEWT/OSX: Window close (release) on main thread, ensuring no 'main thread' ev...
Sven Gothel
2012-01-19
1
-1
/
+2
*
NEWT/X11: Fix Insets determination for undecorated / child window.
Sven Gothel
2012-01-18
1
-53
/
+86
*
NEWT: Use accessors to read/write postion and size, allowing better trace and...
Sven Gothel
2012-01-18
9
-132
/
+124
*
NEWT/OSX: Cleanup 'javaWindowObject' @ window-close & avoid NPE; Disable lost...
Sven Gothel
2012-01-18
4
-16
/
+78
*
Newt: Add fullscreen for offscreen windows (currently OSX only); Focus handli...
Sven Gothel
2012-01-18
2
-98
/
+173
*
NEWT/OSX: Cleanup NewtMacWindow header (sort, fix and add declarations); Remo...
Sven Gothel
2012-01-17
3
-123
/
+129
*
NEWTWindow Focus: Skip requestFocus() if already owning focus; setFullscreen(...
Sven Gothel
2012-01-16
2
-4
/
+10
*
NewtCanvasAWT: Handle 'lost' child and fullscreen case.
Sven Gothel
2012-01-16
2
-31
/
+62
*
NEWT childWindow: No autoPosition, use 0/0 as default.
Sven Gothel
2012-01-16
1
-4
/
+10
*
NEWT/OSX Pointer Invisible Fix: 10.6.* responder declarations & test focus/is...
Sven Gothel
2012-01-16
4
-11
/
+41
*
NEWT/OSX Performance Fix: Cache CGDisplayScreenSize() result, since it's ridi...
Sven Gothel
2012-01-13
2
-8
/
+80
*
GLContext/NativeSurface Impl's toString(): Add lock.toString()
Sven Gothel
2012-01-08
2
-2
/
+3
*
GLContext*/GLDrawableHelper: Fix consistency of recursive makeCurrent()/relea...
Sven Gothel
2012-01-08
1
-10
/
+1
*
NEWT/Android: MonitorMode: Don't validate refreshRate (0 on some devices); An...
Sven Gothel
2011-12-26
2
-3
/
+6
*
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
4
-16
/
+9
*
NEWT Screen: Add virtual top-left origin getX()/getY() ; WindowsWindow.c: all...
Sven Gothel
2011-12-24
13
-74
/
+147
*
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
2
-6
/
+14
*
Screen: width/height reflects virtual Screen size (-> big-desktop)
Sven Gothel
2011-12-23
12
-52
/
+112
*
NEWT/X11: Fix regressions of commit f3f794fe37a7e33a771a4a702f3f46ead4dc6d03:...
Sven Gothel
2011-12-23
3
-9
/
+13
*
NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;
Sven Gothel
2011-12-23
27
-1155
/
+1448
*
NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...
Sven Gothel
2011-12-20
3
-12
/
+239
*
NEWT initScreenModeStatus(): Issue setScreenSize() to update screen size base...
Sven Gothel
2011-12-20
2
-2
/
+13
*
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
2
-21
/
+20
*
Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...
Sven Gothel
2011-12-13
2
-2
/
+0
*
JOGLNewtApplet1Run: Config and add GLEventListener before hooking GLWindow/Ne...
Sven Gothel
2011-12-11
1
-7
/
+7
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
3
-7
/
+2
*
NEWT EVENT_MOUSE_WHEEL_MOVED: Fix Bug 413 - Generate proper mouse wheel events.
Sven Gothel
2011-12-02
6
-16
/
+75
[prev]
[next]