| Commit message (Expand) | Author | Age | Files | Lines |
* | FloatUtil Epsilon ops: Generalize all epsilon operations by allowing passing ... | Sven Göthel | 2024-02-14 | 1 | -18/+101 |
* | Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH... | Sven Göthel | 2024-02-13 | 7 | -8/+8 |
* | Bug 1498: GraphUI: Adopt RangedSlider to new picking (coming up), simplifies ... | Sven Göthel | 2024-02-04 | 1 | -6/+5 |
* | Use new com.jogamp.common.util.StringUtil (GlueGen) | Sven Göthel | 2024-02-04 | 1 | -2/+3 |
* | Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..) | Sven Göthel | 2024-01-26 | 1 | -8/+8 |
* | Graph: Drop non-existing 'JAVA' font from FontFactory | Sven Göthel | 2024-01-25 | 2 | -7/+1 |
* | Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()... | Sven Göthel | 2024-01-22 | 1 | -1/+1 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 11 | -53/+45 |
* | Graph Text Tests: TestTextRendererNEWT20, TestTextRendererNEWT21: Reduce samp... | Sven Göthel | 2024-01-15 | 3 | -13/+42 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 12 | -119/+125 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 3 | -3/+3 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 3 | -3/+4 |
* | Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ... | Sven Gothel | 2023-10-02 | 3 | -3/+258 |
* | Bug 1431: Fix NewtCanvasAWT resize on X11, broken since commit ad38d155985498... | Sven Gothel | 2023-09-29 | 2 | -0/+240 |
* | Graph Font Tests: Fix missing codepoint -> GlyphID conversion | Sven Gothel | 2023-09-24 | 3 | -3/+3 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 2 | -11/+9 |
* | GraphUI Test: FontViewListener01: Align to FontView01 .. fix invsible GlyphSh... | Sven Gothel | 2023-09-20 | 2 | -28/+33 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 52 | -296/+280 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 2 | -37/+37 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -2/+1 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 8 | -14/+20 |
* | Add TestVec3f01NOUI: This test shall be enhanced, only priliminary angle test... | Sven Gothel | 2023-08-27 | 1 | -0/+137 |
* | TestSWTAccessor02NewtGLWindow: Use lambda for SWTAccessor.invokeOnOSTKThread(..) | Sven Gothel | 2023-08-23 | 1 | -4/+5 |
* | Bug 1310: Detect missing glViewport(..) on Windows before GLEventListener.res... | Sven Gothel | 2023-08-18 | 1 | -2/+24 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 39 | -673/+731 |
* | FontViewListener01/TestTextRendererNEWT21: Use 30 pixelPerCell (total w/ gap)... | Sven Gothel | 2023-08-12 | 1 | -10/+21 |
* | Test Bug1310: Remove and re-add a GLJPanel from its Swing parent (working) | Sven Gothel | 2023-08-07 | 1 | -0/+246 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 8 | -28/+22 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 1 | -2/+1 |
* | HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha... | Sven Gothel | 2023-05-15 | 2 | -2/+211 |
* | HiDPI: Complete testing on Windows (AWT, NEWT, AWT+NEWT): AWT pixel scale pro... | Sven Gothel | 2023-05-14 | 2 | -4/+10 |
* | HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block... | Sven Gothel | 2023-05-14 | 2 | -12/+705 |
* | HiDPI: TestGearsES2NEWT: Show MonitorDevice properties, validating pixelScale | Sven Gothel | 2023-05-13 | 1 | -0/+5 |
* | GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout. | Sven Gothel | 2023-04-29 | 1 | -2/+3 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 5 | -8/+11 |
* | GraphUI Test: Have TestTextRendererNEWT21's FontViewListener01 use 8mm/cell t... | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor arguments | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 2 | -3/+4 |
* | GraphUI Demo/Test: FontView[Listener]01: Use 10 'mmPerCell', Monitor resoluti... | Sven Gothel | 2023-04-14 | 1 | -6/+24 |
* | GraphUI Tests: Add TestTextRendererNEWT21 using FontViewListener01 (like Font... | Sven Gothel | 2023-04-14 | 2 | -0/+458 |
* | Graph Unit Tests: Minor edits: Wait for GLRunnable done on screenshot, ... | Sven Gothel | 2023-04-14 | 3 | -3/+6 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 6 | -80/+174 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 40 | -1039/+727 |
* | Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f... | Sven Gothel | 2023-04-05 | 3 | -98/+232 |
* | TestAWTCardLayoutAnimatorStartStopBug532: Suppress warnings | Sven Gothel | 2023-04-05 | 1 | -1/+10 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 13 | -408/+3218 |
* | Graph FontScale: Simplify names, fix API doc and add unit test | Sven Gothel | 2023-03-28 | 5 | -4/+66 |
* | Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic name | Sven Gothel | 2023-03-27 | 1 | -2/+2 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 3 | -4/+4 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 13 | -11/+547 |