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
Commit message (
Expand
)
Author
Age
Files
Lines
*
JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11
Sven Gothel
2010-10-14
107
-834
/
+1827
*
Add version info tool, to allow more precise bug reports
Sven Gothel
2010-10-14
1
-0
/
+135
*
NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ...
Sven Gothel
2010-10-14
1
-10
/
+20
*
Fix: Memory consumption
Sven Gothel
2010-10-14
6
-64
/
+241
*
Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...
Sven Gothel
2010-10-14
2
-19
/
+134
*
Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...
Sven Gothel
2010-10-14
1
-12
/
+34
*
Drop to be enqueued NEWTEvent if EDT is already dead/stopped. Thx Steve for t...
Sven Gothel
2010-10-13
1
-0
/
+8
*
Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt
Sven Gothel
2010-10-11
16
-18
/
+93
*
JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...
Sven Gothel
2010-10-09
3
-79
/
+80
*
NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...
Sven Gothel
2010-10-09
6
-65
/
+99
*
Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...
Sven Gothel
2010-10-09
14
-569
/
+314
*
Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr...
Sven Gothel
2010-10-09
1
-30
/
+67
*
Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests
Sven Gothel
2010-10-08
7
-46
/
+118
*
Fix: NEWT/AWT Focus unit tests
Sven Gothel
2010-10-07
12
-34
/
+156
*
Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface
Sven Gothel
2010-10-07
8
-89
/
+421
*
NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test
Sven Gothel
2010-10-06
91
-704
/
+1105
*
NEWT/AWT Jnit: Add Robot Mouse Click test
Sven Gothel
2010-10-02
7
-54
/
+256
*
Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)
Sven Gothel
2010-10-02
3
-4
/
+7
*
Newt/AWT Reparenting: Remove error prone requestFocus in critical path
Sven Gothel
2010-10-01
3
-12
/
+4
*
NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...
Sven Gothel
2010-09-30
35
-52
/
+117
*
Newt/AWT Unit Test: Remove 'Test' Prefix from interface
Sven Gothel
2010-09-30
1
-0
/
+0
*
Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...
Sven Gothel
2010-09-30
6
-1
/
+168
*
NEWT Reparenting: Only lock parentWindow during native reparent attempt, othe...
Sven Gothel
2010-09-28
1
-21
/
+27
*
NEWT: Newt/AWT Rollback AWTParentWindowAdapter changes
Sven Gothel
2010-09-28
3
-17
/
+4
*
NEWT Focus fixes / out.println -> err.println
Sven Gothel
2010-09-28
13
-36
/
+63
*
NEWT Unit Focus Test: AWT Permanent focus check without focus count (due to t...
Sven Gothel
2010-09-28
3
-32
/
+59
*
NEWT Unit Focus Test: Use AWT permanent focus check on request.
Sven Gothel
2010-09-28
5
-56
/
+64
*
JUnit test: Check of GL3 availability to not let test fail
Sven Gothel
2010-09-28
2
-1
/
+42
*
Unit test: Add 'Robot' for test classes using AWT Robot
Sven Gothel
2010-09-28
3
-6
/
+6
*
NEWT Robot Unit Tests: Bring Window to Front and position mouse
Sven Gothel
2010-09-27
5
-47
/
+57
*
NEWT EDT: Handle stop case if not on EDT
Sven Gothel
2010-09-27
1
-27
/
+43
*
NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ...
Sven Gothel
2010-09-26
9
-92
/
+721
*
NEWT: Add Window.hasFocus() ; Test cleanup ..
Sven Gothel
2010-09-26
7
-5
/
+27
*
Add main() to TestFocus01SwingAWT
Sven Gothel
2010-09-26
2
-1
/
+34
*
Ensure that receiving focus is passed on to any NEWT child.
Steve Vaughan
2010-09-26
1
-6
/
+7
*
New test to check on keyboard focus.
Steve Vaughan
2010-09-26
1
-0
/
+189
*
RecursiveToolkitLock default TO 5s
Sven Gothel
2010-09-26
2
-4
/
+4
*
NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(...
Sven Gothel
2010-09-26
3
-6
/
+19
*
NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test...
Sven Gothel
2010-09-26
4
-43
/
+65
*
Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...
Sven Gothel
2010-09-25
6
-23
/
+375
*
NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests
Sven Gothel
2010-09-23
25
-146
/
+557
*
NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus
Sven Gothel
2010-09-23
39
-2807
/
+3517
*
NEWT: Fix EDTUtil/DefaultEDTUtil - Locking/Behaviour
Sven Gothel
2010-09-23
3
-120
/
+206
*
NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4)
Sven Gothel
2010-09-23
13
-292
/
+731
*
NEWT: Changed Lifecycle of Display/Screen (part 3)
Sven Gothel
2010-09-16
4
-19
/
+33
*
NEWT: Changed Lifecycle of Display/Screen (part 2)
Sven Gothel
2010-09-15
18
-206
/
+550
*
Merge branch 'master' into newt_display_unkey_thread
Sven Gothel
2010-09-15
95
-2108
/
+1853
|
\
|
*
Misc Cleanups
Sven Gothel
2010-09-15
9
-43
/
+21
|
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-09-15
19
-120
/
+73
|
|
\
|
|
*
COPYRIGHT.txt no longer exists -> don't copy it.
Michael Bien
2010-09-14
1
-1
/
+0
[next]