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
Commit message (
Expand
)
Author
Age
Files
Lines
*
NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...
Sven Gothel
2010-05-28
41
-1047
/
+2685
*
Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display name
Sven Gothel
2010-05-27
9
-62
/
+108
*
Fix NativeWindow JAWT Code Generation and Bounds Access
Sven Gothel
2010-05-27
6
-111
/
+146
*
Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes
Sven Gothel
2010-05-21
49
-711
/
+950
*
Cover all Offscreen tests with Assume ..
Sven Gothel
2010-05-17
1
-6
/
+42
*
GlueGen/JOGL Windows x86 x86_64 Builds
Sven Gothel
2010-05-16
3
-10
/
+10
*
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
9
-105
/
+227
*
../jogl.log
Sven Gothel
2010-05-10
4
-22
/
+81
*
Fixed comments (links)
Sven Gothel
2010-05-06
2
-5
/
+8
*
NEWT Windows: Add reparenting for fullscreen on child window
Sven Gothel
2010-05-06
1
-1
/
+16
*
A little cleanup ..
Sven Gothel
2010-05-06
8
-107
/
+100
*
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
6
-50
/
+629
*
Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque...
Sven Gothel
2010-05-05
2
-1
/
+9
*
Fix comments
Sven Gothel
2010-05-05
3
-45
/
+64
*
Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it active
Sven Gothel
2010-05-05
1
-2
/
+12
*
Newt X11: Add focus in/out events; Request focus with mouse click
Sven Gothel
2010-05-05
2
-20
/
+46
*
Newt Display Fix: Use a FQN (type:name) to map displays, otherwise applicatio...
Sven Gothel
2010-05-05
1
-23
/
+38
*
JAWT Windows Fix: Use the JAWT window handle entry [to return it]
Sven Gothel
2010-05-05
1
-2
/
+14
*
Renable full test case
Sven Gothel
2010-05-04
1
-3
/
+3
*
NEWT Fixes (Windows/child-win):
Sven Gothel
2010-05-04
5
-58
/
+100
*
Remove critical path in shutdown ..
Sven Gothel
2010-05-04
2
-4
/
+10
*
NEWT Fixes:
Sven Gothel
2010-05-04
11
-109
/
+395
*
Add native NEWT window parenting test. Fix some error messages
Sven Gothel
2010-04-30
4
-7
/
+204
*
- JAR Manifest: Trusted-Library: true
Sven Gothel
2010-04-28
1
-3
/
+3
*
GLProfile static init within privileged block
Sven Gothel
2010-04-28
1
-7
/
+16
*
Fix privileged access (applet)
Sven Gothel
2010-04-28
1
-1
/
+7
*
JOGL
Sven Gothel
2010-04-28
6
-8
/
+18
*
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
8
-48
/
+64
*
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
28
-388
/
+379
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-04-24
2
-4
/
+3
|
\
|
*
modifications due to method renaming in gluegen/procaddresstable.
Michael Bien
2010-04-24
2
-4
/
+3
|
*
Merge branch 'master' of github.com:mbien/jogl
Michael Bien
2010-04-24
51
-218
/
+374
|
|
\
|
*
|
changes due to refactorings in ProcAddressTable.
Michael Bien
2010-04-24
2
-2
/
+2
*
|
|
NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPED
Sven Gothel
2010-04-24
2
-0
/
+2
|
|
/
|
/
|
*
|
NEWT Cleanup
Sven Gothel
2010-04-24
51
-218
/
+374
|
/
*
NEWT/AWT Interoperability
Sven Gothel
2010-04-24
43
-432
/
+1432
*
Moved event classed from com.jogamp.newt to com.jogamp.newt.event
Sven Gothel
2010-04-24
11
-35
/
+43
*
Newt.AWTWindow: Set/Unset windowHandle (enables actual destroy call) / minor ...
Sven Gothel
2010-04-23
2
-15
/
+33
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-04-23
5
-44
/
+37
|
\
|
*
Merge branch 'master' of github.com:mbien/jogl
Michael Bien
2010-04-23
1
-1
/
+6
|
|
\
|
*
|
reviewed calls to lockSurface() and ensured propper unlocking.
Michael Bien
2010-04-23
5
-44
/
+37
*
|
|
Reuse recursive locking code
Sven Gothel
2010-04-23
1
-37
/
+38
|
|
/
|
/
|
*
|
Add missing finally unlock, if 2nd lock fails
Sven Gothel
2010-04-23
1
-1
/
+6
|
/
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-04-22
6
-207
/
+236
|
\
|
*
Merge branch 'master' of github.com:mbien/jogl
Michael Bien
2010-04-22
11
-177
/
+178
|
|
\
[next]