| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI: Add Shape.IO_DISCARDED and update it @ Scene/Group draw(); Prepare f... | Sven Göthel | 2024-02-05 | 1 | -1/+5 |
* | Bug 1498: Refine Top-Level Widget Mode: Handle active-state by Scene, simplif... | Sven Göthel | 2024-02-05 | 1 | -17/+35 |
* | Bug 1498: GraphUI: Fix Picking Traversal throughout Groups in Z-Descending Or... | Sven Göthel | 2024-02-05 | 1 | -172/+215 |
* | Bug 1498: Change Top-Level Widget Mode: Register a top-level Group in Scene, ... | Sven Göthel | 2024-02-05 | 1 | -8/+68 |
* | GraphUI Cleanup: Use TreeTool directly (Reduce virtl-funcs); Fix typos; Use ... | Sven Göthel | 2024-02-04 | 1 | -58/+6 |
* | Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon... | Sven Göthel | 2024-02-03 | 1 | -22/+0 |
* | GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI... | Sven Göthel | 2024-01-28 | 1 | -0/+22 |
* | Scene.dispatchMouseEventPickShape(): Reuse PMVMatrix4f, Ray and Vec3f within ... | Sven Göthel | 2024-01-19 | 1 | -6/+8 |
* | Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()... | Sven Göthel | 2024-01-22 | 1 | -24/+51 |
* | Bug 1490 - GraphUI Performance: Group/Scene: Use temp sorted arrays | Sven Göthel | 2024-01-22 | 1 | -9/+11 |
* | Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ... | Sven Göthel | 2024-01-22 | 1 | -3/+3 |
* | GraphUI Tooltip*: Allow user to trigger display via now(); Ensure TooltipShap... | Sven Göthel | 2024-01-20 | 1 | -21/+35 |
* | GraphUI Graph/Scene: Reuse TreeTool for contains(), getShapeByID() and getSha... | Sven Göthel | 2024-01-20 | 1 | -13/+3 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 1 | -1/+3 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 1 | -2/+2 |
* | GraphUI Tooltip*: Generalize Tooltip base (more versatile) and add TooltipSha... | Sven Göthel | 2024-01-19 | 1 | -7/+12 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 1 | -59/+23 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 1 | -15/+25 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 1 | -29/+36 |
* | GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(... | Sven Göthel | 2024-01-07 | 1 | -21/+26 |
* | GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is requ... | Sven Göthel | 2024-01-07 | 1 | -9/+9 |
* | GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del... | Sven Göthel | 2024-01-07 | 1 | -4/+43 |
* | GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s]()... | Sven Göthel | 2024-01-07 | 1 | -80/+67 |
* | GraphUI Scene/Shape: Add KeyListener for activeShape | Sven Gothel | 2023-12-24 | 1 | -6/+44 |
* | Bug 805: GraphUI Scene/Shape Pick-Active/Interaction: Pick shall complete tra... | Sven Gothel | 2023-12-18 | 1 | -41/+41 |
* | GraphUI Container: Cleanup or Group/Scene add*/remove* methods | Sven Gothel | 2023-12-18 | 1 | -9/+31 |
* | GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for clarity | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | GraphUI Scene: Allow attaching GLAutoDrawable manually and adding GLEventList... | Sven Gothel | 2023-12-04 | 1 | -2/+26 |
* | GraphUI Shape: Complete commit c8ec6fa7cc16a0777db16af8b4d0d0b898f8b546 | Sven Gothel | 2023-10-03 | 1 | -2/+13 |
* | GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin... | Sven Gothel | 2023-10-03 | 1 | -0/+20 |
* | Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver... | Sven Gothel | 2023-09-30 | 1 | -15/+24 |
* | Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo... | Sven Gothel | 2023-09-30 | 1 | -16/+10 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 1 | -1/+1 |
* | Bug 1459 - GraphUI Shape: Add active (pointer over/left) state and callback L... | Sven Gothel | 2023-09-24 | 1 | -4/+10 |
* | Bug 1454 - GraphUI Scene: Make active ZOffset scale configurable | Sven Gothel | 2023-09-24 | 1 | -2/+7 |
* | Bug 1454 - GraphUI Scene: Elevate active (selected) shape (add z-offset) and ... | Sven Gothel | 2023-09-23 | 1 | -1/+14 |
* | Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali... | Sven Gothel | 2023-09-23 | 1 | -4/+4 |
* | Bug 1452: GraphUI Scene DefaultPMVMatrixSetup.set(): Fix regression of commit... | Sven Gothel | 2023-09-23 | 1 | -1/+1 |
* | GraphUI Container: Add getShapeCount() and add API doc .. | Sven Gothel | 2023-09-20 | 1 | -3/+5 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 1 | -75/+71 |
* | GraphUI Scene: Add invoke(boolean wait, GLRunnable) for convenience using GLA... | Sven Gothel | 2023-09-05 | 1 | -0/+21 |
* | GraphUI Scene: Only set dbgBorderThickness on shape if not zero and shape has... | Sven Gothel | 2023-09-05 | 1 | -1/+3 |
* | GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin... | Sven Gothel | 2023-09-04 | 1 | -1/+3 |
* | GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va... | Sven Gothel | 2023-09-03 | 1 | -2/+23 |
* | GraphUI Scene: Generalize its interface PMVMatrixSetup and usage of its Defau... | Sven Gothel | 2023-09-03 | 1 | -39/+112 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -8/+37 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -2/+2 |
* | GraphUI: Use thread-save and lock-free CopyOnWriteArrayList for List<Shape>, ... | Sven Gothel | 2023-08-27 | 1 | -2/+2 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 1 | -5/+2 |
* | GraphUI Scene: Drop redundant and wrong setupMatrix(pmv) for forOne(..) and f... | Sven Gothel | 2023-05-23 | 1 | -4/+2 |