| Commit message (Expand) | Author | Age | Files | Lines |
* | GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT... | Sven Gothel | 2023-04-20 | 7 | -16/+35 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 7 | -17/+15 |
* | Graph OutlineShape.get{Outline->}VectexCount() renamed | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec... | Sven Gothel | 2023-04-19 | 2 | -12/+12 |
* | GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ... | Sven Gothel | 2023-04-18 | 1 | -0/+225 |
* | GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor arguments | Sven Gothel | 2023-04-18 | 3 | -48/+5 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 11 | -14/+15 |
* | GraphUI Demos: Move GraphUIDemoArgs to sub-package util | Sven Gothel | 2023-04-18 | 9 | -2/+9 |
* | GraphUI Demo FontView01: Add font-name and selected glyphID to screenshot fil... | Sven Gothel | 2023-04-14 | 1 | -4/+8 |
* | GraphUI Demo FontView01: Add screenshot per selected Glyph | Sven Gothel | 2023-04-14 | 1 | -6/+9 |
* | GraphUI Demo FontView01: Separate general font metrix (height, line-height) f... | Sven Gothel | 2023-04-14 | 1 | -3/+3 |
* | GraphUI Demo FontView01: Add 'infoGrid' w/ GlyphShape (-> DAG SG reusing inst... | Sven Gothel | 2023-04-14 | 1 | -21/+106 |
* | GraphUI Demo/Test: FontView[Listener]01: Use 10 'mmPerCell', Monitor resoluti... | Sven Gothel | 2023-04-14 | 1 | -40/+46 |
* | GraphUI Demo FontView01: Use full window size if grid is not otherwise define... | Sven Gothel | 2023-04-14 | 1 | -13/+25 |
* | GraphUI Demos: Use new Scene.screenshot(.. screen.nextScreenShotFile(..)) | Sven Gothel | 2023-04-14 | 4 | -9/+6 |
* | GraphUI Scene.screenshot(): Add convenient variant to be executed on-display ... | Sven Gothel | 2023-04-13 | 4 | -17/+7 |
* | GraphUI Demos: Adding prelim FontView01, which may become a 'little FontForge... | Sven Gothel | 2023-04-13 | 4 | -3/+196 |
* | GraphUI Demos: Fix var-name typo, its velocity | Sven Gothel | 2023-04-13 | 6 | -16/+16 |
* | GraphUI GridLayout: Functional Grid Layout w/ Padding, demo'ed in UISceneDemo... | Sven Gothel | 2023-04-12 | 2 | -149/+150 |
* | GraphUI Demos: Use GraphUIDemoArgs for UISceneDemo1[01] | Sven Gothel | 2023-04-12 | 2 | -58/+42 |
* | GraphUI UISceneDemo03b: Action with the Glyph Group Container: Rotate auto an... | Sven Gothel | 2023-04-10 | 1 | -0/+537 |
* | GraphUI UISceneDemo03: Use Group as a Container to hold all Glyphs and have t... | Sven Gothel | 2023-04-10 | 1 | -6/+12 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 2 | -7/+3 |
* | GraphUI Demos: Use GraphUIDemoArgs | Sven Gothel | 2023-04-08 | 3 | -30/+27 |
* | GraphUI: Adjust for rotation: Drag-resize and -move (flip x- and/or y-axix), ... | Sven Gothel | 2023-04-08 | 2 | -1/+250 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 14 | -77/+89 |
* | GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave... | Sven Gothel | 2023-04-05 | 9 | -59/+301 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 5 | -72/+95 |
* | GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ... | Sven Gothel | 2023-03-31 | 13 | -40/+40 |
* | GraphUI: Fix debug-box and allow API access in Shape (off, thickness fraction... | Sven Gothel | 2023-03-30 | 2 | -0/+2 |
* | GraphUI Demos: Cover more std arguments via GraphUIDemoArgs | Sven Gothel | 2023-03-30 | 3 | -104/+53 |
* | GraphUI Demo: UISceneDemo20 use Scene.screenshot(..), drop own code | Sven Gothel | 2023-03-30 | 1 | -31/+3 |
* | GraphUI Demo UISceneDemo03: Add 1 space padding to demo-text, make screenshot... | Sven Gothel | 2023-03-30 | 1 | -10/+36 |
* | GraphUI: Add GlyphShape representing a single Font.Glyph as a GraphShape; Use... | Sven Gothel | 2023-03-30 | 2 | -111/+198 |
* | GraphUI Demo UISceneDemo03: Add kerning and compensate on label 0/0 origin us... | Sven Gothel | 2023-03-28 | 1 | -8/+22 |
* | GraphUI Demo UISceneDemo02: Use em-sized label w/ scale. | Sven Gothel | 2023-03-28 | 1 | -8/+8 |
* | GraphUI: Decouple GraphShape from Shape, i.e. allow future Shape w/o Graph/GL... | Sven Gothel | 2023-03-28 | 6 | -91/+99 |
* | GraphUI Demos: Remove unused GPUUISceneTextAnim01 | Sven Gothel | 2023-03-28 | 1 | -303/+0 |
* | Graph FontScale: Simplify names, fix API doc and add unit test | Sven Gothel | 2023-03-28 | 4 | -4/+4 |
* | Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic name | Sven Gothel | 2023-03-27 | 1 | -1/+1 |
* | GraphUI Demos: (Text) Type Animation ... | Sven Gothel | 2023-03-22 | 2 | -0/+697 |
* | UISceneDemo0[01]: Useless minor editing (can't move animator lower as sadly u... | Sven Gothel | 2023-03-22 | 2 | -2/+1 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -4/+4 |
* | GraphUI Demos: Adopt to shapesSharpness -> oshapesSharpness rename | Sven Gothel | 2023-03-22 | 7 | -7/+7 |
* | GraphUI: Fix Scene.PMVMatrixSetup impl: Setup modelview before using setPlanB... | Sven Gothel | 2023-03-21 | 2 | -4/+8 |
* | GraphUI UISceneDemo20: Consolidate the actual implementation and main launche... | Sven Gothel | 2023-03-21 | 4 | -229/+197 |
* | GraphUI UISceneDemo*: Stop animation loop if window got destroyed | Sven Gothel | 2023-03-21 | 2 | -4/+4 |
* | GraphUI UISceneDemo*: Add windowResized() callback to update window title sho... | Sven Gothel | 2023-03-21 | 3 | -5/+12 |
* | GraphUI UISceneDemo*: Use lambdas for GLAutoDrawable.invoke(..) to reduce LOC | Sven Gothel | 2023-03-21 | 2 | -12/+6 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 16 | -101/+73 |