| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1501: Graph Shape: onInit(ListenerBool) -> onDraw(DrawListener) w/ added ... | Sven Göthel | 2024-02-13 | 1 | -14/+31 |
* | GraphUI Shape: Add MouseEvent to MoveListener; RangeSlider: Add rel obj posit... | Sven Göthel | 2024-02-07 | 1 | -11/+12 |
* | GraphUI: Add Shape.IO_DISCARDED and update it @ Scene/Group draw(); Prepare f... | Sven Göthel | 2024-02-05 | 1 | -2/+13 |
* | Bug 1498: Refine Top-Level Widget Mode: Handle active-state by Scene, simplif... | Sven Göthel | 2024-02-05 | 1 | -7/+6 |
* | Bug 1498: GraphUI: Fix Picking Traversal throughout Groups in Z-Descending Or... | Sven Göthel | 2024-02-05 | 1 | -6/+18 |
* | Bug 1498: Change Top-Level Widget Mode: Register a top-level Group in Scene, ... | Sven Göthel | 2024-02-05 | 1 | -6/+4 |
* | GraphUI Cleanup: Use TreeTool directly (Reduce virtl-funcs); Fix typos; Use ... | Sven Göthel | 2024-02-04 | 1 | -24/+42 |
* | Bug 1495: GraphUI Shape: Fix updateMat() API doc | Sven Göthel | 2024-01-31 | 1 | -3/+2 |
* | Bug 1496 - GraphUI Shape: Allow markShapeDirty() and markStateDirty() to be l... | Sven Göthel | 2024-01-31 | 1 | -11/+8 |
* | Bug 1495: GraphUI Shape: Only updateMat() if marked dirty once in applyMatToM... | Sven Göthel | 2024-01-31 | 1 | -34/+64 |
* | GraphUI Shape: API doc for colors; add makeShapeDirty() on setColor(); add ac... | Sven Göthel | 2024-01-26 | 1 | -9/+68 |
* | GraphUI Layout: Emphasize whether a value/parameter is scaled or unscaled in ... | Sven Göthel | 2024-01-26 | 1 | -4/+4 |
* | Math Vec*: Rename {scale->mul}(..) for non-scalar types (n-dim); Add div(..) | Sven Göthel | 2024-01-26 | 1 | -4/+4 |
* | Bug 1490: Add missing rename Shape.transformMvTo() -> applyMatToMv(), an tran... | Sven Göthel | 2024-01-22 | 1 | -31/+31 |
* | Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()... | Sven Göthel | 2024-01-22 | 1 | -6/+16 |
* | Bug 1490 - GraphUI Group: Resolve Performance Issues with Shape Mv Transform ... | Sven Göthel | 2024-01-22 | 1 | -71/+167 |
* | GraphUI Tooltip*: Allow user to trigger display via now(); Ensure TooltipShap... | Sven Göthel | 2024-01-20 | 1 | -12/+23 |
* | GraphUI Tooltip*: Generalize Tooltip base (more versatile) and add TooltipSha... | Sven Göthel | 2024-01-19 | 1 | -3/+9 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 1 | -20/+17 |
* | GraphUI Shape: Add receiveKeyEvents() and receiveMouseEvents() allowing a Sha... | Sven Göthel | 2024-01-15 | 1 | -4/+119 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 1 | -5/+19 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 1 | -0/+2 |
* | GraphUI Margin/Padding: Rename zeroSum*() -> zero*() | Sven Göthel | 2024-01-12 | 1 | -2/+2 |
* | GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(... | Sven Göthel | 2024-01-07 | 1 | -8/+8 |
* | GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is requ... | Sven Göthel | 2024-01-07 | 1 | -9/+4 |
* | GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del... | Sven Göthel | 2024-01-07 | 1 | -0/+50 |
* | GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of si... | Sven Göthel | 2024-01-07 | 1 | -10/+37 |
* | GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s]()... | Sven Göthel | 2024-01-07 | 1 | -4/+12 |
* | GraphUI Shape: Allow overriding of setColor(..) and setPressedColorMod(..) | Sven Gothel | 2023-12-24 | 1 | -3/+3 |
* | GraphUI Scene/Shape: Add KeyListener for activeShape | Sven Gothel | 2023-12-24 | 1 | -0/+54 |
* | GraphUI Shape: Unify 'resetState()' for clear and destroy, refine API doc | Sven Gothel | 2023-12-19 | 1 | -16/+22 |
* | GraphUI Shape: setParent() pp -> protected, allow to override setName() | Sven Gothel | 2023-12-19 | 1 | -6/+6 |
* | GraphUI Shape.move*(): Don't notify MotionListener on programmatic move. | Sven Gothel | 2023-12-19 | 1 | -11/+16 |
* | Bug 805: GraphUI: Add Group.replaceShape(..) and Shape.getParent() | Sven Gothel | 2023-12-18 | 1 | -1/+12 |
* | Bug 805: GraphUI Scene/Shape Pick-Active/Interaction: Pick shall complete tra... | Sven Gothel | 2023-12-18 | 1 | -101/+115 |
* | Bug 805: GraphUI Group: Add 'widget-mode' used to utilize a group as one visi... | Sven Gothel | 2023-12-18 | 1 | -1/+10 |
* | GraphUI Shape: Fix Z{Ascending,Descending}Comparator using and exposing getAd... | Sven Gothel | 2023-12-18 | 1 | -16/+31 |
* | GraphUI Shape: Rename is{Container -> Group}(), denoting a group only | Sven Gothel | 2023-12-18 | 1 | -2/+2 |
* | GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for clarity | Sven Gothel | 2023-12-18 | 1 | -7/+13 |
* | GraphUI Shape/Group: Group.isActive() also returns true if any child is activ... | Sven Gothel | 2023-12-12 | 1 | -1/+4 |
* | GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det... | Sven Gothel | 2023-12-12 | 1 | -18/+27 |
* | GraphUI Shape: Add IO_ACTIVABLE state | Sven Gothel | 2023-12-12 | 1 | -17/+38 |
* | GraphUI Shape: Simplify setIO(..) usage (private) | Sven Gothel | 2023-12-12 | 1 | -7/+7 |
* | GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m... | Sven Gothel | 2023-10-03 | 1 | -6/+19 |
* | GraphUI: Shape: Add missing 'markShapeDirty()' on setBorderColor() | Sven Gothel | 2023-09-30 | 1 | -0/+2 |
* | Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo... | Sven Gothel | 2023-09-30 | 1 | -19/+33 |
* | GraphUI Shape: Issue onToggleListener on setToggle(..) to complete user exper... | Sven Gothel | 2023-09-26 | 1 | -0/+7 |
* | GraphUI Shape: Add remaining binary states to bitfield to preserver footprint .. | Sven Gothel | 2023-09-26 | 1 | -26/+28 |
* | GraphUI: Mark some more methods final in Shape + GraphShape | Sven Gothel | 2023-09-26 | 1 | -3/+3 |
* | GraphUI Shape: Use a bitfield for the many binrary states instead of boolean ... | Sven Gothel | 2023-09-26 | 1 | -46/+47 |