Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Bug 560 and NEWT window closing behavior in general for all platforms. | Sven Gothel | 2012-05-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | - NEWT/WindowImpl: - 'void windowDestroyNotify()' -> 'boolean windowDestroyNotify(boolean force)', allowing to signal a forced close, as well as replying whether the window has been closed. (called by native code) - destroy(): set states before releasing the window lock - NEWT/X11: Pass windowDeleteAtom for reconfigure window, in case of reparenting child to top-level - NEWT/OSX: - Add 'BOOL windowShouldClose()' impl., ie. having a chance to reject the close attempt - Common impl. for 'windowShouldClose' and 'windowWillClose' -> 'windowClosingImpl' utilizing new 'windowDestroyNotify' code (see above). Fixes bug 560. - NEWT/JOGLNewtApplet1Run: Refine out-of browser window behavior for window-close button - default: move NEWT window back to browser parent - closeable: close NEWT window - jogl-test-applets: Add NApplet-Closeable test (Applet out-of browser window is closable) | ||||
* | Test (Applets): Add MovieCube to jogl-test-applets page. | Sven Gothel | 2012-04-24 | 1 | -0/+14 |
| | |||||
* | Add NApplet launch variant to all applets | Sven Gothel | 2011-09-23 | 1 | -0/+5 |
| | |||||
* | Adding html launch type and page for new 'NApplet', using new TempJarCache ↵ | Sven Gothel | 2011-09-23 | 1 | -0/+5 |
| | | | | for native libs. | ||||
* | Fix html errors | Sven Gothel | 2011-09-17 | 1 | -11/+11 |
| | |||||
* | minor edit | Sven Gothel | 2011-09-17 | 1 | -3/+3 |
| | |||||
* | Minor editing | Sven Gothel | 2011-09-17 | 1 | -2/+3 |
| | |||||
* | Add AppletLauncher to launcher applets ; Make JOGL Test page look nice | Sven Gothel | 2011-09-17 | 1 | -11/+18 |
| | |||||
* | Make jogl-test-applets look nice; Add NEWT Overview; Link both to JOGL's ↵ | Sven Gothel | 2011-09-17 | 1 | -36/+174 |
| | | | | index page | ||||
* | jogl test applets: Add Graph Tests | Sven Gothel | 2011-09-15 | 1 | -2/+15 |
| | |||||
* | JOGLNewtAppletBase: Use proper context ClassLoader; Add ↵ | Sven Gothel | 2011-09-15 | 1 | -0/+1 |
| | | | | ElektronenMultiplizierer (NEWT Applet Runner) | ||||
* | Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test version | Sven Gothel | 2011-09-15 | 1 | -0/+29 |