Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Locator Util: Clarify API doc a bit | Sven Gothel | 2011-06-08 | 1 | -14/+14 |
| | |||||
* | Fix/Add: Locator (Handle JarURLConnection and ..) | Sven Gothel | 2011-06-08 | 1 | -16/+59 |
| | | | | | | | | | new: 'public static String getRelativeOf(URL baseLocation, String relativeFile)', capable of handling a JAR file/url. Using File based relative locator, allowing better utilization in code: old public static String getRelativeOf(String absoluteFileLocation, String relativeFile) new public static String getRelativeOf(File baseLocation, String relativeFile) | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | ShaderCode: Remove redundant code (Use proper Locator variant) | Sven Gothel | 2011-06-08 | 1 | -2/+0 |
| | |||||
* | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Moved remaining portions of fixed function emulation out of core JOGL public ↵ | Kenneth Russel | 2011-06-08 | 1 | -3/+34 |
| | | | | | | and implementation packages and into com.sun.opengl.util.glsl.fixed.* and other subpackages of com.sun.opengl.util. Renamed javax.media.opengl.sub.GLObject to javax.media.opengl.GLBase. Moved interfaces in javax.media.opengl.sub.fixed to javax.media.opengl.fixedfunc and changed naming convention. Moved all classes in javax.media.opengl.util to com.sun.opengl.util. Moved com.sun.opengl.impl.packrect to com.sun.opengl.util.packrect. Renamed InternalBufferUtils to InternalBufferUtil to match naming convention and copied in needed routines for GLU and other classes. Fixed build breakage when specifying rootrel.build property; reintroduced build-temp directory. Updated demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1886 232f8b59-042b-4e1e-8c03-345bb8c30851 | ||||
* | repair | Sven Gothel | 2011-06-08 | 1 | -0/+106 |
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1872 232f8b59-042b-4e1e-8c03-345bb8c30851 |