| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | | FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..); | Sven Gothel | 2014-09-20 | 2 | -3/+3 |
* | | FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(.... | Sven Gothel | 2014-09-20 | 2 | -5/+5 |
* | | graph/font: Use 'pixelSize' var-name, remove redundancies | Sven Gothel | 2014-08-28 | 2 | -43/+37 |
* | | Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo... | Sven Gothel | 2014-07-28 | 1 | -2/+5 |
|/ |
|
* | Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample count | Sven Gothel | 2014-07-09 | 3 | -66/+153 |
* | Findbugs: Comment on some issues (OK, they are) ; Remove dead branches | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Findbugs: Use static fields where possible | Sven Gothel | 2014-07-08 | 2 | -2/+2 |
* | Findbugs: Use inner static class where possible | Sven Gothel | 2014-07-08 | 8 | -56/+57 |
* | 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: Remove branches where reference cannot be null | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 2 | -11/+11 |
* | Findbugs: Add FIXME comment regarding float comparison (consider using FloatU... | Sven Gothel | 2014-07-08 | 1 | -0/+2 |
* | Findbugs: Remove redundant instanceof checks | Sven Gothel | 2014-07-08 | 1 | -7/+8 |
* | Findbugs.static_final_immutable: Use final qualifier for static immutable ins... | Sven Gothel | 2014-07-08 | 1 | -3/+3 |
* | Findbugs.not-written.null: Fix referencing non-written fields (never written ... | Sven Gothel | 2014-07-08 | 1 | -5/+0 |
* | Findbugs.normal: Adding safeguard hashCode() implementation throwing Internal... | Sven Gothel | 2014-07-08 | 1 | -0/+4 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 115 | -1487/+1488 |
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati... | Sven Gothel | 2014-06-27 | 2 | -10/+25 |
* | Graph RegionRenderer: Fix GL3 and ES3 GLSL issues | Sven Gothel | 2014-06-11 | 1 | -3/+0 |
* | Graph: Fix GLSL issue w/ ES3, add 'const float sample_count', since define SA... | Sven Gothel | 2014-06-11 | 2 | -5/+5 |