| Commit message (Expand) | Author | Age | Files | Lines |
* | make/build.xml: Fix target 'all.but-onejar', adding targets 'one.lib.dir' and... | Sven Gothel | 2023-09-16 | 1 | -1/+1 |
* | make/build.xml: Add target 'all.but-onejar', allowing a quick build w/o the a... | Sven Gothel | 2023-09-05 | 1 | -0/+2 |
* | Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif... | Sven Gothel | 2023-05-20 | 1 | -0/+2 |
* | build.xml: Preserve README.md, copy filtered README-zip-bundles.txt to archiv... | Sven Gothel | 2023-05-20 | 1 | -1/+2 |
* | JOGL File Layout: Have *-java-src.zip inside jar folder, add missing jar/jogl... | Sven Gothel | 2023-05-07 | 1 | -8/+5 |
* | Doxygen: Refine javapublic + javaall, update README.md and www/index.html text | Sven Gothel | 2023-04-08 | 1 | -2/+24 |
* | Adding experimental Doxygen target 'doxygen.public' .. (WIP) | Sven Gothel | 2023-04-07 | 1 | -0/+20 |
* | build: Disable oculusvr by default, allow manual enable via property 'oculusv... | Sven Gothel | 2023-03-14 | 1 | -1/+1 |
* | GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP) | Sven Gothel | 2023-03-10 | 1 | -4/+16 |
* | Isolate SWT from core nativewindow; Android apk shall only include core nativ... | Sven Gothel | 2023-01-20 | 1 | -3/+1 |
* | native.tag.jar: Revert explicit inclusion of *.symbols file | Sven Gothel | 2020-01-04 | 1 | -1/+1 |
* | native.tag.jar: include *.symbols (fix) | Sven Gothel | 2020-01-02 | 1 | -5/+5 |
* | native.tag.jar: include *.symbols | Sven Gothel | 2020-01-02 | 1 | -1/+1 |
* | javadoc: Enable frames | Sven Gothel | 2020-01-02 | 1 | -0/+4 |
* | javadoc: replair gluegen-javadoc.path and drop com.jogamp.newt.util.applet3.* | Sven Gothel | 2020-01-02 | 1 | -4/+5 |
* | Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aap... | Sven Gothel | 2019-12-26 | 1 | -1/+11 |
* | Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' unit test target, use it in re... | Sven Gothel | 2019-12-09 | 1 | -0/+4 |
* | Reverting erroneous junit-test task condition (ant build) | Sven Gothel | 2019-08-20 | 1 | -3/+3 |
* | iOS: Initial working commit supporting iOS (ipad pro 11) | Sven Gothel | 2019-06-23 | 1 | -5/+9 |
* | Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (G... | Sven Gothel | 2015-02-03 | 1 | -0/+4 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -3/+3 |
* | javadoc: Add missing graph package to apidoc | Sven Gothel | 2014-10-09 | 1 | -3/+3 |
* | Fix javadoc package property, use comma as separator (dropped newt and oculus... | Sven Gothel | 2014-08-11 | 1 | -1/+1 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -6/+18 |
* | Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024) | Sven Gothel | 2014-07-05 | 1 | -0/+4 |
|\ |
|
| * | Produce duplicate natives in the build, in preparation for removing | Mark Raynsford | 2014-06-26 | 1 | -0/+18 |
* | | build: Add oculusvr java-doc ; Add jogl-test-java-src.zip in 7z archive | Sven Gothel | 2014-07-03 | 1 | -1/+2 |
* | | Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is missing | Sven Gothel | 2014-07-03 | 1 | -0/+1 |
* | | OculusVR: Add in eclipse classpath, and jogl-java-src.zip; Also create jogl-t... | Sven Gothel | 2014-06-29 | 1 | -0/+5 |
|/ |
|
* | Fix build if oculusvr-sdk submodule is missing | Sven Gothel | 2014-06-25 | 1 | -1/+1 |
* | Bug 1021: Add OculusSDK binding / Basic OVR support (Refine build exclusion) | Sven Gothel | 2014-06-19 | 1 | -1/+1 |
* | Bug 1021: Add OculusSDK binding / Basic OVR support | Sven Gothel | 2014-06-19 | 1 | -8/+21 |
* | artifact.properties: Add jogl.build.version:=jogamp.version | Sven Gothel | 2013-10-04 | 1 | -0/+1 |
* | Javadoc: Use JogAmp Stylesheet / Colors .. | Sven Gothel | 2013-07-17 | 1 | -4/+20 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-21 | 1 | -5/+19 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -6/+7 |
* | Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-... | Sven Gothel | 2012-10-04 | 1 | -1/+1 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -9/+9 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-15 | 1 | -4/+4 |
* | NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ... | Sven Gothel | 2012-04-07 | 1 | -0/+1 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 1 | -1/+1 |
* | Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b5... | Sven Gothel | 2012-03-14 | 1 | -33/+1 |
* | Enable Android remote adb unit tests (1 Test currently / WIP) | Sven Gothel | 2012-03-10 | 1 | -26/+2 |
* | Get JOGL to build with NDK r7 | Edwin Vane | 2012-02-28 | 1 | -0/+3 |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -0/+5 |
* | Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,... | Sven Gothel | 2012-01-22 | 1 | -5/+7 |
* | Android Activity Launching (jogl.test) | Sven Gothel | 2011-09-28 | 1 | -10/+33 |
* | Remove native lib cg from jogl native lib jar | Sven Gothel | 2011-09-21 | 1 | -0/+1 |
* | ant build: don't delete jar/lib on 'one.dir', but 'clean' only | Sven Gothel | 2011-09-15 | 1 | -5/+2 |
* | jogl test.compile post one.dir, before zip archive | Sven Gothel | 2011-09-14 | 1 | -4/+4 |