| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph Perf: Font*: Remove PerfCounterCtrl since the Region counter is more th... | Sven Gothel | 2023-03-07 | 1 | -76/+1 |
* | Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early... | Sven Gothel | 2023-03-07 | 3 | -123/+203 |
* | Graph Perf: Region: split addOutlineShape() -> addOutlineShape0() (fast) and ... | Sven Gothel | 2023-03-07 | 3 | -3/+3 |
* | Graph Perf: Region*: Rely on growBuffer(..) per addOutlineShape() and known b... | Sven Gothel | 2023-03-07 | 3 | -50/+62 |
* | Graph: Bring back passing through temp AffineTransform instances (optional, b... | Sven Gothel | 2023-03-07 | 1 | -4/+9 |
* | Graph Perf Counter: Use GlueGen's Clock.currentNanos() to ease on performance... | Sven Gothel | 2023-03-07 | 1 | -13/+9 |
* | Graph: Use PerfCounterCtrl interface and Instant/Duration & Clock.getMonotoni... | Sven Gothel | 2023-03-06 | 1 | -38/+55 |
* | Graph: Font: Add perf counter (w/ API) | Sven Gothel | 2023-03-06 | 1 | -2/+70 |
* | Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic... | Sven Gothel | 2023-03-06 | 3 | -85/+169 |
* | Graph Region: Fix printBufferStats(..) override | Sven Gothel | 2023-02-24 | 3 | -3/+3 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 3 | -16/+128 |
* | GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina... | Sven Gothel | 2023-02-24 | 3 | -35/+25 |
* | Graph Font: Fix TypecastRenderer TTF corner-case: Prefer initial segment's mo... | Sven Gothel | 2023-02-23 | 1 | -36/+68 |
* | Graph TypecastFont: Add hashCode() and equals(), feed TypecastGlyph w/ LeftSi... | Sven Gothel | 2023-02-19 | 1 | -3/+20 |
* | Graph Font.Glyph: Cleanup: Remove Font and getScale() from interface (redunda... | Sven Gothel | 2023-02-19 | 1 | -76/+43 |
* | Graph Font: Add more DEBUG info .. | Sven Gothel | 2023-02-19 | 1 | -3/+32 |
* | Graph Font: Simplify CmapFormat selection (cmap symbol -> glyph-idx), just us... | Sven Gothel | 2023-02-19 | 1 | -51/+24 |
* | Graph Font: Add 'name' to Glyph; Drop erroneous Glyph ID_SPACE, ID_CR manual ... | Sven Gothel | 2023-02-19 | 2 | -50/+40 |
* | Graph Font.Metrics: Use unchanges sign of (+) ascent, (-) descent and (+) lin... | Sven Gothel | 2023-02-19 | 2 | -8/+4 |
* | Rename VectorUtil.ccw(..) -> isCCW(..) | Sven Gothel | 2023-02-17 | 2 | -2/+2 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 3 | -58/+88 |
* | Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr... | Sven Gothel | 2023-02-16 | 3 | -61/+39 |
* | Graph: TypecastRenderer: Fix point-loop (no reduced 'count - 1', no break on ... | Sven Gothel | 2023-02-16 | 1 | -94/+245 |
* | Typecast: Glyph: getGlyphIndex() -> getID() to simplify name | Sven Gothel | 2023-02-16 | 1 | -1/+1 |
* | Typecast: Assign _glyphIndex w/ ctor argument (+ code cleanup) | Sven Gothel | 2023-02-16 | 1 | -10/+17 |
* | Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 4 | -25/+102 |
* | Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo... | Sven Gothel | 2023-02-14 | 3 | -34/+29 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 4 | -300/+61 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 4 | -56/+147 |
* | Typecast: Table: Use package-protected static final const, remove notAvailabl... | Sven Gothel | 2023-02-12 | 2 | -51/+49 |
* | Typecast: KernSubtableFormat2: Use package-protection | Sven Gothel | 2023-02-12 | 1 | -2/+2 |
* | Typecast: KernSubtable: Remove getKerningTable(..), will be implemented in hi... | Sven Gothel | 2023-02-12 | 1 | -11/+1 |
* | GlyfCompositeDescript: Remove useless try { } in ctor; Remove redundant varia... | Sven Gothel | 2023-02-12 | 1 | -27/+21 |
* | Typecast: *Font*: Use constructor instead for static read(). TTFont: Add ctor... | Sven Gothel | 2023-02-12 | 3 | -22/+88 |
* | Update included Typecast library to 2019-09-15 commit 0d55ac0eb4a39a7f8f2a796... | Sven Gothel | 2023-02-11 | 127 | -4361/+4651 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 3 | -136/+466 |
* | Typecase: OTFont: Provide KernTable accessor | Sven Gothel | 2023-02-10 | 1 | -0/+8 |
* | Typecast: OTGlyph: Maintain the glyphID, add toString() | Sven Gothel | 2023-02-10 | 1 | -3/+21 |
* | Typecast: HeadTable: Use 'int' to hold 'uint16' unitsPerEM value | Sven Gothel | 2023-02-10 | 1 | -3/+3 |
* | Typecast: Kerning: Use 'int' to cover 'uint16' values; Detail KernSubtable an... | Sven Gothel | 2023-02-10 | 5 | -10/+88 |
* | Graph: TypecastRenderer: Add comment about TTF Glyph's having Winding.CW | Sven Gothel | 2023-02-06 | 1 | -0/+3 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 2 | -7/+9 |
* | Graph: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto... | Sven Gothel | 2023-02-05 | 1 | -29/+29 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -1/+1 |
* | Graph: Move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 6 | -2041/+0 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -6/+6 |
* | Bug 1367: Adapt to TempFileCache & TempJarCache Changes | Sven Gothel | 2019-04-03 | 1 | -1/+1 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 1 | -6/+4 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 4 | -10/+10 |
* | Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762... | Sven Gothel | 2015-01-27 | 1 | -14/+22 |