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
/
junit
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...
Sven Gothel
2010-06-26
1
-1
/
+0
*
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...
Sven Gothel
2010-06-26
24
-76
/
+524
*
JOGL.GLAutoDrawable:
Sven Gothel
2010-06-16
9
-10
/
+642
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-06-11
1
-0
/
+163
|
\
|
*
Merge branch 'master' of github.com:sgothel/jogl
Michael Bien
2010-06-10
7
-23
/
+315
|
|
\
|
*
|
forked TestAWT01GLn into TestSwingAWT01GLn.
Michael Bien
2010-06-08
2
-70
/
+205
|
*
|
Merge branch 'master' of github.com:sgothel/jogl
Michael Bien
2010-06-02
4
-33
/
+81
|
|
\
\
|
*
|
|
swing on edt only, awt off edt. cleaned up the test a bit.
Michael Bien
2010-06-01
1
-31
/
+30
|
*
|
|
added JFrame and Window runs to testAWT01GLn testcase + EDT fixes.
Michael Bien
2010-06-01
1
-34
/
+63
*
|
|
|
NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...
Sven Gothel
2010-06-11
5
-14
/
+319
|
|
_
|
/
|
/
|
|
*
|
|
Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...
Sven Gothel
2010-06-10
5
-23
/
+309
*
|
|
JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad...
Sven Gothel
2010-06-02
2
-0
/
+6
|
|
/
|
/
|
*
|
NEWT: Simplified Locking
Sven Gothel
2010-06-02
4
-33
/
+81
|
/
*
test duration ..
Sven Gothel
2010-05-28
2
-2
/
+2
*
NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...
Sven Gothel
2010-05-28
8
-190
/
+1188
*
Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes
Sven Gothel
2010-05-21
6
-89
/
+90
*
Cover all Offscreen tests with Assume ..
Sven Gothel
2010-05-17
1
-6
/
+42
*
Junit Core Test: Add GLContext version dump
Sven Gothel
2010-05-12
2
-12
/
+103
*
Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:
Sven Gothel
2010-05-11
1
-1
/
+10
*
../jogl.log
Sven Gothel
2010-05-10
2
-15
/
+74
*
A little cleanup ..
Sven Gothel
2010-05-06
3
-22
/
+6
*
Fix junit test: Move quit WindowListener outside of class
Sven Gothel
2010-05-05
3
-12
/
+53
*
Newt: Add generic NativeWindow parenting, inclusive using an AWT Component as...
Sven Gothel
2010-05-05
3
-47
/
+382
*
Renable full test case
Sven Gothel
2010-05-04
1
-3
/
+3
*
NEWT Fixes (Windows/child-win):
Sven Gothel
2010-05-04
1
-3
/
+6
*
NEWT Fixes:
Sven Gothel
2010-05-04
3
-18
/
+106
*
Add native NEWT window parenting test. Fix some error messages
Sven Gothel
2010-04-30
2
-0
/
+197
*
Oops .. broke the tests, adding 'else' value ; fix assertion in test
Sven Gothel
2010-04-28
1
-2
/
+2
*
JOGL Error Handling
Sven Gothel
2010-04-27
1
-0
/
+1
*
Relax Junit: TestOffscreen01NEWT, ie no failure if no PBuffer available
Sven Gothel
2010-04-27
1
-0
/
+30
*
test cleanup
Sven Gothel
2010-04-27
1
-2
/
+12
*
- Fix GLProcAddressResolver regression: Use GLProcAddressResolver !
Sven Gothel
2010-04-27
5
-11
/
+21
*
NEWT Cleanup
Sven Gothel
2010-04-24
4
-55
/
+8
*
NEWT/AWT Interoperability
Sven Gothel
2010-04-24
10
-77
/
+433
*
JOGL GL4 preperation (cont):
Sven Gothel
2010-04-20
4
-14
/
+228
*
Fix broken Offscreen/Pbuffer query introduced in bd4904fb04ab2168aeaf76e74385...
Sven Gothel
2010-04-16
2
-7
/
+6
*
code review: fixed empty catch blocks and a few compiler warnings in unit tests.
Michael Bien
2010-04-15
11
-144
/
+111
*
JOGL (Windows):
Sven Gothel
2010-04-15
1
-1
/
+1
*
Further ATI (fglrx) X11Display bug workaround/cleanup
Sven Gothel
2010-04-15
3
-44
/
+280
*
NEWT X11 Fix (mainly ATI and multithreading)
Sven Gothel
2010-04-13
3
-59
/
+264
*
*** Now Using Apache-Ant-1.8.0 ***
Sven Gothel
2010-04-10
6
-50
/
+101
*
junit: Add timeout (30s), enable offscreen test
Sven Gothel
2010-04-09
2
-6
/
+29
*
Attach build-junit.xml to build.xml ; Add more tests Offscreen(broken on ATI)...
Sven Gothel
2010-04-09
12
-4
/
+1442
*
Cleanup ant files, intro: build-common.xml used for all targets; Extracting b...
Sven Gothel
2010-04-09
2
-0
/
+234