| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 36 | -11244/+101 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 1 | -1/+1 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 2 | -7/+14 |
* | GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin... | Sven Gothel | 2023-09-04 | 1 | -0/+5 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 7 | -20/+82 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -3/+3 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 1 | -0/+20 |
* | AABBox: Fix intersects2DRegion(..), add resize{Height, Width}(..) and AABBox ... | Sven Gothel | 2023-08-27 | 1 | -4/+57 |
* | Vec3f: Add UNIX_X and UNIX_X_NEG, enhance API doc | Sven Gothel | 2023-08-27 | 1 | -2/+4 |
* | Quaternion: Add rotateByAngleNormalAxis(..) variant using Vec3f axis | Sven Gothel | 2023-08-27 | 1 | -1/+18 |
* | AABBox: Add set(AABBox) | Sven Gothel | 2023-08-25 | 1 | -0/+13 |
* | Vec[234]f: Add scale(Vec[234]f s) variant for convenience | Sven Gothel | 2023-08-23 | 3 | -0/+9 |
* | Bug 1310: Reset GLJPanel states @ dispose(..) and always reshapeImpl(..) @ ad...v2.5.0 | Sven Gothel | 2023-08-18 | 1 | -7/+30 |
* | GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e... | Sven Gothel | 2023-08-13 | 1 | -1/+1 |
* | Minor cleanup of imports, etc: FBObject, GLContext*, Texture, .. | Sven Gothel | 2023-08-13 | 5 | -45/+30 |
* | Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove... | Sven Gothel | 2023-08-13 | 1 | -10/+28 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 3 | -37/+177 |
* | GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ... | Sven Gothel | 2023-08-11 | 1 | -2/+20 |
* | Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer() | Sven Gothel | 2023-07-15 | 3 | -28/+80 |
* | Use DPI scaling to scale drawn fonts. | Glenn Burkhardt | 2023-06-04 | 1 | -1/+14 |
* | GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh... | Sven Gothel | 2023-05-23 | 1 | -0/+15 |
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd... | Sven Gothel | 2023-05-17 | 5 | -590/+3 |
* | HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha... | Sven Gothel | 2023-05-15 | 2 | -116/+118 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 1 | -39/+112 |
* | AudioSinkFactory: Add debug output in case of failed initialization | Sven Gothel | 2023-05-04 | 1 | -0/+2 |
* | AABBox: Add 'translate' w/ dedicated components | Sven Gothel | 2023-04-28 | 1 | -0/+15 |
* | [PMV]Matrix[4f]: Clarify 'mulVec[34]f' in-place arg properties, add pure in-p... | Sven Gothel | 2023-04-28 | 2 | -16/+113 |
* | Vec[234]f: Add 'max' and 'min' function | Sven Gothel | 2023-04-28 | 3 | -0/+45 |
* | GLArrayDataClient: Refine API doc for grow*() and reserve() | Sven Gothel | 2023-04-20 | 1 | -2/+2 |
* | GLArrayDataServer.addGLSLSubArray(): Return (actual) GLArrayDataWrapper inste... | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | VectorUtil: Fix isVec3InTriangle3(..) testing p1, p2 and p3 | Sven Gothel | 2023-04-18 | 1 | -12/+8 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 6 | -592/+199 |
* | Graph/Math: Cleanup toString(), spacing and use System.lineSeparator() | Sven Gothel | 2023-04-12 | 4 | -27/+21 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 2 | -335/+603 |
* | PMVMatrix: Expose temporary storage (w/o side-effects) for efficiency; GraphU... | Sven Gothel | 2023-04-08 | 1 | -1/+42 |
* | PMVMatrix API doc: Use `` to quote code since {@code } causes block-quoting w... | Sven Gothel | 2023-04-08 | 1 | -5/+5 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 18 | -1403/+1513 |
* | Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f... | Sven Gothel | 2023-04-05 | 2 | -89/+177 |
* | AABBOX: Revert API doc copy/type errors from commit 15e60161787224e85172685f7... | Sven Gothel | 2023-04-05 | 1 | -7/+7 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 18 | -857/+3194 |
* | Vec2f, Vec3f: Return this @ set(..), add set(float[]) and add(float, ..) | Sven Gothel | 2023-03-30 | 2 | -22/+60 |
* | Quaternion: Shorten toString() type name | Sven Gothel | 2023-03-27 | 1 | -1/+2 |
* | Add Vec2f and Vec3f, to support a more simple OO vector-math usage, e.g. for ... | Sven Gothel | 2023-03-22 | 2 | -0/+528 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -0/+10 |
* | GraphUI UISceneDemo*: Use lambdas for GLAutoDrawable.invoke(..) to reduce LOC | Sven Gothel | 2023-03-21 | 1 | -0/+7 |
* | GLArrayDataClient: Allow null buffer @ growIfNeeded(), removed from commit 90... | Sven Gothel | 2023-03-20 | 1 | -20/+1 |
* | GLOffscreenAutoDrawable: Remove unused import | Sven Gothel | 2023-03-20 | 1 | -2/+0 |
* | Add FloatUtil.isZero(float) using FloatUtil.EPSILON | Sven Gothel | 2023-03-20 | 1 | -0/+8 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 7 | -17/+35 |
* | ShaderProgram field programLinked: Set to false @ release()/destroy(), On use... | Sven Gothel | 2023-03-15 | 1 | -1/+5 |