| Commit message (Expand) | Author | Age | Files | Lines |
* | Math: AABBox + AffineTransform: Make class final | Sven Göthel | 2024-04-25 | 2 | -2/+2 |
* | Math: Recti::size(): Change semantics: Return true if area is zero, not if x ... | Sven Göthel | 2024-04-25 | 1 | -2/+2 |
* | Math: AABBox: Fix getRayIntersection(), i.e. setting the correct resulting co... | Sven Göthel | 2024-04-25 | 1 | -4/+4 |
* | Math: Align Frustum/Matrix dependency w/ native jaulib | Sven Göthel | 2024-04-25 | 4 | -42/+34 |
* | FloatUtil: Add IEC559_SIGN_BIT; Align API doc and implementation w/ native ja... | Sven Göthel | 2024-04-25 | 2 | -24/+41 |
* | VectorUtil.isSelfIntersecting1(): Always use off-curve points | Sven Göthel | 2024-02-15 | 1 | -52/+8 |
* | Graph: Cleanup Loop & OutlineShape, more compact methods | Sven Göthel | 2024-02-15 | 1 | -21/+18 |
* | 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 | 2 | -6/+79 |
* | Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to... | Sven Göthel | 2024-02-14 | 3 | -49/+79 |
* | 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 | 2 | -30/+86 |
* | VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILON | Sven Göthel | 2024-02-14 | 1 | -5/+4 |
* | 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: Apply intersection tests for non-convex shapes to reject new CCW a... | Sven Göthel | 2024-02-13 | 3 | -26/+123 |
* | 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 | 1 | -0/+15 |
* | Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH... | Sven Göthel | 2024-02-13 | 2 | -24/+24 |
* | VectorUtil: Remove unused isInCircleVec2f() and triAreaVec2f(), now using *2d... | Sven Göthel | 2024-02-12 | 1 | -34/+8 |
* | Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h... | Sven Göthel | 2024-02-12 | 3 | -20/+55 |
* | Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi... | Sven Göthel | 2024-02-12 | 1 | -18/+65 |
* | Graph: Outline[Shape]: Add print() | Sven Göthel | 2024-02-11 | 2 | -0/+26 |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 1 | -0/+32 |
* | 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 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 2 | -0/+47 |
* | Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ... | Sven Göthel | 2024-02-02 | 5 | -23/+41 |
* | 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 | 6 | -60/+25 |
* | GLMediaPlayer: Adjust API doc and certain names differentiating video (from s... | Sven Göthel | 2024-02-02 | 1 | -3/+15 |
* | Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS... | Sven Göthel | 2024-02-02 | 6 | -176/+299 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 4 | -31/+195 |
* | Vec[234][ifd]: Add toArray(..) method | Sven Göthel | 2024-02-01 | 5 | -0/+39 |
* | Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a... | Sven Göthel | 2024-02-01 | 6 | -42/+925 |
* | Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending... | Sven Göthel | 2024-01-31 | 2 | -0/+30 |
* | GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab... | Sven Göthel | 2024-01-31 | 1 | -4/+16 |
* | GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList... | Sven Göthel | 2024-01-31 | 1 | -10/+29 |
* | Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr... | Sven Göthel | 2024-01-31 | 5 | -31/+220 |
* | GLMediaPlayer: Add getSubtitleCodec() | Sven Göthel | 2024-01-29 | 1 | -2/+8 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor... | Sven Göthel | 2024-01-28 | 3 | -0/+175 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 1 | -0/+8 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 1 | -17/+96 |
* | GLMediaPlayer: Fix playing with single-threaded mode w/ texture-count 1 | Sven Göthel | 2024-01-26 | 1 | -2/+3 |
* | Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..) | Sven Göthel | 2024-01-26 | 6 | -50/+114 |
* | Bug 1491: Add missing rename DefaultGraphicsDevice.swap{Device->}HandleAndOwn... | Sven Göthel | 2024-01-25 | 1 | -2/+2 |
* | Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit... | Sven Göthel | 2024-01-25 | 1 | -36/+28 |