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
*
FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...
v2.1.4_rc01
Sven Gothel
2013-12-18
1
-7
/
+7
*
Merge remote-tracking branch 'xranby/master'
Sven Gothel
2013-12-18
3
-3
/
+7
|
\
|
*
ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.
Xerxes RĂ„nby
2013-12-18
3
-3
/
+7
*
|
Bug 928 - JAWTWindow's JAWTComponentListener _not_ attached and original visi...
Sven Gothel
2013-12-18
2
-12
/
+18
|
/
*
Merge pull request #76 from esemplare/master
Sven Gothel
2013-12-15
5
-1
/
+130
|
\
|
*
Fix Bug 362: calculated dimensions for MipMaps smaller than 16x16
Michael Esemplare
2013-12-11
5
-1
/
+130
*
|
Merge remote-tracking branch 'ausenco/master'
v2.1.3
Sven Gothel
2013-12-12
3
-3
/
+3
|
\
\
|
*
|
jogl: update the entry for JaamSim to a better image, update link to homepage
Harvey Harrison
2013-12-09
3
-3
/
+3
*
|
|
Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c...
Sven Gothel
2013-12-11
3
-4
/
+4
*
|
|
ALAudioSink: Fix stop and flush of OpenAL source
Sven Gothel
2013-12-11
1
-115
/
+125
*
|
|
Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...
Sven Gothel
2013-12-11
6
-169
/
+310
*
|
|
Bug 918: GLMediaPlayer: Fix Deadlock if EOS happens after pause/resume (seek)...
Sven Gothel
2013-12-11
1
-10
/
+18
*
|
|
Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur...
Sven Gothel
2013-12-11
3
-10
/
+5
|
|
/
|
/
|
*
|
Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI...
Sven Gothel
2013-12-11
6
-19
/
+272
*
|
Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...
Sven Gothel
2013-12-11
15
-163
/
+206
*
|
TestShutdownCompleteNEWT/AWT: Align both tests and account for GLInfo.
Sven Gothel
2013-12-10
4
-41
/
+83
*
|
TestShutdownCompleteNEWT: Enhance profiling via '-wait -initOnly' ; Use Platf...
Sven Gothel
2013-12-10
2
-39
/
+37
*
|
Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...
Sven Gothel
2013-12-10
8
-72
/
+201
*
|
Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via PROJECTION ...
Sven Gothel
2013-12-10
4
-119
/
+155
*
|
Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated, adding '...
Sven Gothel
2013-12-10
1
-5
/
+33
|
/
*
TestNewtKeyEventAutoRepeatAWT: Fix regression of commit 8512777873461ee33d8ed...
Sven Gothel
2013-12-04
3
-7
/
+8
*
Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...
Sven Gothel
2013-12-04
16
-270
/
+275
*
Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...
Sven Gothel
2013-12-03
5
-63
/
+84
*
Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S...
Sven Gothel
2013-12-03
1
-20
/
+58
*
NEWT Windows: Rearrange wndProc switch-case: All key/mouse events shall be at...
Sven Gothel
2013-12-02
1
-448
/
+449
*
Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ...
Sven Gothel
2013-12-02
4
-1
/
+38
*
Bug 914 - Don't allow 'alwaysontop' in fullscreen mode, always allow switchin...
Sven Gothel
2013-12-01
3
-6
/
+27
*
GLJPanel.initializeBackend(offthread=true): Enable on Windows, thanks to Bug ...
Sven Gothel
2013-12-01
3
-14
/
+4
*
Bug 907 - Add native Windows test sending WM_GETTEXT to all windows and dumpi...
Randolf Schultz
2013-11-29
1
-0
/
+34
*
Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...
Sven Gothel
2013-11-29
10
-192
/
+373
*
GLDrawableFactory.shutdown0() Add DEBUG line at the end
Sven Gothel
2013-11-29
1
-0
/
+3
*
GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...
Sven Gothel
2013-11-28
5
-8
/
+19
*
Bug 907 - Fix regression of 'cleanup' Commit 52c95c19dbd69a7fc6b307d2b2db357c...
Sven Gothel
2013-11-28
1
-0
/
+1
*
Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3
Sven Gothel
2013-11-28
2
-128
/
+125
*
Bug 907 - Initial patch allowing Jogl to respond to other applications that t...
Randolf Schultz
2013-11-28
2
-14
/
+194
*
Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode...
Sven Gothel
2013-11-28
6
-18
/
+48
*
Refine DemoBug910ExtendedAWTAppletLifecycleCheck (commit 9310b11b2b6e1e89fa5e...
Sven Gothel
2013-11-26
1
-6
/
+16
*
Bug 910: Add Standalone Extended Applet Lifecycle Validation Test
Sven Gothel
2013-11-26
3
-0
/
+257
*
Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...
Sven Gothel
2013-11-25
2
-20
/
+25
*
Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...
Sven Gothel
2013-11-25
9
-347
/
+320
*
Bug 672: Move Unit Tests to appropriate SWT package and prepent Test so they ...
Sven Gothel
2013-11-25
2
-6
/
+6
*
Bug 672 (NewtCanvasSWT ignore windowing offset on OSX').
Petros Koutsolampros
2013-11-24
3
-1
/
+792
*
Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...
Sven Gothel
2013-11-23
1
-29
/
+88
*
JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop()
Sven Gothel
2013-11-23
1
-20
/
+21
*
JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl...
Sven Gothel
2013-11-23
1
-32
/
+54
*
JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r...
Sven Gothel
2013-11-23
1
-12
/
+13
*
AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop...
Sven Gothel
2013-11-23
1
-17
/
+14
*
Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...
Sven Gothel
2013-11-21
4
-23
/
+240
*
WWW: Add J4K and Unlicense in Tools/Libraries ..
Sven Gothel
2013-11-18
3
-0
/
+17
*
NewtCanvasAWT: Remove useless block in else branch
Sven Gothel
2013-11-18
1
-6
/
+3
[next]