summaryrefslogtreecommitdiffstats
path: root/jnlp-files/newt-all-awt.jnlp
Commit message (Collapse)AuthorAgeFilesLines
* Add version tag in jnlp filesSven Gothel2010-12-151-2/+2
|
* Fix jnlp files jar names and removed main attribute of jar refSven Gothel2010-12-151-1/+1
| | | | | | | | | | <module>.[win|x11|osx].jar -> <module>.os.[win|x11|osx].jar nativewindow.os.windows.jar -> nativewindow.os.win.jar newt.broadcomegl.jar -> newt.hw.broadcomegl.jar newt.intelgdl.jar -> newt.hw.intelgdl.jar removed non existing jnlp file for config gl2es12.
* Fix JNLPs .. vendor and urlSven Gothel2010-05-191-2/+2
|
* JNLP: Update Check Background - AlwaysSven Gothel2010-04-221-0/+1
|
* Add: Extended support for CVM crosscompile:sg2158892009-07-241-0/+64
- Clean up X11 dependency - NativeWindow: - Seperate X11 out of core. - Add nativewindow.x11.jar and nativewindow.x11.cdc.jar - Newt: - Seperate X11,win,osx out of core. - Add newt.x11.jar, newt.win.jar, newt.osx.jar and the CDC variants Fix: External Context & Drawable (X11 and Windows) - Properly fetch current context values (ctx, display, drawable, ..) - Create GraphicsConfiguration based on the given pixelformat/FBConfig Fix: Java2D OpenGL Usage - Using the external context as shared for the external drawable - JAWTUtil: Skip locking in case of OGL-Flush-Queue - TODO: Windows FBO still does not work .. (X11 is fine)