aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GraphUI Demo: UISceneDemo03: Add optional audio (only) via '-audio <URL or fi...Sven Gothel2023-08-271-4/+108
* make/scripts/test-fat-jars.sh: Adjust UISceneDemo03b -> UISceneDemo03Sven Gothel2023-08-271-1/+1
* GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,...Sven Gothel2023-08-271-1/+1
* GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro...Sven Gothel2023-08-278-784/+1338
* Add TestVec3f01NOUI: This test shall be enhanced, only priliminary angle test...Sven Gothel2023-08-272-0/+138
* AABBox: Fix intersects2DRegion(..), add resize{Height, Width}(..) and AABBox ...Sven Gothel2023-08-271-4/+57
* Vec3f: Add UNIX_X and UNIX_X_NEG, enhance API docSven Gothel2023-08-271-2/+4
* Quaternion: Add rotateByAngleNormalAxis(..) variant using Vec3f axisSven Gothel2023-08-271-1/+18
* GraphUI: Use thread-save and lock-free CopyOnWriteArrayList for List<Shape>, ...Sven Gothel2023-08-272-4/+4
* AABBox: Add set(AABBox)Sven Gothel2023-08-251-0/+13
* GraphUI: Shape: Add runSynced(Runnable); Add setPMVMatrix(..) to setup comple...Sven Gothel2023-08-251-39/+100
* GraphUI: Group API doc + remove GlyphShape's redundant many getOrigPos() vari...Sven Gothel2023-08-252-40/+7
* Vec[234]f: Add scale(Vec[234]f s) variant for convenienceSven Gothel2023-08-233-0/+9
* TestSWTAccessor02NewtGLWindow: Use lambda for SWTAccessor.invokeOnOSTKThread(..)Sven Gothel2023-08-231-4/+5
* Demos: Use Runnable lambda for window.destroy() off-thread and use key-symbol...Sven Gothel2023-08-2310-57/+37
* UISceneDemo03b: Add a little more customization ..Sven Gothel2023-08-192-8/+25
* Bug 1310: Reset GLJPanel states @ dispose(..) and always reshapeImpl(..) @ ad...v2.5.0Sven Gothel2023-08-181-7/+30
* Bug 1310: Detect missing glViewport(..) on Windows before GLEventListener.res...Sven Gothel2023-08-184-6/+31
* README: Fix linksSven Gothel2023-08-151-2/+2
* README: Fix JOGL inception, pre Sun launch and later acquired by Sun.Sven Gothel2023-08-151-2/+2
* Add make/scripts/test-fat-jars.sh for a quick bringup-testSven Gothel2023-08-141-0/+71
* MacOS test scripts: Enable FFmpeg6 from HomebrewSven Gothel2023-08-132-1/+2
* Demos: ..demos.graph.ui.util.GraphUIDemoArgs -> ..demos.util.CommandlineOptionsSven Gothel2023-08-1317-35/+35
* GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e...Sven Gothel2023-08-132-1/+5
* UISceneDemo20: Fix info/debug text title GPUUISceneGLListener0A -> UISceneDemo20Sven Gothel2023-08-131-7/+8
* Minor cleanup of imports, etc: FBObject, GLContext*, Texture, ..Sven Gothel2023-08-137-58/+36
* make/scripts/tests.sh: Add Basic demos if jogl-demos.jarSven Gothel2023-08-131-2/+16
* Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove...Sven Gothel2023-08-133-17/+48
* GraphUIDemoArgs: Add GL4 coreSven Gothel2023-08-131-0/+2
* Demos: Add main() to GearsES2, .. allowing to be used for simple bringup testsSven Gothel2023-08-133-12/+166
* Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A...Sven Gothel2023-08-1369-741/+941
* WWW: Replace Gephi icon w/ a more friendly JogAmp website matching preview on...Sven Gothel2023-08-122-1/+1
* Fix typo of commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725: jogl{s->}-demo{-...Sven Gothel2023-08-121-1/+1
* Add GraphUI to javadoc source pathSven Gothel2023-08-121-1/+1
* FontViewListener01/TestTextRendererNEWT21: Use 30 pixelPerCell (total w/ gap)...Sven Gothel2023-08-121-10/+21
* Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann...Sven Gothel2023-08-121-6/+12
* GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ...Sven Gothel2023-08-113-8/+28
* Bug 1450: Remove nativewindow's drm-gbm GlueGen config's manual constant defi...Sven Gothel2023-08-101-3/+3
* README: Add Mathieu Féry, who enhanced GlueGenSven Gothel2023-08-071-0/+1
* Untangle joal from build requirements as introduced via new jogl-demosSven Gothel2023-08-075-22/+116
* scripts/tests.sh: Add TestGLJPanelReadd01Bug1310AWTSven Gothel2023-08-071-1/+2
* README/index: 'Graph UI' -> GraphUISven Gothel2023-08-072-2/+2
* Test Bug1310: Remove and re-add a GLJPanel from its Swing parent (working)Sven Gothel2023-08-071-0/+246
* README/index: Fix link to OpenGL_API_Divergence.htmlSven Gothel2023-08-072-2/+2
* Update README.md, index.html (Graph/GraphUI, references) and add OpenGL_API_D...Sven Gothel2023-08-074-16/+633
* Bug 1441, 852: Annotate ARB_draw_indirect dual sourcing, remove redundant man...Sven Gothel2023-08-062-8/+1
* Bug 1441 - Fix ARB_multi_draw_indirect: Belongs to GL4, glMultiDrawElementsIn...Sven Gothel2023-08-066-19/+115
* Graph / GraphUI Demos: Don't use the color-channel if not required (mixing co...Sven Gothel2023-08-026-14/+17
* Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either...Sven Gothel2023-08-021-3/+24
* Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha...Sven Gothel2023-08-021-1/+1