| Commit message (Expand) | Author | Age | Files | Lines |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 1 | -3/+3 |
* | Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr... | Sven Gothel | 2023-03-28 | 1 | -2/+4 |
* | Graph Font.Glyph: Add getFont() (the owner) | Sven Gothel | 2023-03-28 | 1 | -0/+3 |
* | Graph FontScale: Simplify names, fix API doc and add unit test | Sven Gothel | 2023-03-28 | 1 | -27/+102 |
* | Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic name | Sven Gothel | 2023-03-27 | 1 | -6/+6 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -9/+38 |
* | Graph: Font: Add equals() + hash() API doc; GraphUI's Label*.setText(): Only ... | Sven Gothel | 2023-03-08 | 1 | -0/+18 |
* | Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ... | Sven Gothel | 2023-03-07 | 1 | -4/+10 |
* | Graph Perf: Font*: Remove PerfCounterCtrl since the Region counter is more th... | Sven Gothel | 2023-03-07 | 1 | -1/+0 |
* | Graph: Bring back passing through temp AffineTransform instances (optional, b... | Sven Gothel | 2023-03-07 | 1 | -12/+18 |
* | Graph: Use PerfCounterCtrl interface and Instant/Duration & Clock.getMonotoni... | Sven Gothel | 2023-03-06 | 1 | -8/+2 |
* | Graph: Font: Add perf counter (w/ API) | Sven Gothel | 2023-03-06 | 1 | -0/+11 |
* | Graph Font.Glyph: Cleanup: Remove Font and getScale() from interface (redunda... | Sven Gothel | 2023-02-19 | 1 | -12/+7 |
* | Graph Font: Add 'name' to Glyph; Drop erroneous Glyph ID_SPACE, ID_CR manual ... | Sven Gothel | 2023-02-19 | 1 | -2/+3 |
* | Graph Font.Metrics: Use unchanges sign of (+) ascent, (-) descent and (+) lin... | Sven Gothel | 2023-02-19 | 1 | -22/+33 |
* | Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr... | Sven Gothel | 2023-02-16 | 1 | -39/+97 |
* | Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 3 | -8/+49 |
* | Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo... | Sven Gothel | 2023-02-14 | 1 | -2/+1 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 1 | -77/+49 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 1 | -20/+36 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 2 | -71/+249 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -2/+1 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 1 | -3/+3 |
* | Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78... | Sven Gothel | 2015-10-03 | 1 | -1/+1 |
* | FontFactory: Fix SecurityException as regression of commit bd24599b21f9787ac9... | Sven Gothel | 2014-10-09 | 1 | -1/+6 |
* | Refine Graph/Font InputStream Capabilities (commit 628509b39ea7c16210315d1918... | Sven Gothel | 2014-09-30 | 1 | -12/+96 |
* | Merge remote-tracking branch 'picoworm/master' | Sven Gothel | 2014-09-24 | 1 | -0/+5 |
|\ |
|
| * | Added possibility to load font using InputStream parameter | Roman | 2014-07-24 | 1 | -0/+5 |
* | | graph/font: Use 'pixelSize' var-name, remove redundancies | Sven Gothel | 2014-08-28 | 1 | -4/+39 |
|/ |
|
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -4/+4 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 1 | -27/+31 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -3/+23 |
* | Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe... | Sven Gothel | 2014-03-05 | 1 | -2/+12 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 2 | -6/+57 |
* | Bug 801: Enhance API doc of FontSet and FontFactory | Sven Gothel | 2014-02-28 | 2 | -10/+18 |
* | Bug 801: TextRegionUtil add 'special' for cache-key; Minor edits | Sven Gothel | 2014-02-28 | 1 | -0/+3 |
* | Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet... | Sven Gothel | 2014-02-27 | 1 | -1/+5 |
* | Bug 801: Graph TextRenderer Cleanup Part-2: Remove Path2D from Glyph/Typecast... | Sven Gothel | 2014-02-27 | 1 | -15/+2 |
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 1 | -7/+2 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 3 | -44/+58 |
|\ |
|
| * | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 3 | -35/+35 |
| * | Revise commit 4c34f5980bddcdc84b10cb3bcbb96b365b9d471e (Bug 767): TAB, BS and... | Sven Gothel | 2013-07-03 | 1 | -5/+8 |
| * | FontConstructor: Hide the exposed strings and add them in class API doc to mi... | Sven Gothel | 2013-06-12 | 1 | -2/+10 |
| * | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 | Sven Gothel | 2013-06-11 | 1 | -3/+5 |
| * | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean) | Sven Gothel | 2014-02-23 | 1 | -0/+24 |
|/ |
|
* | graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);" | Sven Gothel | 2012-05-15 | 1 | -0/+1 |
* | Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphInt | Sven Gothel | 2012-05-15 | 1 | -0/+6 |
* | Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API... | Sven Gothel | 2012-03-17 | 1 | -3/+3 |