aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to...Sven Göthel2024-02-142-20/+12
* VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinearSven Göthel2024-02-141-8/+8
* VectorUtil: Remove double InCircleDThreshold = DoubleUtil.EPSILONSven Göthel2024-02-141-1/+3
* 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-132-103/+246
* Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR...Sven Göthel2024-02-131-1/+2
* Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH...Sven Göthel2024-02-133-7/+8
* Loop.isValidNeighborDbg(): Remove DEBUG branch, always trueSven Göthel2024-02-121-8/+4
* 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-122-25/+22
* Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi...Sven Göthel2024-02-123-88/+132
* 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-059-47/+59
* 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-031-0/+11
* Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...Sven Göthel2024-02-021-6/+3
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-022-11/+11
* GLMediaPlayerImpl: Disable subDEBUG flagSven Göthel2024-02-021-1/+1
* GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...Sven Göthel2024-02-021-13/+13
* GLMediaPlayerImpl.StreamWorker: Don't grow videoFramesFree since having remov...Sven Göthel2024-02-021-4/+0
* GLMediaPlayerImpl: Allow one frame to be shown paused when issuing seek(), i....Sven Göthel2024-02-021-5/+14
* Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS...Sven Göthel2024-02-0211-101/+322
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-017-7/+71
* Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a...Sven Göthel2024-02-011-191/+0
* Graph shader (pass1 simple): USE_COLOR_TEXTURE: Clip to vec4(0) color using a...Sven Göthel2024-01-311-4/+4
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-312-42/+100
* GLMediaPlayer: Add getSubtitleCodec()Sven Göthel2024-01-291-0/+3
* FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu...Sven Göthel2024-01-285-13/+36
* GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor...Sven Göthel2024-01-285-27/+67
* GLMediaPlayer: Support tile metadataSven Göthel2024-01-273-26/+48
* GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea...Sven Göthel2024-01-279-62/+217
* GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...Sven Göthel2024-01-271-3/+3
* GLMediaPlayerImpl: Throw out video_queue_growthSven Göthel2024-01-271-35/+2