| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann... | Sven Gothel | 2023-08-12 | 1 | -6/+12 |
* | Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either... | Sven Gothel | 2023-08-02 | 1 | -3/+24 |
* | Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.... | Sven Gothel | 2023-08-01 | 1 | -4/+4 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 1 | -10/+33 |
* | Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text... | Sven Gothel | 2023-04-19 | 1 | -12/+25 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 1 | -8/+9 |
* | Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr... | Sven Gothel | 2023-03-28 | 1 | -2/+2 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -7/+12 |
* | Graph: Add GLRegion creation w/ pre-calculating its buffer sizes; TextRegionU... | Sven Gothel | 2023-03-13 | 1 | -2/+21 |
* | Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ... | Sven Gothel | 2023-03-07 | 1 | -0/+21 |
* | Graph: Bring back passing through temp AffineTransform instances (optional, b... | Sven Gothel | 2023-03-07 | 1 | -5/+26 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 1 | -6/+9 |
* | Graph TextRegionUtil: Fix HashMap (font,text)->GLRegion: Preserve key data (f... | Sven Gothel | 2023-02-19 | 1 | -20/+40 |
* | Graph: TextRegionUtil: Make addStringToRegion(..) versatile/usable w/ optiona... | Sven Gothel | 2023-02-15 | 1 | -21/+48 |
* | Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 1 | -94/+34 |
* | Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo... | Sven Gothel | 2023-02-14 | 1 | -2/+3 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 1 | -20/+27 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 1 | -23/+12 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 1 | -51/+68 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -3/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -2/+2 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -10/+10 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -2/+2 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 1 | -15/+39 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -18/+20 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -13/+22 |
* | Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r... | Sven Gothel | 2014-03-15 | 1 | -1/+1 |
* | Bug 801: Fix UI-Graph Demo (Part-1) ; TextRegionUtil: Add Generic processStri... | Sven Gothel | 2014-03-06 | 1 | -8/+35 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 1 | -35/+61 |
* | Bug 801: TextRenderUtil/TextRendererGLELBase - Pass Font and fontSize to all ... | Sven Gothel | 2014-02-28 | 1 | -22/+22 |
* | Bug 801: TextRegionUtil add 'special' for cache-key; Minor edits | Sven Gothel | 2014-02-28 | 1 | -10/+11 |
* | Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet... | Sven Gothel | 2014-02-27 | 1 | -0/+262 |