aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph/font
Commit message (Expand)AuthorAgeFilesLines
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-031-1/+1
* Bug 1237: Adopt GlueGen's clarification of IOUtil.getResource(..), commit d78...Sven Gothel2015-10-031-6/+4
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-1/+1
* Fix UbuntuFontLoader: Regression of commit bd24599b21f9787ac989e65b44dc1ba762...Sven Gothel2015-01-271-14/+22
* Graph Font: Fix API doc (parameter) ; GPUUISceneGLListener0A forward FontFact...Sven Gothel2014-10-092-4/+12
* Refine Graph/Font InputStream Capabilities (commit 628509b39ea7c16210315d1918...Sven Gothel2014-09-305-152/+130
* Merge remote-tracking branch 'picoworm/master'Sven Gothel2014-09-243-4/+39
|\
| * Added possibility to load font using InputStream parameterRoman2014-07-243-4/+39
* | graph/font: Use 'pixelSize' var-name, remove redundanciesSven Gothel2014-08-282-43/+37
|/
* Findbugs: Comment on some issues (OK, they are) ; Remove dead branchesSven Gothel2014-07-081-2/+2
* Findbugs: Use inner static class where possibleSven Gothel2014-07-087-55/+56
* Findbugs: Misc minor issues (see below)Sven Gothel2014-07-081-8/+8
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-086-29/+43
* Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'Sven Gothel2014-07-082-11/+11
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-03102-1225/+1225
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-023-56/+51
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-013-13/+61
* TypecastRenderer: Validate Shape Generation - Result: OKSven Gothel2014-03-251-0/+4
* Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc...Sven Gothel2014-03-221-1/+2
* Bug 801: Add Frustum support to Region; Misc ..Sven Gothel2014-03-141-1/+1
* Bug 801: VectorUtil: Pass result vector, allowing caller to manage memory (pe...Sven Gothel2014-03-053-5/+6
* Bug 801: TypecastRenderer: Don't use Cubic, but 'double quad' / GlyfComposite...Sven Gothel2014-03-012-12/+14
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-012-2/+5
* Bug 801: Drop TypecastRenderer's CUBIC mode if p3 is 'looped'Sven Gothel2014-02-281-2/+2
* Bug 801: TypecastRenderer: Rename local point vars for better reviewSven Gothel2014-02-281-50/+51
* Bug 801: TypecastRenderer: Disable DEBUG ; Performance Note: ~800-1200 fps on...Sven Gothel2014-02-281-1/+1
* Bug 801: Fix TypecastRenderer End-Of-Contour and Shape-Closing; add cubic pathSven Gothel2014-02-281-46/+81
* Bug 801: Graph TextRenderer Cleanup Part-6: Fix TypecastRenderer; Minor EditingSven Gothel2014-02-283-63/+89
* Bug 801: Graph TextRenderer Cleanup Part-4: Text[Render->Region]Util API: Bet...Sven Gothel2014-02-271-20/+23
* Bug 801: Graph TextRenderer Cleanup Part-2: Remove Path2D from Glyph/Typecast...Sven Gothel2014-02-275-349/+49
* Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts)Sven Gothel2014-02-244-25/+157
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-23102-750/+1006
|\
| * Bug 754 - Remove Ubuntu fonts from jogl-all.jar, provide it separately to red...Sven Gothel2013-10-311-11/+78
| * jogl: add missing @Override annotationsHarvey Harrison2013-10-1760-0/+203
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-1797-727/+727
| * Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-1/+1
| * Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math....Sven Gothel2012-11-114-4/+4
| * *FontLoader: Order fields in init-order, make private.Sven Gothel2012-10-312-11/+11
| * Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea...Sven Gothel2012-06-161-1/+1
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-234-24/+62
|/
* Java Source Files: dos -> unix formatSven Gothel2012-05-151-222/+222
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-152-1/+6
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-153-11/+7
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-1637-53/+53
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-173-10/+10
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-1/+1
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-224-17/+22
* javac - setup encoding to UTF-8Sven Gothel2012-01-231-3/+3
* TypecastFontConstructor: Use IOUtil's createTempFile() to comfort AndroidSven Gothel2011-09-281-4/+2
* Graph Fonts: Decorate w/ PrivilegedAction if requiredSven Gothel2011-09-152-13/+33