Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; ↵ | Sven Gothel | 2012-03-17 | 1 | -4/+4 |
| | | | | | | | | | | API doc enhancements; Minor edits - API doc added/enhanced: - ShaderCode - ShaderUtil - NewtBaseActivity: Clarify method / var names | ||||
* | FontSet (graph): get*(..) throws IOException - Proper passing and handling ↵ | Sven Gothel | 2012-02-22 | 1 | -6/+5 |
| | | | | of IOException | ||||
* | Locator moved to GlueGen's IOUtil (gluegen ↵ | Sven Gothel | 2011-06-08 | 1 | -2/+3 |
| | | | | a87c56c95099de5b6cbc9bd8bf6f1924a3dd6387) | ||||
* | Fix/Add: Locator (Handle JarURLConnection and ..) | Sven Gothel | 2011-04-22 | 1 | -3/+1 |
| | | | | | | | | | 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-04-08 | 1 | -4/+4 |
| | |||||
* | Load fonts via File or URL . | Sven Gothel | 2011-04-01 | 1 | -14/+22 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 1 | -0/+132 |