aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...Sven Gothel2015-10-052-7/+19
* Bug 1223: Add '-traceMouse' commandline argument to check whether mouse event...Sven Gothel2015-10-051-0/+8
* Merge remote-tracking branch 'xranby/junit'Sven Gothel2015-10-052-2/+2
|\
| * Fix: junit/jogl/awt/TestBug1225EventQueueInterruptedAWT and junit/jogl/util/t...Xerxes Rånby2015-10-042-2/+2
* | Bug 1206 - Security: Clear exposed framebuffer after creation and before visi...Sven Gothel2015-10-055-41/+133
* | GLContextImpl: clarify surfacelessOK -> isSurfacelessSven Gothel2015-10-052-7/+7
|/
* Bug 1245: Adding Unit Test, similar to TestBug816JTabbedPanelVisibilityB849B8...Sven Gothel2015-10-043-10/+253
* Merge remote-tracking branch 'xranby/master'Sven Gothel2015-10-031-1/+2
|\
| * Fix: com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile04NEWTOffscreenNoAR...Xerxes Rånby2015-10-031-1/+2
* | Bug 1206: Test TestGearsES2NEWT: Versatile 'demoType' allows also no GLEventL...Sven Gothel2015-10-031-6/+12
* | Bug 1244: MovieSimple: String format %d implicit conversion from boolean to i...Xerxes Rånby2015-10-031-1/+1
|/
* Bug 1238 - Fix NPE for Window-Icon's PNGPixelRect for unresolved location; Bu...Sven Gothel2015-10-037-44/+75
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-0328-94/+102
* Bug 1241 - Util's Texture.coords (image coordinates) not updated properlySven Gothel2015-10-022-24/+31
* Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce...Sven Gothel2015-10-012-11/+28
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-0113-138/+391
* Bug 1225: Unit test shall not fail if AWT is not alive, simply report and ret...Sven Gothel2015-09-291-2/+5
* Bug 1225: Unit test timeout := 3minutesSven Gothel2015-09-291-2/+2
* Bug 1225: Unit test shall not fail if AWT is not alive, ignore it via assumeSven Gothel2015-09-291-1/+3
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-09-294-56/+151
* NEWT WindowImpl.createNative(): Post creation: Only perform mod-actions if no...Sven Gothel2015-09-291-22/+27
* Bug 1225: Make unit test more robuts, notify if JRE 1.7.0 issue w/ interrupte...Sven Gothel2015-09-281-51/+119
* Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in readT...Sven Gothel2015-09-281-2/+2
* Bug 1233 - Add missing range- and pbo-bound checks on glTexture[Sub]Image[123]D*Sven Gothel2015-09-281-13/+52
* Bug 1125: Unit test to validate that Thread.interrupt() does not disturb cont...Sven Gothel2015-09-283-2/+309
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-09-263-4/+31
* TestGearsES2NEWT: Print bounds @ window resized/moved instead of just x/ySven Gothel2015-09-261-2/+2
* Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't handle gl...Sven Gothel2015-09-261-0/+4
* Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not workingSven Gothel2015-09-265-63/+27
* NEWTDemoListener: Fix 'v' modifier collision of ctrl, use shift.Sven Gothel2015-09-261-1/+1
* Adapt Test NApplet HTML Pages to NEWTDemoListener (all key-actions)Sven Gothel2015-09-2619-76/+285
* Bug 1223 OSX: GLWindow loses focus after maximizing - AnalysisSven Gothel2015-09-261-0/+32
* Bug 1188: Fix setMaximized(..) isReconfigureMaskSupported(..) querySven Gothel2015-09-262-4/+4
* Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange...Sven Gothel2015-09-266-162/+245
* Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s...Sven Gothel2015-09-258-40/+299
* NEWTDemoListener: Double-Mouse-Click Fullscreen only w/ 3 pointers involvedSven Gothel2015-09-191-1/+1
* TestGearsES2*AWT / NewtDemoListener: Show pixel-scale in title bar.Sven Gothel2015-09-183-40/+172
* Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and Pixel...Sven Gothel2015-09-178-30/+45
* FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr...Sven Gothel2015-09-173-8/+12
* Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit 68c8e39fa8d6e7...Sven Gothel2015-09-171-3/+12
* Unit Tests: Add listening to NEWTDemoListener* (Missed in prev. patch)Sven Gothel2015-09-162-0/+2
* NEWT Window Maximize: re-gain focus after maximize action (maybe lost on plat...Sven Gothel2015-09-151-0/+5
* Fix NEWT DisplayImpl.createPointerIcon: Pass through Exceptions, as required ...Sven Gothel2015-09-151-10/+24
* Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBaseSven Gothel2015-09-155-61/+77
* Bug 1211: Adopt changes to unit test from commit 68c8e39fa8d6e700f0a99241c1a0...Sven Gothel2015-09-1548-678/+167
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-1526-456/+1029
* Bug 1211 TestBug1211IRQ00NEWT: Cover whole JOGL initialization by MyThread, i...Sven Gothel2015-09-051-123/+180
* Bug 1211 TestBug1211IRQ00NEWT: Add assertions incl. testing Thread.interrupte...Sven Gothel2015-09-031-17/+70
* Bug 1211 TestBug1211IRQ00NEWT: Fix using durationTest01; Make createWindow(.....Sven Gothel2015-09-031-13/+8
* Bug 1211: Custom size for TestBug1211IRQ00NEWTSven Gothel2015-09-031-3/+9