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
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Bug 546: Provide more information about the system
Sylvestre Ledru
2012-01-09
1
-0
/
+1
*
Fix Bug 547: Enable others architectures under GNU/Linux
Sylvestre Ledru
2012-01-09
3
-3
/
+135
*
OSX: NW/NEWT use weak binding for Quartz and Cocoa (compatibility for 10.5)
Sven Gothel
2012-01-09
2
-3
/
+3
*
OSX: JOGL desktop DLL now uses weak binding for Quartz, Cocoa and OpenGL (com...
Sven Gothel
2012-01-09
1
-3
/
+3
*
OSX 10.6 build fix: '-F <frameworkdir> -> -F<frameworkdir>
Sven Gothel
2012-01-09
1
-2
/
+1
*
Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ...
Sven Gothel
2012-01-09
8
-182
/
+210
*
TestAWTCardLayoutAnimatorStartStopBug532: Refine, add 'continue' mode, ..
Sven Gothel
2012-01-08
3
-6
/
+9
*
Added Unit-Test for Bug 532 to test Animator behavior w/ CardLayout and diff....
Sven Gothel
2012-01-06
1
-1
/
+4
*
NEWT/OSX MacWindow.close(): More conservative closing approach.
Sven Gothel
2011-12-23
1
-1
/
+3
*
Screen: width/height reflects virtual Screen size (-> big-desktop)
Sven Gothel
2011-12-23
1
-2
/
+2
*
NEWT Multi-Monitor 1/2: Allow negative window position; Validate Screen-Index;
Sven Gothel
2011-12-23
7
-20
/
+24
*
win make scripts - bump to 6u30
Sven Gothel
2011-12-21
7
-13
/
+13
*
NEWT OSX: Add native ScreenMode impl. - TODO: Programmatically set the rotati...
Sven Gothel
2011-12-20
1
-2
/
+3
*
Fix SWT test on OSX 32/64 bit ; Fix TestSWTAWT01GL for OSX
Sven Gothel
2011-12-19
2
-8
/
+14
*
refine 32/64 bit unit tests run (OSX)
Sven Gothel
2011-12-18
2
-32
/
+44
*
TestInitConcurrentNEWT: Nice window layout - don't wait/sync for start thread...
Sven Gothel
2011-12-18
1
-2
/
+2
*
Fix regression of commit 47dc069104723f3d2e8d9ebdd700182e067163d0: Lock share...
Sven Gothel
2011-12-18
2
-3
/
+4
*
No GLCanvas offscreen surface (as in NEWT) - test disabled
Sven Gothel
2011-12-18
1
-2
/
+2
*
JOGL junit.run: Add 32bit tests for OSX (fat binaries)
Sven Gothel
2011-12-18
2
-9
/
+37
*
test scripts: add argument for java data-type (32 or 64 bit) ; Add OSX 32/64 ...
Sven Gothel
2011-12-18
8
-20
/
+21
*
test scripts
Sven Gothel
2011-12-17
2
-4
/
+4
*
New Interface 'OffscreenLayerOption', impl. by JAWTWindow (impl) and NewtCanv...
Sven Gothel
2011-12-17
1
-2
/
+3
*
GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL...
Sven Gothel
2011-12-13
3
-4
/
+8
*
Fix GLDrawableFactory lack of GLProfile initialization in case get*Factory() ...
Sven Gothel
2011-12-13
1
-4
/
+6
*
Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd...
Sven Gothel
2011-12-11
1
-1
/
+2
*
Test AWT Translucency: Use ReflectionUtil to use com.sun.awt.AWTUtilities, n/...
Sven Gothel
2011-12-02
1
-2
/
+2
*
More AWT-EDT invokeAndWait-wrapping for Frame show/dispose
Sven Gothel
2011-12-02
1
-3
/
+3
*
New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma...
Sven Gothel
2011-12-01
1
-1
/
+6
*
Move manual GDI utils to GDIUtil ; Minor cleanup.
Sven Gothel
2011-12-01
4
-61
/
+4
*
Windows: Bump JVM to 6u29
Sven Gothel
2011-11-30
7
-13
/
+13
*
GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness
Sven Gothel
2011-11-29
1
-1
/
+2
*
MacOSX: Expose CGL's CGLLockContext(..) and CGLUnlockContext(..) - to provide...
Sven Gothel
2011-11-29
1
-0
/
+2
*
Fix Bug 527: Creating a context w/ shared context, while the latter is in use...
Sven Gothel
2011-11-28
2
-9
/
+9
*
NativeWindow build: Remove duplicate class X11AWTGraphicsConfigurationFactory...
Sven Gothel
2011-11-26
1
-3
/
+3
*
scripts: profile.jogl / setenv-jogl.sh / test.sh: Expose and use AWT / NOAWT ...
Sven Gothel
2011-11-25
2
-7
/
+21
*
test script
Sven Gothel
2011-11-23
1
-2
/
+4
*
Add Unit Test TestGearsAWTAnalyzeBug455 to analyze bug455 - inconclusive
Sven Gothel
2011-11-21
1
-1
/
+2
*
Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...
Sven Gothel
2011-11-21
1
-2
/
+3
*
Enable FreeBSD x86_64 builds (and add swt.jar)
Jacob Senglea
2011-11-21
2
-0
/
+3
*
minor edits: test, scripts
Sven Gothel
2011-11-20
2
-3
/
+4
*
NEWT build: Add jogamp/newt/driver/* to core
Sven Gothel
2011-11-19
1
-1
/
+1
*
Fix Reloc AttachJAWTSurfaceLayer() (commit d644e9321dceeecdd94a1797e25e6e356d...
Sven Gothel
2011-11-18
1
-0
/
+1
*
NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...
Sven Gothel
2011-11-18
2
-10
/
+6
*
test script
Sven Gothel
2011-11-12
1
-3
/
+11
*
OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...
Sven Gothel
2011-11-12
2
-56
/
+30
*
OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...
Sven Gothel
2011-11-10
1
-0
/
+2
*
OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup
Sven Gothel
2011-11-09
1
-2
/
+3
*
OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext
Sven Gothel
2011-11-09
1
-1
/
+3
*
JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenience
Sven Gothel
2011-11-08
1
-0
/
+5
*
JOGL: Add 'struct timespec' (POSIX) utils for native time handling
Sven Gothel
2011-11-08
1
-0
/
+4
[next]