aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests.sh
Commit message (Expand)AuthorAgeFilesLines
* Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce...Sven Gothel2015-10-011-4/+4
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-09-291-4/+4
* Bug 1125: Unit test to validate that Thread.interrupt() does not disturb cont...Sven Gothel2015-09-281-1/+2
* Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not workingSven Gothel2015-09-261-1/+1
* Bug 1188: Fix setMaximized(..) isReconfigureMaskSupported(..) querySven Gothel2015-09-261-2/+2
* Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange...Sven Gothel2015-09-261-2/+2
* Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s...Sven Gothel2015-09-251-3/+3
* FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr...Sven Gothel2015-09-171-2/+2
* Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBaseSven Gothel2015-09-151-2/+2
* Bug 1211: Adopt changes to unit test from commit 68c8e39fa8d6e700f0a99241c1a0...Sven Gothel2015-09-151-2/+2
* Bug 1211: Adding unit test to identify Thread.interrupt() caller for DefaultE...Sven Gothel2015-09-031-1/+2
* Bug 1212 - OSX: Crash using CALayer at UnsetJAWTRootSurfaceLayer0(..) w/ Java...Sven Gothel2015-09-011-2/+2
* Bug 1202: Fix vsync regression on OSX when using CALayerSven Gothel2015-09-011-2/+2
* Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate...Sven Gothel2015-08-311-1/+2
* Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail...Sven Gothel2015-08-301-2/+2
* Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro...Sven Gothel2015-08-301-2/+3
* Bug 1203: Adding factory-offscreen unit test, validating ES/GL usage with EGL...Sven Gothel2015-08-291-7/+10
* Bug 1188: Cleanup public/private[reconfig, non-reconfig] state bitsSven Gothel2015-08-191-2/+2
* Bug 1042: ImageIOUtil -> ImageType + ImageType.Util ; Fix implementation and ...Sven Gothel2015-08-191-2/+5
* Bug 1188: OSX: Add maximize horz/vert, implemented manuallySven Gothel2015-08-111-2/+2
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-101-4/+5
* Bug 1145 - Fat Jar: Add default main entry test TestGearsES2SimpleNEWTSven Gothel2015-07-291-1/+2
* JAWTWindow: Fix binary compatibility: Add old variants of deprecated method, ...Sven Gothel2015-07-281-2/+2
* Bug 1184 - JOGL AWT Canvas Components don't update AWTGraphicsConfiguration w...Sven Gothel2015-07-271-2/+3
* Bug 1180: Refine TestMapBufferRead01NEWT, add TestMapBufferRead02NEWT: Add as...Sven Gothel2015-07-241-1/+2
* Fix TestBug1146GLContextDialogToolTipAWT / AWTRobotUtil.mouseClick(..) use BU...Sven Gothel2015-07-241-2/+2
* Bug 1160: Fix unit test name and some minor details .. (convention)Sven Gothel2015-07-241-1/+2
* Bug 1146, Bug 1158: Add unit test for GLContext creation after showing tool-t...Sven Gothel2015-07-241-2/+3
* Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2)Sven Gothel2015-07-181-3/+3
* PointShader: Use same precision for shared uniform in vertex- and fragment sh...Sven Gothel2015-07-161-2/+2
* TestVersionSemanticsNOUI: Add version tests: v221 -> v230 and v230 -> v23x (*)v2.3.1v2.3.1_winexeSven Gothel2015-03-271-2/+2
* StereoDeviceUtil: Only rotate if current mode doesn't match required rotation...Sven Gothel2015-03-271-2/+1
* Bug 1116: Oculus SDK 0.4.4 support for JOGL - Part-3: New set of C-files, ada...Sven Gothel2015-03-271-1/+2
* Bug 1150 - Fix GLContextImpl.createImpl(..) NoARBCreateContext and '!ARB GL >...Sven Gothel2015-03-261-2/+5
* Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker)Sven Gothel2015-03-211-3/+3
* Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids...Sven Gothel2015-03-201-2/+5
* Resolve RenameJavaSymbol issues (GLUgl2 and CGL) using GLEmitter (-> Delegate...v2.3.0Sven Gothel2015-03-111-3/+3
* Bug 1135: Complete GLBufferObjectTracker for GL 4.5 using GlueGen's DelegateI...Sven Gothel2015-03-111-3/+3
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-091-2/+2
* Bug 1135 - (Re-)Include GL header for in generated native code, allowing 'Pro...Sven Gothel2015-03-091-2/+2
* Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and G...Sven Gothel2015-03-061-2/+2
* Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]Sven Gothel2015-02-171-3/+3
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-161-3/+3
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-051-1/+3
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-051-4/+4
* Bug 1068 - Fix issue w/ unifying Surfaceless probing (commit 2120be14c7525ef0...Sven Gothel2015-02-031-4/+4
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-1/+1
* Bug 1124 - Refine AArch64 Linux in ant build recipe, add Android AArch64 buil...Sven Gothel2015-01-301-3/+3
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-271-2/+2
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-3/+5