aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Rename VectorUtil.ccw(..) -> isCCW(..)Sven Gothel2023-02-172-2/+2
* Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ...Sven Gothel2023-02-173-58/+88
* Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr...Sven Gothel2023-02-163-61/+39
* 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 TextRegionUtil: Move ShapeVisitor to OutlineShape.Visitor and processSt...Sven Gothel2023-02-154-25/+102
* Graph Font: getGlyph(char symbol -> int glyph_id), add kerning to getPointsBo...Sven Gothel2023-02-143-34/+29
* Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s...Sven Gothel2023-02-134-300/+61
* Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ...Sven Gothel2023-02-124-56/+147
* 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-103-136/+466
* 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-062-7/+9
* Graph: TypecastRenderer: Simplify addShape*(), use OutlineShape's vertexFacto...Sven Gothel2023-02-051-29/+29
* Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-041-1/+1
* Graph: Move jogamp.graph.plane to public com.jogamp.graph.planeSven Gothel2023-02-046-2041/+0
* MacOSXCGLContext: Fix typo in DEBUG outputSven Gothel2023-01-221-10/+10
* MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll()Sven Gothel2023-01-221-1/+1
* jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll()Sven Gothel2023-01-221-1/+5
* MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac...Sven Gothel2023-01-211-5/+11
* Don't import conditional platform specific 'static' code but fully qualify na...Sven Gothel2023-01-201-11/+5
* MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here...Sven Gothel2023-01-181-2/+5
* MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in...Sven Gothel2023-01-181-3/+4
* X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques...Sven Gothel2023-01-161-0/+4
* Merge pull request #107 from ndjojo/platform-extensionsSven Gothel2023-01-161-10/+2
|\
| * Update X11GLXContext.javandjojo2021-01-201-10/+2
* | Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV...Sven Gothel2023-01-152-6/+29
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-1411-27/+28
* | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...Sven Gothel2023-01-141-21/+2
* | MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont...Sven Gothel2023-01-141-1/+2
* | MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave.Sven Gothel2023-01-141-6/+20
|/
* Fix 'typo' in branching, valid config index is >= 0 (not < 0)Sven Gothel2020-06-151-1/+1
* Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...Sven Gothel2020-04-061-5/+12
* Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ...Sven Gothel2020-04-061-28/+60
* Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...Sven Gothel2020-03-051-25/+106
* Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-241-100/+211
* Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...Sven Gothel2020-01-032-59/+153
* Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its...Sven Gothel2019-12-311-2/+3
* Bug 1312: GLContextShareSet CleanupSven Gothel2019-12-312-15/+63
* Bug 1347: Resolve Merged EGL/Desktop Profile MappingSven Gothel2019-12-283-8/+43