| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1501: Graph Shape: onInit(ListenerBool) -> onDraw(DrawListener) w/ added ... | Sven Göthel | 2024-02-13 | 5 | -20/+40 |
* | Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR... | Sven Göthel | 2024-02-13 | 4 | -8/+40 |
* | Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH... | Sven Göthel | 2024-02-13 | 18 | -46/+47 |
* | 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 |
* | Remove unused imports ... | Sven Göthel | 2024-02-12 | 4 | -10/+0 |
* | 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: Add UIShapeDemo02a test for rectangular shape provoking tess... | Sven Göthel | 2024-02-12 | 2 | -0/+227 |
* | 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 |
* | GraphUI Demos FontView01 + UIMediaGrid01: Use FSAA 8 (GPU MSAA 8) as these de... | Sven Göthel | 2024-02-07 | 3 | -6/+10 |
* | GraphUI MediaPlayer: Add HUDShape on time-slider @ mouse-over with time-strin... | Sven Göthel | 2024-02-07 | 2 | -75/+171 |
* | GraphUI: Add HUDShape, a convenient HUD shape to be exposed in the scene usin... | Sven Göthel | 2024-02-07 | 1 | -0/+262 |
* | GraphUI Tooltip*: Remove unused paramter in createTip() and clarify names | Sven Göthel | 2024-02-07 | 4 | -63/+102 |
* | GraphUI Shape: Add MouseEvent to MoveListener; RangeSlider: Add rel obj posit... | Sven Göthel | 2024-02-07 | 8 | -75/+132 |
* | 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 |
* | GraphUI RangeSlider: Fix 'activeOldMod' -> static to member | Sven Göthel | 2024-02-05 | 1 | -1/+1 |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 12 | -93/+190 |
* | GraphUI: Add Shape.IO_DISCARDED and update it @ Scene/Group draw(); Prepare f... | Sven Göthel | 2024-02-05 | 4 | -5/+57 |
* | Bug 1498: Refine Top-Level Widget Mode: Handle active-state by Scene, simplif... | Sven Göthel | 2024-02-05 | 3 | -47/+43 |
* | GraphUI MediaPlayer: Elevate the ctrlSlider a little (and add it behind ctrlB... | Sven Göthel | 2024-02-05 | 1 | -1/+3 |
* | Bug 805: GraphUI Demos: Adopt changes to FontView01 + UIMediaGrid01, dropping... | Sven Göthel | 2024-02-05 | 3 | -320/+43 |
* | Bug 805: GraphUI MediaPlayer: Add 'Aspect Ratio Crop' Button; Have Chapter Pr... | Sven Göthel | 2024-02-05 | 1 | -45/+109 |
* | Bug 1498: GraphUI: Fix Picking Traversal throughout Groups in Z-Descending Or... | Sven Göthel | 2024-02-05 | 4 | -197/+246 |
* | Bug 1498: Change Top-Level Widget Mode: Register a top-level Group in Scene, ... | Sven Göthel | 2024-02-05 | 6 | -57/+109 |
* | Bug 1498: GraphUI: Adopt RangedSlider to new picking (coming up), simplifies ... | Sven Göthel | 2024-02-04 | 2 | -46/+21 |
* | GraphUI Cleanup: Use TreeTool directly (Reduce virtl-funcs); Fix typos; Use ... | Sven Göthel | 2024-02-04 | 20 | -284/+215 |
* | GLMediaPlayer.Chapter: Add duration() | Sven Göthel | 2024-02-04 | 1 | -0/+2 |
* | GraphUI RangeSlider: Active {Page -> Knob} Color modulation now affects the k... | Sven Göthel | 2024-02-04 | 1 | -24/+22 |
* | Bug 1493: Enhance Text/ASS subtitle layout: Split too wide text into multiple... | Sven Göthel | 2024-02-04 | 1 | -8/+36 |
* | GraphUI Button: Fix API doc typo | Sven Göthel | 2024-02-04 | 1 | -1/+1 |
* | Graph Font: Pull up static function | Sven Göthel | 2024-02-04 | 1 | -16/+16 |
* | GraphUI: Fix func-name, rename TexSeqButton.use{AspectRation->ARatio}Letterbo... | Sven Göthel | 2024-02-04 | 2 | -3/+3 |
* | GraphUI RangedGroup: Keep position @ validate() | Sven Göthel | 2024-02-04 | 1 | -1/+3 |
* | Tooltip[Text]: Use a slightly round button, change to grayscale colors matchi... | Sven Göthel | 2024-02-04 | 2 | -14/+20 |
* | Use new com.jogamp.common.util.StringUtil (GlueGen) | Sven Göthel | 2024-02-04 | 4 | -35/+15 |
* | 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 |