Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JOGL Applet Tests no more require junit.jar | Sven Gothel | 2012-03-13 | 12 | -30/+0 |
| | |||||
* | Fix html applet test page | Sven Gothel | 2011-12-20 | 1 | -2/+2 |
| | |||||
* | Add jogl-all-awt-cg.jnlp | Sven Gothel | 2011-12-19 | 1 | -0/+89 |
| | |||||
* | Add NApplet launch variant to all applets | Sven Gothel | 2011-09-23 | 6 | -0/+341 |
| | |||||
* | Adding html launch type and page for new 'NApplet', using new TempJarCache ↵ | Sven Gothel | 2011-09-23 | 3 | -1/+113 |
| | | | | for native libs. | ||||
* | Fix html errors | Sven Gothel | 2011-09-17 | 1 | -11/+11 |
| | |||||
* | minor edit | Sven Gothel | 2011-09-17 | 1 | -3/+3 |
| | |||||
* | Applet Tag -> Mixed Object/Embed | Sven Gothel | 2011-09-17 | 8 | -108/+378 |
| | |||||
* | Minor editing | Sven Gothel | 2011-09-17 | 1 | -2/+3 |
| | |||||
* | Make jogl-applet-runner-newt.jnlp relative | Sven Gothel | 2011-09-17 | 1 | -3/+3 |
| | |||||
* | Add AppletLauncher to launcher applets ; Make JOGL Test page look nice | Sven Gothel | 2011-09-17 | 8 | -25/+290 |
| | |||||
* | 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 | 3 | -2/+100 |
| | |||||
* | JOGLNewtAppletBase: Use proper context ClassLoader; Add ↵ | Sven Gothel | 2011-09-15 | 4 | -10/+54 |
| | | | | ElektronenMultiplizierer (NEWT Applet Runner) | ||||
* | Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test version | Sven Gothel | 2011-09-15 | 5 | -0/+127 |
| | |||||
* | Relocated VersionApplet | Sven Gothel | 2011-09-14 | 5 | -5/+5 |
| | |||||
* | Use native atomic jar's in jogl atomic jnlps | Sven Gothel | 2011-09-13 | 2 | -32/+32 |
| | |||||
* | Fix all jnlp files | Sven Gothel | 2011-09-13 | 3 | -3/+3 |
| | |||||
* | Fix atomic JNLP files | Sven Gothel | 2011-09-13 | 12 | -326/+697 |
| | |||||
* | Unify applet/application version test files: add jogl prefix | Sven Gothel | 2011-09-11 | 5 | -4/+4 |
| | |||||
* | New FHS: jars in jar/ | Sven Gothel | 2011-09-11 | 9 | -171/+171 |
| | |||||
* | Fix VersionApplet package name | Sven Gothel | 2011-09-10 | 5 | -5/+5 |
| | |||||
* | Complete Android cleanup (compile/apk launch) | Sven Gothel | 2011-08-05 | 5 | -0/+398 |
| | |||||
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵ | Sven Gothel | 2011-08-05 | 17 | -548/+45 |
| | | | | | | | | | | | | | | | | | | | | | separation ; android cleanup remaining all-in-one jnlp's / jars: jogl-all-awt.jnlp -> jogl.all.jar jogl-all-noawt.jnlp -> jogl.all-noawt.jar jogl-all-mobile.jnlp -> jogl.all-mobile.jar native for all above: jogl-all-natives-linux-amd64.jar jogl.all-android.apk jogl.all-android.jar more may follow for each supported platfrom ++++ - newt: proper 'driver' separation - all drivers reside now in jogamp.newt.driver.* - remove intptr.cfg / use gluegen's | ||||
* | Move implementation private files from com.jogamp.<module>.impl. to ↵ | Sven Gothel | 2011-02-09 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | jogamp.<module> (2/2) - edit files - com.jogamp.opengl.impl -> jogamp.opengl - com.jogamp.opengl.util.glsl.fixedfunc.impl -> jogamp.opengl.util.glsl.fixedfunc - com.jogamp.nativewindow.impl -> jogamp.nativewindow - com.jogamp.newt.impl -> jogamp.newt This sorts implementation details from the top level, ie skipping the public 'com', allowing a better seperation of public classes and implementation details and also reduces strings. This approach of public/private seperation is also used in the OpenJDK. | ||||
* | Add application-version.jnlp | Sven Gothel | 2011-02-05 | 1 | -0/+19 |
| | |||||
* | GLProfile: refine doc | Sven Gothel | 2010-12-18 | 1 | -0/+19 |
| | |||||
* | jnlp: remove version attribute from extension ref, which would require the ↵ | Sven Gothel | 2010-12-17 | 15 | -23/+23 |
| | | | | | | server side jnlp/version protocol version applet: remove noddraw | ||||
* | Fix jogl-core.jnlp; Add/Fix Launcher Version Applet | Sven Gothel | 2010-12-16 | 3 | -9/+51 |
| | |||||
* | Add missing jnlp/html files for Version Applet: ↵ | Sven Gothel | 2010-12-16 | 2 | -0/+62 |
| | | | | a7398aac183762174b0608ad7f83d9130c61523e | ||||
* | Add version tag in jnlp files | Sven Gothel | 2010-12-15 | 12 | -30/+30 |
| | |||||
* | Fix jnlp files jar names and removed main attribute of jar ref | Sven Gothel | 2010-12-15 | 10 | -86/+38 |
| | | | | | | | | | | <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. | ||||
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving ↵ | Sven Gothel | 2010-11-17 | 1 | -9/+12 |
| | | | | NEWT WindowsWindow GetRelativeLocation() native implementation to GDI as well. | ||||
* | Fix JNLPs .. vendor and url | Sven Gothel | 2010-05-19 | 13 | -23/+23 |
| | |||||
* | JNLP: Update Check Background - Always | Sven Gothel | 2010-04-22 | 13 | -0/+13 |
| | |||||
* | Adding jogl.all-noawt.jar and newt.all-noawt.jar and their jnlp desc | Sven Gothel | 2009-09-11 | 2 | -0/+130 |
| | |||||
* | Add: Extended support for CVM crosscompile: | sg215889 | 2009-07-24 | 12 | -126/+168 |
| | | | | | | | | | | | | | | | | | | | - 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) | ||||
* | Fix JNLP files | Sven Gothel | 2009-07-04 | 6 | -48/+146 |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2024 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Fix jnlp macosx ; Ignore jawt lib loading error | Sven Gothel | 2009-07-04 | 5 | -8/+8 |
| | | | | git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2022 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | Adding boiler-plate JNLP files | Sven Gothel | 2009-07-03 | 10 | -0/+405 |
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2019 232f8b59-042b-4e1e-8c03-345bb8c30851 |