| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph TextRegionUtil: Fix HashMap (font,text)->GLRegion: Preserve key data (f... | Sven Gothel | 2023-02-19 | 1 | -20/+40 |
* | Graph Font.Glyph: Cleanup: Remove Font and getScale() from interface (redunda... | Sven Gothel | 2023-02-19 | 1 | -12/+7 |
* | Graph Font: Add 'name' to Glyph; Drop erroneous Glyph ID_SPACE, ID_CR manual ... | Sven Gothel | 2023-02-19 | 1 | -2/+3 |
* | Graph Font.Metrics: Use unchanges sign of (+) ascent, (-) descent and (+) lin... | Sven Gothel | 2023-02-19 | 1 | -22/+33 |
* | Rename VectorUtil.ccw(..) -> isCCW(..) | Sven Gothel | 2023-02-17 | 1 | -2/+3 |
* | 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 |
* | | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 3 | -56/+163 |
* | | Graph Font: Enhance API doc (source of values), better get*Bounds() names, dr... | Sven Gothel | 2023-02-16 | 1 | -39/+97 |
* | | Graph: TextRegionUtil: Make addStringToRegion(..) versatile/usable w/ optiona... | Sven Gothel | 2023-02-15 | 1 | -21/+48 |
* | | 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 | 5 | -103/+96 |
* | | 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 | 2 | -4/+4 |
* | | Graph OutlineShape: Path2F alike sub-path ctor: Add z coordinate for custom p... | Sven Gothel | 2023-02-14 | 1 | -12/+19 |
|/ |
|
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 3 | -98/+96 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 2 | -43/+48 |
* | Font/Graph, {Font, Glyph}/Typecast: Add kerning and expose values in original... | Sven Gothel | 2023-02-10 | 3 | -122/+317 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 10 | -567/+942 |
* | Graph: OutlineShape: Add positional addVertex() variants for component based ... | Sven Gothel | 2023-02-05 | 1 | -7/+53 |
* | 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 | 13 | -19/+13 |
* | Graph: Move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 6 | -0/+2041 |
* | Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont... | Sven Gothel | 2023-01-15 | 1 | -1/+11 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() - via ... | Sven Gothel | 2023-01-14 | 1 | -2/+2 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 3 | -7/+7 |
* | Bug 1374: NEWT/AWT: Annotation regarding general High-DPI for even non native... | Sven Gothel | 2020-01-17 | 1 | -0/+6 |
* | SWT GLCanvas: Fix NPE in DEBUG mode; NewtCanvasSWT: Resurect comment in setBo... | Sven Gothel | 2020-01-06 | 1 | -1/+3 |
* | Bug 1358: GLCanvas: Call new OSXUtil.SetWindowPixelScale(..) when GLCanvas ge... | Sven Gothel | 2020-01-05 | 1 | -1/+14 |
* | Reuse Gluegen's Bitfield.Util for 'PowerOf2' computation | Sven Gothel | 2019-12-31 | 1 | -30/+6 |
* | Bug 1347: Resolve Merged EGL/Desktop Profile Mapping | Sven Gothel | 2019-12-28 | 2 | -11/+14 |
* | Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable... | Sven Gothel | 2019-12-09 | 1 | -0/+10 |
* | Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI... | Sven Gothel | 2019-12-08 | 1 | -0/+1 |
* | Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter... | Sven Gothel | 2019-09-07 | 1 | -6/+6 |
* | Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and... | Sven Gothel | 2019-09-07 | 1 | -2/+46 |
* | Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ... | Sven Gothel | 2019-09-07 | 1 | -0/+73 |
* | Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu... | Sven Gothel | 2019-09-07 | 2 | -6/+18 |
* | Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail... | Sven Gothel | 2019-09-05 | 1 | -7/+17 |
* | Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl... | Sven Gothel | 2019-09-04 | 1 | -58/+5 |
* | Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.Override | Sven Gothel | 2019-08-23 | 2 | -20/+25 |
* | Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ... | Sven Gothel | 2019-08-22 | 1 | -0/+2 |
* | Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max... | Sven Gothel | 2019-08-22 | 1 | -1/+14 |
* | GLRendererQuirks: Fix typo | Sven Gothel | 2019-08-21 | 1 | -1/+1 |
* | JoglVersion.getGLInfo: Increase robustness of debug output | Sven Gothel | 2019-08-21 | 2 | -8/+20 |
* | Bug 1384: Allow GLRendererQuirks to be overridden by user properties | Sven Gothel | 2019-08-21 | 1 | -66/+125 |
* | Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOs | Sven Gothel | 2019-08-20 | 1 | -3/+15 |
* | Removed references to non-existent method getPeer() in debug code | Wade Walker | 2019-08-19 | 1 | -2/+2 |