aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files
Commit message (Collapse)AuthorAgeFilesLines
* JOGL Applet Tests no more require junit.jarSven Gothel2012-03-1312-30/+0
|
* Fix html applet test pageSven Gothel2011-12-201-2/+2
|
* Add jogl-all-awt-cg.jnlpSven Gothel2011-12-191-0/+89
|
* Add NApplet launch variant to all appletsSven Gothel2011-09-236-0/+341
|
* Adding html launch type and page for new 'NApplet', using new TempJarCache ↵Sven Gothel2011-09-233-1/+113
| | | | for native libs.
* Fix html errorsSven Gothel2011-09-171-11/+11
|
* minor editSven Gothel2011-09-171-3/+3
|
* Applet Tag -> Mixed Object/EmbedSven Gothel2011-09-178-108/+378
|
* Minor editingSven Gothel2011-09-171-2/+3
|
* Make jogl-applet-runner-newt.jnlp relativeSven Gothel2011-09-171-3/+3
|
* Add AppletLauncher to launcher applets ; Make JOGL Test page look niceSven Gothel2011-09-178-25/+290
|
* Make jogl-test-applets look nice; Add NEWT Overview; Link both to JOGL's ↵Sven Gothel2011-09-171-36/+174
| | | | index page
* jogl test applets: Add Graph TestsSven Gothel2011-09-153-2/+100
|
* JOGLNewtAppletBase: Use proper context ClassLoader; Add ↵Sven Gothel2011-09-154-10/+54
| | | | ElektronenMultiplizierer (NEWT Applet Runner)
* Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test versionSven Gothel2011-09-155-0/+127
|
* Relocated VersionAppletSven Gothel2011-09-145-5/+5
|
* Use native atomic jar's in jogl atomic jnlpsSven Gothel2011-09-132-32/+32
|
* Fix all jnlp filesSven Gothel2011-09-133-3/+3
|
* Fix atomic JNLP filesSven Gothel2011-09-1312-326/+697
|
* Unify applet/application version test files: add jogl prefixSven Gothel2011-09-115-4/+4
|
* New FHS: jars in jar/Sven Gothel2011-09-119-171/+171
|
* Fix VersionApplet package nameSven Gothel2011-09-105-5/+5
|
* Complete Android cleanup (compile/apk launch)Sven Gothel2011-08-055-0/+398
|
* deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' ↵Sven Gothel2011-08-0517-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 Gothel2011-02-095-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.jnlpSven Gothel2011-02-051-0/+19
|
* GLProfile: refine docSven Gothel2010-12-181-0/+19
|
* jnlp: remove version attribute from extension ref, which would require the ↵Sven Gothel2010-12-1715-23/+23
| | | | | | server side jnlp/version protocol version applet: remove noddraw
* Fix jogl-core.jnlp; Add/Fix Launcher Version AppletSven Gothel2010-12-163-9/+51
|
* Add missing jnlp/html files for Version Applet: ↵Sven Gothel2010-12-162-0/+62
| | | | a7398aac183762174b0608ad7f83d9130c61523e
* Add version tag in jnlp filesSven Gothel2010-12-1512-30/+30
|
* Fix jnlp files jar names and removed main attribute of jar refSven Gothel2010-12-1510-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 Gothel2010-11-171-9/+12
| | | | NEWT WindowsWindow GetRelativeLocation() native implementation to GDI as well.
* Fix JNLPs .. vendor and urlSven Gothel2010-05-1913-23/+23
|
* JNLP: Update Check Background - AlwaysSven Gothel2010-04-2213-0/+13
|
* Adding jogl.all-noawt.jar and newt.all-noawt.jar and their jnlp descSven Gothel2009-09-112-0/+130
|
* Add: Extended support for CVM crosscompile:sg2158892009-07-2412-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 filesSven Gothel2009-07-046-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 errorSven Gothel2009-07-045-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 filesSven Gothel2009-07-0310-0/+405
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2019 232f8b59-042b-4e1e-8c03-345bb8c30851