| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: 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 |
* | 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 | 1 | -1/+1 |
* | Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762... | Sven Gothel | 2015-01-27 | 1 | -14/+22 |
* | Graph Font: Fix API doc (parameter) ; GPUUISceneGLListener0A forward FontFact... | Sven Gothel | 2014-10-09 | 2 | -4/+12 |
* | Refine Graph/Font InputStream Capabilities (commit 628509b39ea7c16210315d1918... | Sven Gothel | 2014-09-30 | 5 | -152/+130 |
* | Merge remote-tracking branch 'picoworm/master' | Sven Gothel | 2014-09-24 | 3 | -4/+39 |
|\ |
|
| * | Added possibility to load font using InputStream parameter | Roman | 2014-07-24 | 3 | -4/+39 |
* | | graph/font: Use 'pixelSize' var-name, remove redundancies | Sven Gothel | 2014-08-28 | 2 | -43/+37 |
|/ |
|
* | Findbugs: Comment on some issues (OK, they are) ; Remove dead branches | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Findbugs: Use inner static class where possible | Sven Gothel | 2014-07-08 | 7 | -55/+56 |
* | Findbugs: Misc minor issues (see below) | Sven Gothel | 2014-07-08 | 1 | -8/+8 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 6 | -29/+43 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 2 | -11/+11 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 102 | -1225/+1225 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 3 | -56/+51 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 3 | -13/+61 |
* | TypecastRenderer: Validate Shape Generation - Result: OK | Sven Gothel | 2014-03-25 | 1 | -0/+4 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 1 | -1/+2 |
* | Bug 801: Add Frustum support to Region; Misc .. | Sven Gothel | 2014-03-14 | 1 | -1/+1 |
* | Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe... | Sven Gothel | 2014-03-05 | 3 | -5/+6 |
* | Bug 801: TypecastRenderer: Don't use Cubic, but 'double quad' / GlyfComposite... | Sven Gothel | 2014-03-01 | 2 | -12/+14 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 2 | -2/+5 |
* | Bug 801: Drop TypecastRenderer's CUBIC mode if p3 is 'looped' | Sven Gothel | 2014-02-28 | 1 | -2/+2 |
* | Bug 801: TypecastRenderer: Rename local point vars for better review | Sven Gothel | 2014-02-28 | 1 | -50/+51 |
* | Bug 801: TypecastRenderer: Disable DEBUG ; Performance Note: ~800-1200 fps on... | Sven Gothel | 2014-02-28 | 1 | -1/+1 |
* | Bug 801: Fix TypecastRenderer End-Of-Contour and Shape-Closing; add cubic path | Sven Gothel | 2014-02-28 | 1 | -46/+81 |