| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1452: PMVMatrix4f: Drop redundant unused mulWith*(Vec*...) 'v_out = M * v... | Sven Gothel | 2023-09-23 | 1 | -102/+0 |
* | GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ... | Sven Gothel | 2023-09-22 | 1 | -222/+97 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 80 | -1440/+2571 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 8 | -12/+25 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 4 | -13/+20 |
* | 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 | 9 | -22/+84 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -1/+12 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 2 | -6/+18 |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 2 | -20/+26 |
* | Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 6 | -63/+171 |
* | Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re... | Sven Gothel | 2023-08-28 | 4 | -12/+34 |
* | 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 | 7 | -58/+36 |
* | Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove... | Sven Gothel | 2023-08-13 | 2 | -11/+38 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 3 | -37/+177 |
* | Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann... | Sven Gothel | 2023-08-12 | 1 | -6/+12 |
* | GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ... | Sven Gothel | 2023-08-11 | 2 | -6/+26 |
* | Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either... | Sven Gothel | 2023-08-02 | 1 | -3/+24 |
* | Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha... | Sven Gothel | 2023-08-02 | 1 | -1/+1 |
* | Graph RegionRenderer.destroy(): Detach RenderState from GL instance | Sven Gothel | 2023-08-02 | 1 | -0/+1 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 1 | -16/+34 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 4 | -0/+18 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 1 | -5/+3 |
* | Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rende... | Sven Gothel | 2023-08-01 | 1 | -1/+1 |
* | Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (... | Sven Gothel | 2023-08-01 | 1 | -5/+23 |
* | GLStateTracker: Add tracking of blending states (part-1) | Sven Gothel | 2023-08-01 | 1 | -2/+129 |
* | GLStateTracker: Encapsulate PixelStateMap for PixelStorei states (prepare for... | Sven Gothel | 2023-08-01 | 1 | -44/+69 |
* | Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.... | Sven Gothel | 2023-08-01 | 2 | -7/+6 |
* | Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer() | Sven Gothel | 2023-07-15 | 6 | -28/+98 |
* | NativeSignatureJavaMethodBindingEmitter: Adopt to GlueGen changes | Sven Gothel | 2023-07-10 | 1 | -41/+40 |
* | Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c | Sven Gothel | 2023-06-16 | 3 | -207/+205 |
* | 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 | 3 | -1/+29 |
* | *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a | Sven Gothel | 2023-05-21 | 2 | -2/+6 |
* | Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif... | Sven Gothel | 2023-05-20 | 1 | -2/+1 |
* | FFMPEGMediaPlayer: Adjust to AudioFormat changes | Sven Gothel | 2023-05-20 | 1 | -2/+2 |
* | FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4... | Sven Gothel | 2023-05-18 | 1 | -2/+2 |
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd... | Sven Gothel | 2023-05-17 | 13 | -2020/+12 |
* | HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha... | Sven Gothel | 2023-05-15 | 2 | -116/+118 |
* | Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress... | Sven Gothel | 2023-05-09 | 1 | -16/+33 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 2 | -80/+156 |
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H... | Sven Gothel | 2023-05-06 | 2 | -2/+6 |