summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph
Commit message (Expand)AuthorAgeFilesLines
* Java Source Files: dos -> unix formatSven Gothel2012-05-153-1444/+1444
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-151-0/+1
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-151-0/+6
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-171-3/+3
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-131-4/+4
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-253-11/+15
* FontSet (graph): get*(..) throws IOException - Proper passing and handling of...Sven Gothel2012-02-221-2/+4
* Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo;Sven Gothel2011-10-041-4/+3
* Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shaderSven Gothel2011-10-021-1/+4
* NEWT/Reparenting: Give Composite WM some slack, sleep(100); Minor edits/fixesSven Gothel2011-09-161-1/+0
* Graph Fonts: Decorate w/ PrivilegedAction if requiredSven Gothel2011-09-151-16/+1
* GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS...Sven Gothel2011-08-301-3/+8
* Handle curved triangles overlaps.Rami Santina2011-06-203-632/+753
* Added handling for offcurve triangle overlaps.Rami Santina2011-06-142-435/+520
* Graph: Remove unused importsRami Santina2011-06-052-2/+0
* Graph: updated inclass documentationsRami Santina2011-06-053-36/+58
* Add Factory for triangulation with base Interface; misc cleanupRami Santina2011-06-057-226/+128
* Fix: transform to Quadratic; Refactor method namesRami Santina2011-06-053-528/+536
* Font and TypecastRender generate array of OutlineShapes instead of Path2DRami Santina2011-06-021-7/+0
* Remove implicit for loops reduces temp objectsRami Santina2011-05-213-4/+6
* Fix: vertex in loop test; using crossing methodRami Santina2011-05-211-11/+10
* Graph: Add comments 'n questions (FIXME?)Sven Gothel2011-05-111-8/+15
* Graph: getWinding(ArrayList<Vertex> vertices) test; minor renamingSven Gothel2011-05-102-3/+6
* Graph/Loop: More readable/verbose invert case; using Winding enum; ttf reader...Sven Gothel2011-05-102-3/+21
* Fix: glyph outline orientation with the removal of inversionRami Santina2011-05-101-0/+13
* Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj...Sven Gothel2011-05-091-0/+25
* Graph: whitespace ..Sven Gothel2011-05-081-3/+2
* Graph/JOGL: Avoid NPESven Gothel2011-05-081-1/+1
* Graph/Font: use StringBuilderSven Gothel2011-05-081-2/+12
* Graph: RenderState (interface -> abstract) missing commit of e122b2f92b230236...Sven Gothel2011-05-081-14/+65
* Graph: OutlineShape fix, cleanupSven Gothel2011-05-081-36/+75
* Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio...Sven Gothel2011-05-086-400/+385
* Merge remote-tracking branch 'rsantina/graph'Sven Gothel2011-05-072-7/+8
|\
| * Cleanup nonuniform impl(method params and comments)Rami Santina2011-05-032-7/+8
* | Graph / Text: Use CharSequence as char/string interface to text renderingSven Gothel2011-05-061-2/+2
* | Graph: more clone() cleanup.Sven Gothel2011-05-062-2/+2
* | Graph: More std. functionality (equals, clone) / Better in-place transformati...Sven Gothel2011-05-066-222/+480
* | Merging OutlineShape.VerticesState enum type (John Pritchard <[email protected]...Sven Gothel2011-05-052-8/+27
|/
* Added nonuniform weight impl; misc enhancements/cleanupsRami Santina2011-05-026-50/+38
* ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function...Sven Gothel2011-04-265-36/+36
* Refactored graph: Reduce/remove data copy/recreation; Shader cleanupSven Gothel2011-04-237-169/+418
* Add com.jogamp.graph disclaimerSven Gothel2011-04-081-0/+33
* Fix TAB: Replace all TAB with 4 spacesSven Gothel2011-04-0812-1628/+1628
* Merge: merged with sgothelRami Santina2011-04-083-21/+74
|\
| * Use common constants for shader attributes (needs to be completed)Sven Gothel2011-04-082-1/+14
| * Fix: Cached GlyphString handlingSven Gothel2011-04-081-20/+62
* | TextRenderer - createString exposed; Renderer - added scale();Rami Santina2011-04-082-1/+8
* | Fix: AABBox setLow/setHigh call resize; removes possible call errorRami Santina2011-04-081-4/+4
* | Added getBounds impl to region, returning AABBoxRami Santina2011-04-081-0/+3
|/
* Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp...Sven Gothel2011-04-052-0/+10