| Commit message (Expand) | Author | Age | Files | Lines |
* | Vec[234]f: Add 'max' and 'min' function | Sven Gothel | 2023-04-28 | 3 | -0/+45 |
* | GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT... | Sven Gothel | 2023-04-20 | 19 | -104/+192 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 15 | -58/+119 |
* | Graph OutlineShape.get{Outline->}VectexCount() renamed | Sven Gothel | 2023-04-20 | 3 | -3/+3 |
* | GLArrayDataClient: Refine API doc for grow*() and reserve() | Sven Gothel | 2023-04-20 | 1 | -2/+2 |
* | GraphUI Button.createGLRegion(): Pre-calc Region buffer size for BaseButton (... | Sven Gothel | 2023-04-20 | 1 | -1/+14 |
* | Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a... | Sven Gothel | 2023-04-20 | 6 | -172/+119 |
* | GLArrayDataServer.addGLSLSubArray(): Return (actual) GLArrayDataWrapper inste... | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | Graph VBORegion2P*.renderVBO(): Add comment on BITHINT_GLOBAL_DEPTH_TEST_ENAB... | Sven Gothel | 2023-04-19 | 2 | -0/+9 |
* | Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since... | Sven Gothel | 2023-04-19 | 2 | -6/+9 |
* | Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al... | Sven Gothel | 2023-04-19 | 5 | -476/+186 |
* | Graph Region.addOutlineShape(): Fix DEBUG_INSTANCE path, enable perf counter ... | Sven Gothel | 2023-04-19 | 1 | -0/+3 |
* | Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text... | Sven Gothel | 2023-04-19 | 3 | -33/+40 |
* | GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec... | Sven Gothel | 2023-04-19 | 5 | -54/+78 |
* | Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match... | Sven Gothel | 2023-04-18 | 2 | -6/+10 |
* | GraphUI Test: Have TestTextRendererNEWT21's FontViewListener01 use 8mm/cell t... | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ... | Sven Gothel | 2023-04-18 | 3 | -0/+544 |
* | GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor arguments | Sven Gothel | 2023-04-18 | 5 | -57/+71 |
* | Graph OutlineShape.checkOverlaps(): Test overlap first to drop overlaps.conta... | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | VectorUtil: Fix isVec3InTriangle3(..) testing p1, p2 and p3 | Sven Gothel | 2023-04-18 | 1 | -12/+8 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 46 | -1175/+639 |
* | 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 Group.drawImpl0(): Copy List<Shape> to array and sort using Shape.ZAs... | Sven Gothel | 2023-04-14 | 1 | -2/+7 |
* | GraphUI Container.removeShape(..): Return removed Shape, add removeShape(inde... | Sven Gothel | 2023-04-14 | 3 | -8/+33 |
* | Typecast Font.getGlyph(..): Fix Glyph case w/ 0 getOutlineVectexCount() -> is... | Sven Gothel | 2023-04-14 | 1 | -4/+14 |
* | Typecast Font: Add API doc for getLineHeight(), remove unused Vec3f import | Sven Gothel | 2023-04-14 | 1 | -2/+14 |
* | Graph OutlineShape: Add getOutlineVectexCount(), i.e. total vertex count of a... | Sven Gothel | 2023-04-14 | 1 | -0/+10 |
* | Typecast Font.Glyph: Expose isUndefined(), i.e. name == ".notdef" | Sven Gothel | 2023-04-14 | 2 | -0/+6 |
* | Typecast: Expose (new) getGlyphCount(): GlyfTable.getSize() -> (OTFont,Font).... | Sven Gothel | 2023-04-14 | 5 | -1/+18 |
* | Typecast GlyfTable: Use `final` qualifier (cleanup) | Sven Gothel | 2023-04-14 | 1 | -14/+14 |
* | GraphUI Demo/Test: FontView[Listener]01: Use 10 'mmPerCell', Monitor resoluti... | Sven Gothel | 2023-04-14 | 2 | -46/+70 |
* | GraphUI Tests: Add TestTextRendererNEWT21 using FontViewListener01 (like Font... | Sven Gothel | 2023-04-14 | 2 | -0/+458 |
* | GraphUI Demo FontView01: Use full window size if grid is not otherwise define... | Sven Gothel | 2023-04-14 | 1 | -13/+25 |
* | Graph Unit Tests: Minor edits: Wait for GLRunnable done on screenshot, ... | Sven Gothel | 2023-04-14 | 3 | -3/+6 |
* | GraphUI Demos: Use new Scene.screenshot(.. screen.nextScreenShotFile(..)) | Sven Gothel | 2023-04-14 | 4 | -9/+6 |
* | GraphUI Shape.validate(*): Return this for chaining | Sven Gothel | 2023-04-14 | 1 | -2/+4 |
* | GraphUI Scene: Use getRenderModeString(..) w/ sample-counts where applicable,... | Sven Gothel | 2023-04-14 | 1 | -43/+55 |
* | Graph TypecastFont: Avoid PostTable (out-of-bounds) for glyph_name when not e... | Sven Gothel | 2023-04-14 | 1 | -3/+7 |
* | Graph Region: Add NORM_RENDERING_BIT (0) for better documented usage; Add get... | Sven Gothel | 2023-04-14 | 1 | -0/+31 |
* | GraphUI Scene.screenshot(): Add convenient variant to be executed on-display ... | Sven Gothel | 2023-04-13 | 5 | -17/+35 |
* | GraphUI Demos: Adding prelim FontView01, which may become a 'little FontForge... | Sven Gothel | 2023-04-13 | 4 | -3/+196 |
* | GraphUI GridLayout: Also adjust potential bottom-left delta when centering sh... | Sven Gothel | 2023-04-13 | 1 | -2/+3 |
* | GraphUI Shape: Add onClicked(..) | Sven Gothel | 2023-04-13 | 1 | -0/+5 |
* | GraphUI Group: Avoid additional shapes-loop w/o layouter | Sven Gothel | 2023-04-13 | 1 | -10/+15 |
* | GraphUI Rectangle: Construct shape w/ 0/0 bottom-left origin as recommended b... | Sven Gothel | 2023-04-13 | 1 | -31/+26 |
* | GraphUI Demos: Fix var-name typo, its velocity | Sven Gothel | 2023-04-13 | 6 | -16/+16 |