aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GraphUI: Fix func-name, rename TexSeqButton.use{AspectRation->ARatio}Letterbo...Sven Göthel2024-02-042-3/+3
* GraphUI RangedGroup: Keep position @ validate()Sven Göthel2024-02-041-1/+3
* Tooltip[Text]: Use a slightly round button, change to grayscale colors matchi...Sven Göthel2024-02-042-14/+20
* Use new com.jogamp.common.util.StringUtil (GlueGen)Sven Göthel2024-02-044-35/+15
* 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-039-58/+116
* Bug 1493: Supply language code to SubtitleEvent, perhaps allowsing player to ...Sven Göthel2024-02-026-29/+44
* Bug 1493 - Text/ASS Subtitle via MediaButton/MediaPlayer Alignment defaults t...Sven Göthel2024-02-023-21/+43
* 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
* GLMediaPlayer: Adjust API doc and certain names differentiating video (from s...Sven Göthel2024-02-022-16/+28
* 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-0223-616/+1252
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-0112-43/+296
* Vec[234][ifd]: Add toArray(..) methodSven Göthel2024-02-015-0/+39
* Bug 1494: Clarify SubtitleEvent class, adding general FFmpeg analog CodecID a...Sven Göthel2024-02-016-45/+737
* Bug 1495: GraphUI Shape: Fix updateMat() API docSven Göthel2024-01-311-3/+2
* Graph shader (pass1 simple): USE_COLOR_TEXTURE: Clip to vec4(0) color using a...Sven Göthel2024-01-311-4/+4
* GraphUI Demos: FontView01 can use scaling Lable ctor; UISceneDemo01b doesn't ...Sven Göthel2024-01-312-3/+2
* Add Vec2f.set(Vec2i) and Vec2f(Vec2i); Add Texture.set(..) allowing a pending...Sven Göthel2024-01-312-0/+30
* GraphUI: Only issue Shape.mark*Dirty() if values were updated or data availab...Sven Göthel2024-01-314-12/+30
* Bug 1496 - GraphUI Shape: Allow markShapeDirty() and markStateDirty() to be l...Sven Göthel2024-01-311-11/+8
* Bug 1495: GraphUI Shape: Only updateMat() if marked dirty once in applyMatToM...Sven Göthel2024-01-311-34/+64
* Utilize PTS.getCurrent() where applicableSven Göthel2024-01-315-13/+13
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-3117-114/+136
* Bug 1494: Add SubTextureEvent & SubEmptyEvent; Add SubtitleEvent.release() pr...Sven Göthel2024-01-315-31/+220
* GraphUI MediaButton: Add blending below subtitle, allow setting color/blendin...Sven Göthel2024-01-292-18/+69
* GLMediaPlayer: Add getSubtitleCodec()Sven Göthel2024-01-292-2/+11
* FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu...Sven Göthel2024-01-289-65/+142
* FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t...Sven Göthel2024-01-282-22/+34
* Cleanup GLMediaPlayer.EventMask.Bit handling in GLMediaEventListener implemen...Sven Göthel2024-01-286-12/+6
* GraphUI MediaButton: Clear cached subtitle data on uninit and init from GLMed...Sven Göthel2024-01-281-2/+12