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