| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph OutlineShape.checkOverlaps(): Test overlap first to drop overlaps.conta... | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 1 | -44/+26 |
* | Graph OutlineShape: Add getOutlineVectexCount(), i.e. total vertex count of a... | Sven Gothel | 2023-04-14 | 1 | -0/+10 |
* | Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitor | Sven Gothel | 2023-03-22 | 1 | -23/+0 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 1 | -1/+13 |
* | Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ... | Sven Gothel | 2023-03-07 | 1 | -0/+11 |
* | Graph Perf: OutlineShape: Uncomment all debug code to keep it smaller | Sven Gothel | 2023-03-07 | 1 | -7/+7 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 1 | -47/+59 |
* | Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 1 | -1/+13 |
* | Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p... | Sven Gothel | 2023-02-14 | 1 | -12/+19 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 1 | -1/+256 |
* | Graph: OutlineShape: Add positional addVertex() variants for component based ... | Sven Gothel | 2023-02-05 | 1 | -7/+53 |
* | Graph: OutlineShape: Make class final, getOutlineNumber() -> getOutlineCount() | Sven Gothel | 2023-02-05 | 1 | -18/+17 |
* | Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe... | Sven Gothel | 2014-08-28 | 1 | -0/+6 |
* | Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal... | Sven Gothel | 2014-07-08 | 1 | -0/+5 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -20/+20 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -47/+100 |
* | Quaternion: Add rotateByEuler(..); AABBox: Add translate(..); Minor edits .. | Sven Gothel | 2014-03-17 | 1 | -1/+1 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 1 | -7/+6 |
* | Quaternion: User EPSILON for all tests against zero and one (identity .. ) an... | Sven Gothel | 2014-03-15 | 1 | -1/+1 |
* | Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r... | Sven Gothel | 2014-03-15 | 1 | -4/+4 |
* | Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu... | Sven Gothel | 2014-03-15 | 1 | -9/+35 |
* | Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe... | Sven Gothel | 2014-03-05 | 1 | -14/+13 |
* | Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al... | Sven Gothel | 2014-02-28 | 1 | -7/+30 |
* | Bug 801: Graph TextRenderer Cleanup Part-6: Fix TypecastRenderer; Minor Editing | Sven Gothel | 2014-02-28 | 1 | -2/+3 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 1 | -3/+0 |
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 1 | -81/+78 |
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 1 | -22/+103 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1 | -80/+66 |
|\ |
|
| * | jogl: remove clone() version that can only ever fail | Harvey Harrison | 2013-10-20 | 1 | -17/+0 |
| * | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+3 |
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -62/+62 |
| * | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
| * | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -2/+2 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean) | Sven Gothel | 2014-02-23 | 1 | -1/+1 |
* | | Graph minor linear optimization: use vertexInTriangle3(..) reduces redundant ... | Sven Gothel | 2012-05-16 | 1 | -9/+4 |
* | | Graph minor linear optimization: Passing array storage (reduce temp array) an... | Sven Gothel | 2012-05-16 | 1 | -8/+16 |
|/ |
|
* | Java Source Files: dos -> unix format | Sven Gothel | 2012-05-15 | 1 | -629/+629 |
* | Handle curved triangles overlaps. | Rami Santina | 2011-06-20 | 1 | -586/+629 |
* | Added handling for offcurve triangle overlaps. | Rami Santina | 2011-06-14 | 1 | -435/+490 |
* | Add Factory for triangulation with base Interface; misc cleanup | Rami Santina | 2011-06-05 | 1 | -3/+3 |
* | Fix: transform to Quadratic; Refactor method names | Rami Santina | 2011-06-05 | 1 | -523/+531 |
* | Remove implicit for loops reduces temp objects | Rami Santina | 2011-05-21 | 1 | -1/+2 |
* | Fix: glyph outline orientation with the removal of inversion | Rami Santina | 2011-05-10 | 1 | -0/+13 |
* | Graph: OutlineShape fix, cleanup | Sven Gothel | 2011-05-08 | 1 | -36/+75 |
* | Graph: more clone() cleanup. | Sven Gothel | 2011-05-06 | 1 | -1/+1 |
* | Graph: More std. functionality (equals, clone) / Better in-place transformati... | Sven Gothel | 2011-05-06 | 1 | -65/+218 |
* | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]... | Sven Gothel | 2011-05-05 | 1 | -6/+25 |
* | Added nonuniform weight impl; misc enhancements/cleanups | Rami Santina | 2011-05-02 | 1 | -11/+2 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -204/+204 |