aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Bug 1247: Align NEWT AWT driver w/ GLCanvas (not fixing any issues)Sven Gothel2015-10-091-18/+40
* | Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand...Sven Gothel2015-10-092-5/+8
* | Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise b...Sven Gothel2015-10-092-3/+3
* | Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a...Sven Gothel2015-10-097-103/+202
* | Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-089-226/+416
* | Bug 1189: Fix gcc redefinition error, even thought typedef equals - on OpenIn...Sven Gothel2015-10-081-0/+4
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: GL_AR...Sven Gothel2015-10-077-33/+88
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: Fix G...Sven Gothel2015-10-072-5/+8
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: GLEmi...Sven Gothel2015-10-072-20/+32
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2: Updat...Sven Gothel2015-10-0711-12/+83
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1b: Upda...Sven Gothel2015-10-071-12/+99
* | Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1: Updat...Sven Gothel2015-10-078-31/+1210
* | Bug 1239: Fix comment in c-code 'how to set preferred pixel_format'Sven Gothel2015-10-051-1/+1
* | Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...Sven Gothel2015-10-055-6/+12
* | Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)Sven Gothel2015-10-051-5/+14
* | Bug 1239: Add support for UYVY422 (swizzled YUYV422)Sven Gothel2015-10-053-5/+32
* | 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