aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-1711-157/+654
* Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr...Sven Gothel2023-02-165-101/+137
* Graph Unit Tests: General cleanup, adding UITypeDemo01 w/ TestObject* to dete...Sven Gothel2023-02-169-52/+1400
* Graph UI: Move methods SceneUIController to UIShape public providing win<->ob...Sven Gothel2023-02-164-172/+444
* Graph: TypecastRenderer: Fix point-loop (no reduced 'count - 1', no break on ...Sven Gothel2023-02-161-94/+245
* Typecast: Glyph: getGlyphIndex() -> getID() to simplify nameSven Gothel2023-02-161-1/+1
* Typecast: Assign _glyphIndex w/ ctor argument (+ code cleanup)Sven Gothel2023-02-161-10/+17
* Graph: Merge UIListener01 + UINewtDemo01 -> UIShapeDemo01 to have simple test...Sven Gothel2023-02-162-97/+0
* Graph: TextRegionUtil: Make addStringToRegion(..) versatile/usable w/ optiona...Sven Gothel2023-02-153-66/+70
* Graph: RegionRenderer: Offer borrowing current viewport w/o copySven Gothel2023-02-151-0/+4
* Graph TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt...Sven Gothel2023-02-1513-144/+207
* Graph RegionRenderer: Expose int[4] viewport for convenienceSven Gothel2023-02-141-11/+18
* Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo...Sven Gothel2023-02-146-40/+35
* Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p...Sven Gothel2023-02-143-48/+54
* Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s...Sven Gothel2023-02-1323-605/+353
* Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ...Sven Gothel2023-02-1216-263/+441
* Typecast: Table: Use package-protected static final const, remove notAvailabl...Sven Gothel2023-02-122-51/+49
* Typecast: KernSubtableFormat2: Use package-protectionSven Gothel2023-02-121-2/+2
* Typecast: KernSubtable: Remove getKerningTable(..), will be implemented in hi...Sven Gothel2023-02-121-11/+1
* GlyfCompositeDescript: Remove useless try { } in ctor; Remove redundant varia...Sven Gothel2023-02-121-27/+21
* Typecast: *Font*: Use constructor instead for static read(). TTFont: Add ctor...Sven Gothel2023-02-123-22/+88
* Update included Typecast library to 2019-09-15 commit 0d55ac0eb4a39a7f8f2a796...Sven Gothel2023-02-11127-4361/+4651
* Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original...Sven Gothel2023-02-1022-354/+1019
* Typecase: OTFont: Provide KernTable accessorSven Gothel2023-02-101-0/+8
* Typecast: OTGlyph: Maintain the glyphID, add toString()Sven Gothel2023-02-101-3/+21
* Typecast: HeadTable: Use 'int' to hold 'uint16' unitsPerEM valueSven Gothel2023-02-101-3/+3
* Typecast: Kerning: Use 'int' to cover 'uint16' values; Detail KernSubtable an...Sven Gothel2023-02-105-10/+88
* Graph: TypecastRenderer: Add comment about TTF Glyph's having Winding.CWSven Gothel2023-02-061-0/+3
* Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add...Sven Gothel2023-02-0617-593/+1311
* Graph: OutlineShape: Add positional addVertex() variants for component based ...Sven Gothel2023-02-051-7/+53
* Graph: Fix Region/Text Renderer: Add RegionRenderer enable/disable for blendi...Sven Gothel2023-02-053-0/+11
* Graph: TestTextRendererNEWT01: No VBAA sample-count on MSAA test, fixed windo...Sven Gothel2023-02-051-6/+13
* Graph: TestTextRendererNEWT00: Alin w/ other tests, add DEPTH_TEST and allow ...Sven Gothel2023-02-051-2/+13
* Graph: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto...Sven Gothel2023-02-051-29/+29
* Graph: Path2D: Remove redundant accessors, comment on append(..)Sven Gothel2023-02-051-7/+11
* Graph: OutlineShape: Make class final, getOutlineNumber() -> getOutlineCount()Sven Gothel2023-02-051-18/+17
* Graph; Path2D[Iterator]: Add 'fast path' access to points array reference and...Sven Gothel2023-02-042-80/+113
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-0417-28/+17
* Graph: Move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-046-0/+0
* NEWT Soft-PixelScale (p7): get{Global->}PixelScaleEnv(..): Support per monito...v2.4.0Sven Gothel2023-01-314-28/+113
* NEWT X11: Fix positionChanged: We need to translate the 0/0 client position t...Sven Gothel2023-01-311-1/+22
* NEWT MonitorDevice: Fix pixelScale storage, own float[2], don't reuse given o...Sven Gothel2023-01-311-1/+5
* NEWT Screen: Cleanup get*Monitor*() methodsSven Gothel2023-01-311-15/+25
* NEWT: MonitorDevice: Add monitor-name, maybe an empty string. Implemented for...Sven Gothel2023-01-3121-45/+144
* NEWT WindowImpl: Bring back DEBUG output on positionChanged(..)Sven Gothel2023-01-311-1/+1
* NEWT Regression: Move superSizeChangedOffThread() back to iOS/MacOS WindowDri...Sven Gothel2023-01-313-15/+27
* Fix comment for WindowImpl.insets: value is in window unitsSven Gothel2023-01-311-1/+1
* NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ...Sven Gothel2023-01-3120-58/+362
* NEWT Soft-PixelScale (p5): Add WindowImpl.applySoftPixelScale(..) for general...Sven Gothel2023-01-311-0/+107
* NEWT Soft-PixelScale (p4): WindowImpl: Change SetSizeAction to optionally set...Sven Gothel2023-01-311-10/+35