| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI Container: Add getShapeCount() and add API doc .. | Sven Gothel | 2023-09-20 | 3 | -6/+15 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 17 | -363/+364 |
* | GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axis | Sven Gothel | 2023-09-19 | 2 | -6/+44 |
* | GraphUI GridLayout: Disable TRACE_LAYOUT | Sven Gothel | 2023-09-19 | 1 | -1/+1 |
* | GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste... | Sven Gothel | 2023-09-19 | 2 | -26/+23 |
* | GraphUI Label: Add convenient methods getUnscaledGlyphBounds(..) | Sven Gothel | 2023-09-17 | 1 | -0/+12 |
* | GraphUI Layout: Remove unused leftover var and complete GridLayout ctor | Sven Gothel | 2023-09-17 | 2 | -3/+12 |
* | GraphUI GlyphShape: Add copy-ctor variant | Sven Gothel | 2023-09-16 | 1 | -0/+17 |
* | GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale... | Sven Gothel | 2023-09-16 | 5 | -100/+104 |
* | GraphUI Group.validateImpl(): Pick RenderMode for border from 1st Shape if re... | Sven Gothel | 2023-09-16 | 1 | -1/+12 |
* | GraphUI Group: Override isShapeDirty(), performing a deep dirty state update ... | Sven Gothel | 2023-09-16 | 2 | -1/+14 |
* | GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh... | Sven Gothel | 2023-09-05 | 4 | -186/+310 |
* | GraphUI Layout: Html'ify API header of Gap and Padding | Sven Gothel | 2023-09-05 | 2 | -2/+4 |
* | GraphUI Layout Alignment: Separate center alignment to horizontal and vertical | Sven Gothel | 2023-09-05 | 1 | -8/+11 |
* | GraphUI Shape: Add setScale(..) and scale(..) with Vec3f for convenience; Add... | Sven Gothel | 2023-09-05 | 1 | -2/+20 |
* | 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: Use z-top of bounding box for border rectangle, not z-center | Sven Gothel | 2023-09-05 | 1 | -6/+6 |
* | GraphUI Margin, Alignment: Reuse ctor for default-ctor | Sven Gothel | 2023-09-04 | 2 | -2/+2 |
* | GraphUI: Button/Label: Complete String -> CharSequence type change for text, ... | Sven Gothel | 2023-09-04 | 3 | -6/+6 |
* | GraphUI GraphShape: Split renderModes -> final renderModesReq + mutable rende... | Sven Gothel | 2023-09-04 | 1 | -2/+26 |
* | GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin... | Sven Gothel | 2023-09-04 | 8 | -54/+238 |
* | GraphUI Button: Add label bounds to own shape (adds used z-range) | Sven Gothel | 2023-09-03 | 1 | -0/+2 |
* | GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va... | Sven Gothel | 2023-09-03 | 2 | -6/+53 |
* | GraphUI Shape.ZAscendingComparator: Use (faster) FloatUtil.isEqual2(a,b) and ... | Sven Gothel | 2023-09-03 | 1 | -3/+10 |
* | GraphUI Shape: Enhance API doc for colors | Sven Gothel | 2023-09-03 | 1 | -6/+35 |
* | 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 Shape: Show dirty-state in getSubString() | Sven Gothel | 2023-08-28 | 1 | -1/+13 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 3 | -8/+7 |
* | GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,... | Sven Gothel | 2023-08-27 | 1 | -1/+1 |
* | GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro... | Sven Gothel | 2023-08-27 | 1 | -0/+812 |
* | GraphUI: Use thread-save and lock-free CopyOnWriteArrayList for List<Shape>, ... | Sven Gothel | 2023-08-27 | 2 | -4/+4 |
* | GraphUI: Shape: Add runSynced(Runnable); Add setPMVMatrix(..) to setup comple... | Sven Gothel | 2023-08-25 | 1 | -39/+100 |
* | GraphUI: Group API doc + remove GlyphShape's redundant many getOrigPos() vari... | Sven Gothel | 2023-08-25 | 2 | -40/+7 |
* | Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove... | Sven Gothel | 2023-08-13 | 1 | -6/+10 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 2 | -6/+3 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 1 | -2/+12 |
* | GraphUI: Add Shape.getSurfacePort(..): Similar to getSurfaceSize(..) but retu... | Sven Gothel | 2023-08-01 | 1 | -0/+31 |
* | GraphUI Shape: Add one-shot init callback, will be called after each draw(..)... | Sven Gothel | 2023-05-23 | 1 | -0/+22 |
* | GraphUI Scene: Drop redundant and wrong setupMatrix(pmv) for forOne(..) and f... | Sven Gothel | 2023-05-23 | 1 | -4/+2 |
* | GraphUI MediaButton: Expose AudioSink | Sven Gothel | 2023-05-23 | 1 | -0/+3 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 1 | -6/+6 |
* | GraphUI GridLayout: Handle 'diffBL' in 2nd path, no need to store as we don't... | Sven Gothel | 2023-04-29 | 1 | -10/+10 |
* | GraphUI GridLayout: Remove old unused layout0(..) method | Sven Gothel | 2023-04-29 | 1 | -134/+0 |
* | GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout. | Sven Gothel | 2023-04-29 | 3 | -56/+369 |
* | GraphUI Shape: Use null rotPivot indicating unset (isZero not sufficient); to... | Sven Gothel | 2023-04-28 | 1 | -13/+17 |
* | GraphUI Shape: Fix hasPadding() and add padding + border details to toString() | Sven Gothel | 2023-04-28 | 1 | -2/+4 |
* | GraphUI Add Alignment and Gap for layout | Sven Gothel | 2023-04-28 | 2 | -0/+199 |