| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph: Cleanup Loop & OutlineShape, more compact methods | Sven Göthel | 2024-02-15 | 1 | -21/+18 |
* | VectorUtil: Bring back specialized testSeg2segIntersection() w/ build-in Floa... | Sven Göthel | 2024-02-14 | 1 | -3/+3 |
* | Bug 1501: Refine convex == !complex: Use 'complex' term, have env-property to... | Sven Göthel | 2024-02-14 | 3 | -49/+79 |
* | VectorUtil: Generalize *seg2segIntersection* w/ epsilon and doCollinear | Sven Göthel | 2024-02-14 | 1 | -3/+3 |
* | Bug 1501: Apply intersection tests for non-convex shapes to reject new CCW a... | Sven Göthel | 2024-02-13 | 3 | -26/+123 |
* | VectorUtil: Consolidate names, remove unused float prevision variants (if any) | Sven Göthel | 2024-02-13 | 2 | -40/+7 |
* | 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 |
* | Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h... | Sven Göthel | 2024-02-12 | 2 | -9/+10 |
* | Graph: Outline[Shape]: Add print() | Sven Göthel | 2024-02-11 | 2 | -0/+26 |
* | 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 | 1 | -11/+0 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 2 | -0/+47 |
* | 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 | 4 | -22/+22 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 1 | -31/+4 |
* | Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit... | Sven Göthel | 2024-01-25 | 1 | -36/+28 |
* | Graph: Drop non-existing 'JAVA' font from FontFactory | Sven Göthel | 2024-01-25 | 1 | -7/+1 |
* | Bug 1488 - Graph RegionRenderer: Use a more deterministic 64-bit shaderKey: [... | Sven Göthel | 2024-01-22 | 1 | -31/+62 |
* | Bug 1488 - Graph RegionRenderer: Ensure shaderPrograms1 path is disabled usin... | Sven Göthel | 2024-01-22 | 1 | -6/+8 |
* | Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an... | Sven Göthel | 2024-01-22 | 1 | -64/+182 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 2 | -27/+37 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 1 | -1/+1 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 5 | -52/+89 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 3 | -20/+34 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 5 | -7/+7 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 5 | -93/+179 |
* | Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration | Sven Göthel | 2024-01-09 | 2 | -0/+5 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 3 | -11/+37 |
* | Graph Region: Edit API doc for AA_RENDERING_MASK | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 2 | -1/+38 |
* | Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `. | Sven Gothel | 2023-09-24 | 1 | -17/+20 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 3 | -24/+78 |
* | Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in... | Sven Gothel | 2023-09-24 | 1 | -0/+6 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 18 | -2302/+62 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 2 | -3/+6 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 2 | -6/+6 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 2 | -2/+2 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -1/+12 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -3/+15 |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 1 | -13/+17 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 3 | -8/+42 |
* | Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann... | Sven Gothel | 2023-08-12 | 1 | -6/+12 |
* | Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either... | Sven Gothel | 2023-08-02 | 1 | -3/+24 |
* | Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha... | Sven Gothel | 2023-08-02 | 1 | -1/+1 |
* | Graph RegionRenderer.destroy(): Detach RenderState from GL instance | Sven Gothel | 2023-08-02 | 1 | -0/+1 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 1 | -16/+34 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 1 | -0/+3 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 1 | -5/+3 |