aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/graph
Commit message (Expand)AuthorAgeFilesLines
* Bug 1501: Graph Delaunay: Use default winding outer-boundary:=CCW and inner-h...Sven Göthel2024-02-122-25/+22
* Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi...Sven Göthel2024-02-123-88/+132
* Typecast: Re-apply overwritten stability changes (NPE, redundancy)Sven Göthel2024-02-031-11/+12
* Typecast: Cleanup: finalSven Göthel2024-02-032-18/+19
* Hausmacher Merge: Complete merge part-1 into JOGL from our typecast branch; A...Sven Göthel2024-02-031-0/+65
* Cleanup (static, final, whitespace, ..) post Hausmacher MergeSven Göthel2024-02-0319-426/+433
* Hausmacher Merge: Complete merge part-1: Compile and test clean (pre-write-fe...Sven Göthel2024-02-033-28/+32
* Enhanced dump format of cmap table.Bernhard Haumacher2024-02-038-36/+77
* Added rudimentary documentation to the CFF table.Bernhard Haumacher2024-02-031-1/+35
* Added support for reading the SVG table. # Conflicts: # src/jogl/classes/joga...Bernhard Haumacher2024-02-034-48/+363
* Added documentation to the 'loca' table.Bernhard Haumacher2024-02-031-5/+33
* Improved documentation of Cmap table.Bernhard Haumacher2024-02-038-6/+331
* Bugfix: Format 14 header of Cmap table is not skipped correctly.Bernhard Haumacher2024-02-031-2/+1
* Added offset table as member to the font.Bernhard Haumacher2024-02-035-17/+52
* Added documentation to the HmtxTable.Bernhard Haumacher2024-02-031-12/+148
* Added documentation to the 'glyf' table and structures.Bernhard Haumacher2024-02-0319-152/+989
* Getters for macStyle bits, enhanced docu for fontDirectionHint.Bernhard Haumacher2024-02-032-16/+150
* Added JavaDoc references, split version fields according to spec.Bernhard Haumacher2024-02-031-6/+100
* Documentation for `HeadTable`Bernhard Haumacher2024-02-0332-55/+439
* Graph/GraphUI: Move getDefault*() to FontFactory and add {get,set}FallbackFon...Sven Göthel2024-02-031-0/+11
* Remove Clonable and clone() in favor of explicit determined copy() and copy-c...Sven Göthel2024-02-022-11/+11
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-016-7/+49
* Graph shader (pass1 simple): USE_COLOR_TEXTURE: Clip to vec4(0) color using a...Sven Göthel2024-01-311-4/+4
* Graph: Drop non-existing 'JAVA' font from FontFactorySven Göthel2024-01-251-185/+0
* VBORegionSPES2: Disable verbose flag in TextureSequence.setTexCoordBBox() .. ...Sven Göthel2024-01-221-1/+1
* Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...Sven Göthel2024-01-2015-103/+121
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-163-49/+47
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-145-5/+5
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-1410-220/+250
* Graph VBORegion2PVBAAES2: Fix Rescale (MAX texSize): renderFboHeight shall us...Sven Göthel2024-01-121-1/+1
* Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / ConsiderationSven Göthel2024-01-092-2/+2
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-093-21/+72
* Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min...Sven Göthel2024-01-098-19/+50
* Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and...Sven Göthel2024-01-091-8/+52
* Graph Shader: Fix 'curverenderer01-single.vp' aligning w/ 'curverenderer01-pa...Sven Gothel2023-12-181-2/+3
* TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i...Sven Gothel2023-10-033-3/+3
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-309-72/+80
* Bug 1463 - Graph Font: Whitespace or undefined Glyphs shall not cover (any) h...Sven Gothel2023-09-261-4/+7
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-242-116/+215
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-243-0/+86
* Graph Fonts UbuntuFontLoader: Factor out FontLoaderImpl and have get(..) sync...Sven Gothel2023-09-242-103/+139
* Graph Fonts: Remove not required text files from Ubuntu fontsSven Gothel2023-09-243-409/+0
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2013-29/+29
* Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...Sven Gothel2023-09-163-5/+15
* Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin...Sven Gothel2023-09-011-7/+9
* Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas...Sven Gothel2023-08-281-1/+1
* Graph Font + Glyph: More robust detetection and API definition of non-contour...Sven Gothel2023-08-282-55/+109
* Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re...Sven Gothel2023-08-283-11/+33
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-013-0/+15
* Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif...Sven Gothel2023-05-201-2/+1