| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename VectorUtil.ccw(..) -> isCCW(..) | Sven Gothel | 2023-02-17 | 2 | -2/+2 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 3 | -58/+88 |
* | Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr... | Sven Gothel | 2023-02-16 | 3 | -61/+39 |
* | 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 TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt... | Sven Gothel | 2023-02-15 | 4 | -25/+102 |
* | Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo... | Sven Gothel | 2023-02-14 | 3 | -34/+29 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 4 | -300/+61 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 4 | -56/+147 |
* | 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 | 3 | -22/+88 |
* | Update included Typecast library to 2019-09-15 commit 0d55ac0eb4a39a7f8f2a796... | Sven Gothel | 2023-02-11 | 127 | -4361/+4651 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 3 | -136/+466 |
* | 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 | 1 | -0/+3 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 2 | -7/+9 |
* | Graph: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto... | Sven Gothel | 2023-02-05 | 1 | -29/+29 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -1/+1 |
* | Graph: Move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 6 | -2041/+0 |
* | MacOSXCGLContext: Fix typo in DEBUG output | Sven Gothel | 2023-01-22 | 1 | -10/+10 |
* | MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll() | Sven Gothel | 2023-01-22 | 1 | -1/+1 |
* | jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll() | Sven Gothel | 2023-01-22 | 1 | -1/+5 |
* | MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac... | Sven Gothel | 2023-01-21 | 1 | -5/+11 |
* | Don't import conditional platform specific 'static' code but fully qualify na... | Sven Gothel | 2023-01-20 | 1 | -11/+5 |
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here... | Sven Gothel | 2023-01-18 | 1 | -2/+5 |
* | MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in... | Sven Gothel | 2023-01-18 | 1 | -3/+4 |
* | X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques... | Sven Gothel | 2023-01-16 | 1 | -0/+4 |
* | Merge pull request #107 from ndjojo/platform-extensions | Sven Gothel | 2023-01-16 | 1 | -10/+2 |
|\ |
|
| * | Update X11GLXContext.java | ndjojo | 2021-01-20 | 1 | -10/+2 |
* | | Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV... | Sven Gothel | 2023-01-15 | 2 | -6/+29 |
* | | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 11 | -27/+28 |
* | | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai... | Sven Gothel | 2023-01-14 | 1 | -21/+2 |
* | | MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont... | Sven Gothel | 2023-01-14 | 1 | -1/+2 |
* | | MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave. | Sven Gothel | 2023-01-14 | 1 | -6/+20 |
|/ |
|
* | Fix 'typo' in branching, valid config index is >= 0 (not < 0) | Sven Gothel | 2020-06-15 | 1 | -1/+1 |
* | Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer... | Sven Gothel | 2020-04-06 | 1 | -5/+12 |
* | Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ... | Sven Gothel | 2020-04-06 | 1 | -28/+60 |
* | Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur... | Sven Gothel | 2020-03-05 | 1 | -25/+106 |
* | Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ... | Sven Gothel | 2020-02-24 | 1 | -100/+211 |
* | Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li... | Sven Gothel | 2020-01-03 | 2 | -59/+153 |
* | Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its... | Sven Gothel | 2019-12-31 | 1 | -2/+3 |
* | Bug 1312: GLContextShareSet Cleanup | Sven Gothel | 2019-12-31 | 2 | -15/+63 |
* | Bug 1347: Resolve Merged EGL/Desktop Profile Mapping | Sven Gothel | 2019-12-28 | 3 | -8/+43 |