| Commit message (Expand) | Author | Age | Files | Lines |
* | TestVersionSemanticsNOUI: Adapt to upcoming NON_BACKWARD_COMPATIBLE version 2... | Sven Gothel | 2019-04-03 | 1 | -50/+2 |
* | Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f... | Sven Gothel | 2019-03-30 | 8 | -9/+17 |
* | NewtCanvasJFX.NativeWindow: Delegate required child window canvas position | Sven Gothel | 2019-03-21 | 4 | -74/+15 |
* | TestNewtCanvasJFXGLn: Adding NEWTDemoListener and NewtJFXReparentingKeyAdapte... | Sven Gothel | 2019-03-20 | 1 | -0/+34 |
* | Tests: Adding API Doc for test utilizing NEWTDemoListener and derivations | Sven Gothel | 2019-03-20 | 8 | -14/+84 |
* | Adding NativeWindowHolder extends NativeSurfaceHolder; API Doc for NEWTDemoLi... | Sven Gothel | 2019-03-20 | 3 | -22/+238 |
* | JavaFX: Add proper class doc for implementation and unit test | Sven Gothel | 2019-03-20 | 1 | -32/+52 |
* | JavaFX: Adding JavaFX Support for NEWT utilizing native Window parenting via ... | Sven Gothel | 2019-03-19 | 2 | -0/+516 |
* | Version Semantics Test: Bump for 2.4.0 -> 2.3.x | Sven Gothel | 2018-01-15 | 1 | -4/+4 |
* | TestGearsES2NEWT: Adding programmatic Debug|Trace pipeline | Sven Gothel | 2015-10-12 | 1 | -0/+37 |
* | Version Semantics Test: Bump for 2.3.2 -> 2.4.x | Sven Gothel | 2015-10-12 | 1 | -2/+40 |
* | Bug 1249: Revert TestParenting01NEWT durationPerTest back to 600 (otherwise b... | Sven Gothel | 2015-10-09 | 1 | -1/+1 |
* | Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a... | Sven Gothel | 2015-10-09 | 2 | -53/+89 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S... | Sven Gothel | 2015-10-08 | 3 | -103/+170 |
* | Bug 1223: Add '-traceMouse' commandline argument to check whether mouse event... | Sven Gothel | 2015-10-05 | 1 | -0/+8 |
* | Merge remote-tracking branch 'xranby/junit' | Sven Gothel | 2015-10-05 | 2 | -2/+2 |
|\ |
|
| * | Fix: junit/jogl/awt/TestBug1225EventQueueInterruptedAWT and junit/jogl/util/t... | Xerxes Rånby | 2015-10-04 | 2 | -2/+2 |
* | | Bug 1206 - Security: Clear exposed framebuffer after creation and before visi... | Sven Gothel | 2015-10-05 | 3 | -8/+98 |
|/ |
|
* | Bug 1245: Adding Unit Test, similar to TestBug816JTabbedPanelVisibilityB849B8... | Sven Gothel | 2015-10-04 | 2 | -9/+251 |
* | Merge remote-tracking branch 'xranby/master' | Sven Gothel | 2015-10-03 | 1 | -1/+2 |
|\ |
|
| * | Fix: com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile04NEWTOffscreenNoAR... | Xerxes Rånby | 2015-10-03 | 1 | -1/+2 |
* | | Bug 1206: Test TestGearsES2NEWT: Versatile 'demoType' allows also no GLEventL... | Sven Gothel | 2015-10-03 | 1 | -6/+12 |
* | | Bug 1244: MovieSimple: String format %d implicit conversion from boolean to i... | Xerxes Rånby | 2015-10-03 | 1 | -1/+1 |
|/ |
|
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 19 | -63/+63 |
* | Bug 1225: Unit test shall not fail if AWT is not alive, simply report and ret... | Sven Gothel | 2015-09-29 | 1 | -2/+5 |
* | Bug 1225: Unit test timeout := 3minutes | Sven Gothel | 2015-09-29 | 1 | -2/+2 |
* | Bug 1225: Unit test shall not fail if AWT is not alive, ignore it via assume | Sven Gothel | 2015-09-29 | 1 | -1/+3 |
* | Bug 1225: Make unit test more robuts, notify if JRE 1.7.0 issue w/ interrupte... | Sven Gothel | 2015-09-28 | 1 | -51/+119 |
* | Bug 1125: Unit test to validate that Thread.interrupt() does not disturb cont... | Sven Gothel | 2015-09-28 | 1 | -0/+305 |
* | TestGearsES2NEWT: Print bounds @ window resized/moved instead of just x/y | Sven Gothel | 2015-09-26 | 1 | -2/+2 |
* | Bug 1223 OSX: GLWindow loses focus after maximizing - Analysis | Sven Gothel | 2015-09-26 | 1 | -0/+32 |
* | Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange... | Sven Gothel | 2015-09-26 | 1 | -14/+24 |
* | Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s... | Sven Gothel | 2015-09-25 | 2 | -4/+203 |
* | TestGearsES2*AWT / NewtDemoListener: Show pixel-scale in title bar. | Sven Gothel | 2015-09-18 | 2 | -39/+163 |
* | Unit Tests: NEWTDemoListener: Less verbose; GraphUI-Demos: Show DPI and Pixel... | Sven Gothel | 2015-09-17 | 7 | -19/+33 |
* | Unit Tests: Add listening to NEWTDemoListener* (Missed in prev. patch) | Sven Gothel | 2015-09-16 | 2 | -0/+2 |
* | Bug 1211: Refine NEWTDemoListener, JOGLNewtAppletBase | Sven Gothel | 2015-09-15 | 2 | -11/+3 |
* | Bug 1211: Adopt changes to unit test from commit 68c8e39fa8d6e700f0a99241c1a0... | Sven Gothel | 2015-09-15 | 47 | -676/+165 |
* | Bug 1211 TestBug1211IRQ00NEWT: Cover whole JOGL initialization by MyThread, i... | Sven Gothel | 2015-09-05 | 1 | -123/+180 |
* | Bug 1211 TestBug1211IRQ00NEWT: Add assertions incl. testing Thread.interrupte... | Sven Gothel | 2015-09-03 | 1 | -17/+70 |
* | Bug 1211 TestBug1211IRQ00NEWT: Fix using durationTest01; Make createWindow(..... | Sven Gothel | 2015-09-03 | 1 | -13/+8 |
* | Bug 1211: Custom size for TestBug1211IRQ00NEWT | Sven Gothel | 2015-09-03 | 1 | -3/+9 |
* | Bug 1211: Show Platform-Info for unit test TestBug1211IRQ00NEWT (commit 5f555... | Sven Gothel | 2015-09-03 | 1 | -0/+2 |
* | Bug 1211: Adding unit test to identify Thread.interrupt() caller for DefaultE... | Sven Gothel | 2015-09-03 | 1 | -0/+230 |
* | Bug 1210 - Use manual impl. XRenderFindVisualFormat instead of buggy generate... | Sven Gothel | 2015-08-31 | 1 | -0/+158 |
* | Bug 1203: Add missing constraints in desktop *GLContext.create* methods: Bail... | Sven Gothel | 2015-08-30 | 1 | -12/+22 |
* | Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES pro... | Sven Gothel | 2015-08-30 | 2 | -22/+128 |
* | Bug 1203: Optimize OpenGL Profile probing/mapping (Skip redundant queries) | Sven Gothel | 2015-08-30 | 1 | -2/+2 |
* | Bug 1203: Fix TestGLAutoDrawableFactoryGLProfileDeviceNEWT: Do not assume EGL... | Sven Gothel | 2015-08-29 | 1 | -0/+16 |
* | Bug 1203: Adding factory-offscreen unit test, validating ES/GL usage with EGL... | Sven Gothel | 2015-08-29 | 1 | -0/+221 |