| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph: Outline[Shape]: Add print() | Sven Göthel | 2024-02-11 | 1 | -0/+11 |
* | Remove Clonable and clone() in favor of explicit determined copy() and copy-c... | Sven Göthel | 2024-02-02 | 3 | -18/+18 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 10 | -2247/+10 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 2 | -6/+6 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 1 | -1/+1 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 5 | -277/+174 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 1 | -11/+41 |
* | Graph: Outline: Remove minor redundancy | Sven Gothel | 2023-02-17 | 1 | -2/+1 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 1 | -2/+81 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 8 | -556/+684 |
* | Graph: Path2D: Remove redundant accessors, comment on append(..) | Sven Gothel | 2023-02-05 | 1 | -7/+11 |
* | Graph; Path2D[Iterator]: Add 'fast path' access to points array reference and... | Sven Gothel | 2023-02-04 | 2 | -80/+113 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 8 | -10/+8 |
* | Graph: Move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 6 | -0/+2041 |
* | Graph: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 1 | -1/+4 |
* | Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe... | Sven Gothel | 2014-08-28 | 1 | -0/+5 |
* | Findbugs: Add comments that FB warnings are of no concern .. | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal... | Sven Gothel | 2014-07-08 | 2 | -0/+8 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 3 | -22/+22 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 2 | -32/+25 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 3 | -19/+39 |
* | Add generic support for picking via raycast intersection and AABBox (or similar) | Sven Gothel | 2014-03-16 | 1 | -2/+0 |
* | FloatUtil/VectorUtil: Enhance isEqual/compare w/ and w/o epsilon, add unit te... | Sven Gothel | 2014-03-15 | 2 | -3/+4 |
* | 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 | 2 | -8/+8 |
* | Bug 801: Outline/OutlineShape tranform and sort fixes ; Quaternion: Reduce mu... | Sven Gothel | 2014-03-15 | 1 | -13/+31 |
* | Bug 801: Outline.setClosed(boolean [closed->closeTail]): Always close, but al... | Sven Gothel | 2014-02-28 | 1 | -13/+22 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 1 | -15/+1 |
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 4 | -31/+111 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 4 | -0/+26 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 4 | -54/+54 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 4 | -337/+12 |
* | Handle curved triangles overlaps. | Rami Santina | 2011-06-20 | 1 | -16/+20 |
* | Fix: transform to Quadratic; Refactor method names | Rami Santina | 2011-06-05 | 1 | -3/+3 |
* | Graph/JOGL: Avoid NPE | Sven Gothel | 2011-05-08 | 1 | -1/+1 |
* | 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 | 4 | -154/+246 |
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanup | Sven Gothel | 2011-04-23 | 1 | -23/+28 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 5 | -576/+576 |
* | Fix: AABBox setLow/setHigh call resize; removes possible call error | Rami Santina | 2011-04-08 | 1 | -4/+4 |
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 5 | -0/+812 |