Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS ↵ | Sven Gothel | 2013-07-03 | 1 | -5/+8 |
| | | | | | | | | | and CR/ENTER are printable for NEWT KeyEvent and font handling. Fix regression. - Original behavior was treating CR/ENTER them as printable, lets keep it this way. - KeyEvent: Query these 3 whitespaces upfront, no need to incl. them in 'nonPrintableKeys'. - Fix regression: Native VK_ENTER was not change in commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e. | ||||
* | FontConstructor: Hide the exposed strings and add them in class API doc to ↵ | Sven Gothel | 2013-06-12 | 1 | -2/+10 |
| | | | | | | | | minimize footprint. Review of Harvey. Since accessing the static final exposed strings would trigger static initialization, setting the properties this way would not work anyways (if not inlined ..). Well. | ||||
* | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 | Sven Gothel | 2013-06-11 | 1 | -3/+5 |
| | |||||
* | Reorganize math code into: com.jogamp.opengl.math and ↵ | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | com.jogamp.opengl.math.geom packages Note: WIP - We may relocate / reorg math package. Public relocations: com.jogamp.opengl.util -> com.jogamp.opengl.math - FixedPoint - FloatUtil com.jogamp.graph.math -> com.jogamp.opengl.math - Quaternion - VectorUtil com.jogamp.graph.geom -> com.jogamp.opengl.math.geom - AABBox VectorUtil: Introducing Vert2fImmutable and Vert3fImmutable interfaces, allowing graph Vertex instances to be used 'graph' agnostic and to document 2d/3d use-cases. | ||||
* | graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);" | Sven Gothel | 2012-05-15 | 1 | -0/+1 |
| | | | | | Font::getAdvancedWidth(..) allows applications to query a glyphs width with a given pixel size, as it is being used for rendering. | ||||
* | Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphInt | Sven Gothel | 2012-05-15 | 1 | -0/+6 |
| | |||||
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; ↵ | Sven Gothel | 2012-03-17 | 1 | -3/+3 |
| | | | | | | | | | | API doc enhancements; Minor edits - API doc added/enhanced: - ShaderCode - ShaderUtil - NewtBaseActivity: Clarify method / var names | ||||
* | Adapt to gluegen Properties/Security commits ↵ | Sven Gothel | 2012-03-13 | 1 | -4/+4 |
| | | | | f4ac27e177f6deb444280d3b375e7d343e38bd080 and eedb4b530fb83fc59a26962bcf7847a1404092a0 | ||||
* | FontSet (graph): get*(..) throws IOException - Proper passing and handling ↵ | Sven Gothel | 2012-02-22 | 1 | -2/+4 |
| | | | | of IOException | ||||
* | NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixes | Sven Gothel | 2011-09-16 | 1 | -1/+0 |
| | |||||
* | Graph Fonts: Decorate w/ PrivilegedAction if required | Sven Gothel | 2011-09-15 | 1 | -16/+1 |
| | |||||
* | Graph: Remove unused imports | Rami Santina | 2011-06-05 | 1 | -1/+0 |
| | |||||
* | Graph/Font: use StringBuilder | Sven Gothel | 2011-05-08 | 1 | -2/+12 |
| | |||||
* | Graph / Text: Use CharSequence as char/string interface to text rendering | Sven Gothel | 2011-05-06 | 1 | -2/+2 |
| | | | | | Implements more of John Pritchard <[email protected]> proposal https://github.com/syntelos/jogl/commit/eadee0758babcddaa5eeaffbe046e1b09f9f550e | ||||
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -17/+17 |
| | |||||
* | Font Names: Expose name indices allowing user to pick all names .. | Sven Gothel | 2011-04-01 | 1 | -2/+13 |
| | |||||
* | Load fonts via File or URL . | Sven Gothel | 2011-04-01 | 1 | -4/+33 |
| | |||||
* | Font: +getName / +getAllNames / +isPrintableCharacter | Sven Gothel | 2011-04-01 | 1 | -0/+3 |
| | |||||
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 3 | -0/+222 |