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
*
Cleanup (removed obsolete class / imports) ; Cg fix
Sven Gothel
2010-12-13
2
-4
/
+4
*
common folder etc: junit -> test
Sven Gothel
2010-12-13
2
-18
/
+18
*
tests: test.auto.run (junit.run) and test.manual.run
Sven Gothel
2010-12-13
3
-15
/
+70
*
Cleanup test/junit structure. com.jogamp.test -> com.jogamp.opengl.text; Comp...
Sven Gothel
2010-12-13
6
-122
/
+120
*
Fix API doc: firstUIActionOnProcess
Sven Gothel
2010-12-12
1
-2
/
+2
*
Newt: Add com.jogamp.newt.util.* package(s) to public javadoc
Sven Gothel
2010-12-12
1
-1
/
+1
*
NativeWindow: Move RegisteredClass to private impl package
Sven Gothel
2010-12-12
1
-2
/
+0
*
GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close ...
Sven Gothel
2010-12-12
2
-4
/
+4
*
script updates
Sven Gothel
2010-12-12
7
-12
/
+49
*
Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.
Sven Gothel
2010-12-12
5
-19
/
+58
*
Add javaws test scripts
Sven Gothel
2010-12-11
2
-0
/
+17
*
GDI: Add GetObjectType(..)
Sven Gothel
2010-12-10
1
-0
/
+19
*
GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...
Sven Gothel
2010-12-09
3
-12
/
+10
*
X11 DummyWindow: Pass size and set size in proxy
Sven Gothel
2010-12-04
1
-1
/
+1
*
JOGL: Proper handling of Read Drawable Support (if not supported), add query.
Sven Gothel
2010-11-28
4
-7
/
+8
*
Javadoc developer level must be 1.5 due to gluegen compile time plugin
Sven Gothel
2010-11-27
1
-1
/
+1
*
GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust,...
Sven Gothel
2010-11-27
2
-9
/
+11
*
Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex...
Sven Gothel
2010-11-25
1
-1
/
+1
*
Refined VersionInfo usage
Sven Gothel
2010-11-25
1
-8
/
+16
*
NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear.
Sven Gothel
2010-11-25
1
-1
/
+2
*
test scripts: add new AWT recreation test
Sven Gothel
2010-11-25
2
-2
/
+5
*
AnimatorBase: add()/remove() - decorate change of drawables with pause()/resu...
Sven Gothel
2010-11-23
1
-3
/
+3
*
Add GLJPanel test (works better in jogl-demos though, need to copy)
Sven Gothel
2010-11-23
2
-4
/
+6
*
Manifest: Add URL
Sven Gothel
2010-11-23
6
-0
/
+6
*
Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition
Sven Gothel
2010-11-23
1
-2
/
+2
*
Fix TestTransformFeedbackVaryingsBug407NEWT GLContext makeCurrent race condition
Sven Gothel
2010-11-23
1
-2
/
+2
*
Scripts: bump to 6u22; distinguish windows test batch x64/x32
Sven Gothel
2010-11-23
9
-18
/
+55
*
NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage
Sven Gothel
2010-11-22
6
-12
/
+21
*
NativeWindow: Fix XSynchronize gluegen
Sven Gothel
2010-11-22
1
-1
/
+1
*
JOGL/NEWT: Animator fixes
Sven Gothel
2010-11-21
1
-3
/
+7
*
Fix bug#414, missing back conversion (using gluegen 992dcea3e94eead998942127a...
Sven Gothel
2010-11-19
1
-3
/
+30
*
JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo...
Sven Gothel
2010-11-18
4
-5
/
+9
*
Finishing Immutable changes including GLCapabiltiesImmutable.
Sven Gothel
2010-11-17
1
-1
/
+2
*
Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...
Sven Gothel
2010-11-17
2
-1
/
+6
*
Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...
Sven Gothel
2010-11-17
10
-88
/
+109
*
NEWT Lifecycle remodel: Window destroy() !
Sven Gothel
2010-11-16
1
-0
/
+2
*
Add javadoc target 'javadoc.nw.spec.zip' to test without using up to much res...
Sven Gothel
2010-11-16
1
-1
/
+3
*
Use common javadoc file structure 'javadoc/<module>/<javadoc-type>' and zip a...
Sven Gothel
2010-11-16
1
-90
/
+128
*
Javadoc: Adding packages containing JogampVersion derivations; DevDoc: Add jo...
Sven Gothel
2010-11-16
1
-2
/
+2
*
JOGL javadoc: Link offline relative URL (buggy) -> Link online relative URL
Sven Gothel
2010-11-16
1
-11
/
+41
*
Javadoc URL: Use rel. gluegen URL utilizing jogamp-next/javadoc/<module>/javadoc
Sven Gothel
2010-11-15
1
-2
/
+3
*
Fix javadoc offline link rel. package-list location in gluegen, use passed 'g...
Sven Gothel
2010-11-15
1
-8
/
+8
*
remove redundant semicolon in gluegen Cg cfg file
Sven Gothel
2010-11-15
1
-3
/
+3
*
Stub POM to resolve buld-time dependencies
Evgeniy Tsvigun
2010-11-15
1
-0
/
+57
*
NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ...
Sven Gothel
2010-11-15
1
-1
/
+1
*
NEWT: Make setVisible/reparentWindow return status more reliable (visibility,...
Sven Gothel
2010-11-15
1
-3
/
+3
*
JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...
Sven Gothel
2010-11-14
4
-6
/
+22
*
Adding *Version to sub packages
Sven Gothel
2010-11-14
3
-2
/
+4
*
updated runtime-properties.txt doc
Sven Gothel
2010-11-13
1
-2
/
+5
*
Use GlueGen VersionUtil to dump full Manifest version
Sven Gothel
2010-11-10
7
-13
/
+13
[next]