| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph: Cleanup Loop & OutlineShape, more compact methods | Sven Göthel | 2024-02-15 | 2 | -114/+80 |
* | VectorUtil: Add experimental isSelfIntersecting1() with O(n*n) complexity | Sven Göthel | 2024-02-14 | 1 | -0/+69 |
* | VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in Floa... | Sven Göthel | 2024-02-14 | 3 | -10/+83 |
* | Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to... | Sven Göthel | 2024-02-14 | 5 | -69/+91 |
* | VectorUtil.isConvex1(): Fix zero test and handle out-of-bounds | Sven Göthel | 2024-02-14 | 1 | -2/+5 |
* | VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinear | Sven Göthel | 2024-02-14 | 3 | -38/+94 |
* | VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILON | Sven Göthel | 2024-02-14 | 2 | -6/+7 |
* | DoubleUtil: Align Epsilon ops w/ FloatUtil | Sven Göthel | 2024-02-14 | 2 | -14/+34 |
* | FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing ... | Sven Göthel | 2024-02-14 | 1 | -6/+26 |
* | Use FloatUtil.isZero(a) w/ build-in FloatUtil.EPSILON directly instead of pas... | Sven Göthel | 2024-02-14 | 2 | -12/+12 |
* | Bug 1501: Graph CDTriangulator2D: Add properties to enforce convex and non-co... | Sven Göthel | 2024-02-14 | 1 | -2/+10 |
* | Bug 1501: Apply intersection tests for non-convex shapes to reject new CCW a... | Sven Göthel | 2024-02-13 | 5 | -129/+369 |
* | Bug 1501: VectorUtil: Deprecate prev line2line intersection tests, adding new... | Sven Göthel | 2024-02-13 | 1 | -72/+476 |
* | VectorUtil: Consolidate names, remove unused float prevision variants (if any) | Sven Göthel | 2024-02-13 | 3 | -109/+52 |
* | Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR... | Sven Göthel | 2024-02-13 | 2 | -1/+17 |
* | Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH... | Sven Göthel | 2024-02-13 | 5 | -31/+32 |
* | Loop.isValidNeighborDbg(): Remove DEBUG branch, always true | Sven Göthel | 2024-02-12 | 1 | -8/+4 |
* | VectorUtil: Remove unused isInCircleVec2f() and triAreaVec2f(), now using *2d... | Sven Göthel | 2024-02-12 | 1 | -34/+8 |
* | Bug 1501 Graph Delaunay: Replace MaterialIconsRound-Regular.ttf with fixed wi... | Sven Göthel | 2024-02-12 | 1 | -0/+0 |
* | Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h... | Sven Göthel | 2024-02-12 | 5 | -45/+77 |
* | Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi... | Sven Göthel | 2024-02-12 | 4 | -106/+197 |
* | Graph: Outline[Shape]: Add print() | Sven Göthel | 2024-02-11 | 2 | -0/+26 |
* | GLMediaPlayerImpl: Adjust aid/sid to AUTO if alang/slang is given | Sven Göthel | 2024-02-07 | 1 | -3/+5 |
* | GLMediaPlayerImpl: Fix playing one frame after seek() @ getNextTexture(), req... | Sven Göthel | 2024-02-07 | 1 | -4/+4 |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 10 | -47/+91 |
* | GLMediaPlayer.Chapter: Add duration() | Sven Göthel | 2024-02-04 | 1 | -0/+2 |
* | Graph Font: Pull up static function | Sven Göthel | 2024-02-04 | 1 | -16/+16 |
* | Use new com.jogamp.common.util.StringUtil (GlueGen) | Sven Göthel | 2024-02-04 | 2 | -24/+2 |
* | Typecast: Re-apply overwritten stability changes (NPE, redundancy) | Sven Göthel | 2024-02-03 | 1 | -11/+12 |
* | Typecast: Cleanup: final | Sven Göthel | 2024-02-03 | 2 | -18/+19 |
* | Hausmacher Merge: Complete merge part-1 into JOGL from our typecast branch; A... | Sven Göthel | 2024-02-03 | 1 | -0/+65 |
* | Cleanup (static, final, whitespace, ..) post Hausmacher Merge | Sven Göthel | 2024-02-03 | 19 | -426/+433 |
* | Hausmacher Merge: Complete merge part-1: Compile and test clean (pre-write-fe... | Sven Göthel | 2024-02-03 | 3 | -28/+32 |
* | Enhanced dump format of cmap table. | Bernhard Haumacher | 2024-02-03 | 8 | -36/+77 |
* | Added rudimentary documentation to the CFF table. | Bernhard Haumacher | 2024-02-03 | 1 | -1/+35 |
* | Added support for reading the SVG table. # Conflicts: # src/jogl/classes/joga... | Bernhard Haumacher | 2024-02-03 | 4 | -48/+363 |
* | Added documentation to the 'loca' table. | Bernhard Haumacher | 2024-02-03 | 1 | -5/+33 |
* | Improved documentation of Cmap table. | Bernhard Haumacher | 2024-02-03 | 8 | -6/+331 |
* | Bugfix: Format 14 header of Cmap table is not skipped correctly. | Bernhard Haumacher | 2024-02-03 | 1 | -2/+1 |
* | Added offset table as member to the font. | Bernhard Haumacher | 2024-02-03 | 5 | -17/+52 |
* | Added documentation to the HmtxTable. | Bernhard Haumacher | 2024-02-03 | 1 | -12/+148 |
* | Added documentation to the 'glyf' table and structures. | Bernhard Haumacher | 2024-02-03 | 19 | -152/+989 |
* | Getters for macStyle bits, enhanced docu for fontDirectionHint. | Bernhard Haumacher | 2024-02-03 | 2 | -16/+150 |
* | Added JavaDoc references, split version fields according to spec. | Bernhard Haumacher | 2024-02-03 | 1 | -6/+100 |
* | Documentation for `HeadTable` | Bernhard Haumacher | 2024-02-03 | 32 | -55/+439 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 3 | -0/+58 |
* | Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ... | Sven Göthel | 2024-02-02 | 6 | -29/+44 |
* | OutlineShape: Earmark coloring task when triangulating .. | Sven Göthel | 2024-02-02 | 1 | -0/+10 |
* | Remove Clonable and clone() in favor of explicit determined copy() and copy-c... | Sven Göthel | 2024-02-02 | 8 | -71/+36 |
* | GLMediaPlayerImpl: Disable subDEBUG flag | Sven Göthel | 2024-02-02 | 1 | -1/+1 |