| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Graph RoundButton: setDimension -> setSize | Sven Gothel | 2023-02-17 | 1 | -1/+1 |
* | Graph GPUUISceneGLListener0A: Prep for reshape_resize, notch up relative size... | Sven Gothel | 2023-02-17 | 1 | -40/+88 |
* | Graph Demos: Formatting .. | Sven Gothel | 2023-02-17 | 3 | -85/+82 |
* | Graph: Outline: Remove minor redundancy | Sven Gothel | 2023-02-17 | 1 | -2/+1 |
* | Merge pull request #109 from david-hall/master | Sven Gothel | 2023-02-17 | 1 | -0/+1 |
|\ |
|
| * | Add GL_DEBUG_SEVERITY_NOTIFICATION to getDbgSeverityString() | David Hall | 2023-02-13 | 1 | -0/+1 |
* | | TestTextRendererNEWT01: Drop unused import | Sven Gothel | 2023-02-17 | 1 | -1/+0 |
* | | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 12 | -160/+660 |
* | | Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr... | Sven Gothel | 2023-02-16 | 5 | -101/+137 |
* | | Graph Unit Tests: General cleanup, adding UITypeDemo01 w/ TestObject* to dete... | Sven Gothel | 2023-02-16 | 9 | -52/+1400 |
* | | Graph UI: Move methods SceneUIController to UIShape public providing win<->ob... | Sven Gothel | 2023-02-16 | 4 | -172/+444 |
* | | Graph: TypecastRenderer: Fix point-loop (no reduced 'count - 1', no break on ... | Sven Gothel | 2023-02-16 | 1 | -94/+245 |
* | | Typecast: Glyph: getGlyphIndex() -> getID() to simplify name | Sven Gothel | 2023-02-16 | 1 | -1/+1 |
* | | Typecast: Assign _glyphIndex w/ ctor argument (+ code cleanup) | Sven Gothel | 2023-02-16 | 1 | -10/+17 |
* | | Graph: Merge UIListener01 + UINewtDemo01 -> UIShapeDemo01 to have simple test... | Sven Gothel | 2023-02-16 | 2 | -97/+0 |
* | | Graph: TextRegionUtil: Make addStringToRegion(..) versatile/usable w/ optiona... | Sven Gothel | 2023-02-15 | 3 | -66/+70 |
* | | Graph: RegionRenderer: Offer borrowing current viewport w/o copy | Sven Gothel | 2023-02-15 | 1 | -0/+4 |
* | | Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 13 | -144/+207 |
* | | Graph RegionRenderer: Expose int[4] viewport for convenience | Sven Gothel | 2023-02-14 | 1 | -11/+18 |
* | | Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo... | Sven Gothel | 2023-02-14 | 6 | -40/+35 |
* | | Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p... | Sven Gothel | 2023-02-14 | 3 | -48/+54 |
|/ |
|
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 24 | -608/+356 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 17 | -265/+443 |
* | Typecast: Mark current status w/ our branch of upstream, jogl_patches, commit... | Sven Gothel | 2023-02-12 | 1 | -0/+1 |
* | 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 | 4 | -24/+90 |
* | Update included Typecast library to 2019-09-15 commit 0d55ac0eb4a39a7f8f2a796... | Sven Gothel | 2023-02-11 | 128 | -4361/+4652 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 22 | -354/+1019 |
* | 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 | 2 | -2/+5 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 18 | -598/+1316 |
* | Graph: OutlineShape: Add positional addVertex() variants for component based ... | Sven Gothel | 2023-02-05 | 1 | -7/+53 |
* | Graph: Fix Region/Text Renderer: Add RegionRenderer enable/disable for blendi... | Sven Gothel | 2023-02-05 | 3 | -0/+11 |
* | Graph: TestTextRendererNEWT01: No VBAA sample-count on MSAA test, fixed windo... | Sven Gothel | 2023-02-05 | 1 | -6/+13 |
* | Graph: TestTextRendererNEWT00: Alin w/ other tests, add DEPTH_TEST and allow ... | Sven Gothel | 2023-02-05 | 1 | -2/+13 |
* | Graph: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto... | Sven Gothel | 2023-02-05 | 1 | -29/+29 |
* | Graph: Path2D: Remove redundant accessors, comment on append(..) | Sven Gothel | 2023-02-05 | 1 | -7/+11 |
* | Graph: OutlineShape: Make class final, getOutlineNumber() -> getOutlineCount() | Sven Gothel | 2023-02-05 | 1 | -18/+17 |
* | Graph; Path2D[Iterator]: Add 'fast path' access to points array reference and... | Sven Gothel | 2023-02-04 | 2 | -80/+113 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 17 | -28/+17 |
* | Graph: Move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 6 | -0/+0 |
* | NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0 | Sven Gothel | 2023-01-31 | 4 | -28/+113 |
* | NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t... | Sven Gothel | 2023-01-31 | 1 | -1/+22 |
* | NEWT MonitorDevice: Fix pixelScale storage, own float[2], don't reuse given o... | Sven Gothel | 2023-01-31 | 1 | -1/+5 |