| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 2 | -20/+26 |
* | GraphUI Demo: Rename UISceneDemoU01a -> UIGraphDemoU01a, not using GraphUI's ... | Sven Gothel | 2023-09-01 | 1 | -4/+24 |
* | GraphUI Demo FontView01: Fix '-showUnderline', i.e. glyphListener shall use t... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | GraphUI Demo FontView01: Enhance usability and refactor: Add left-column glyp... | Sven Gothel | 2023-08-28 | 1 | -78/+206 |
* | Graph Font: Make TypecastRenderer.DEBUG package private to be used by Typecas... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | GraphUI Shape: Show dirty-state in getSubString() | Sven Gothel | 2023-08-28 | 1 | -1/+13 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 9 | -71/+178 |
* | Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re... | Sven Gothel | 2023-08-28 | 4 | -12/+34 |
* | UISceneDemo03: Detail demo description, add blog entry | Sven Gothel | 2023-08-27 | 1 | -3/+7 |
* | GraphUI Demo: UISceneDemo03: Add optional audio (only) via '-audio <URL or fi... | Sven Gothel | 2023-08-27 | 1 | -4/+108 |
* | GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,... | Sven Gothel | 2023-08-27 | 1 | -1/+1 |
* | GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro... | Sven Gothel | 2023-08-27 | 7 | -781/+1336 |
* | Add TestVec3f01NOUI: This test shall be enhanced, only priliminary angle test... | Sven Gothel | 2023-08-27 | 1 | -0/+137 |
* | 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 |
* | GraphUI: Use thread-save and lock-free CopyOnWriteArrayList for List<Shape>, ... | Sven Gothel | 2023-08-27 | 2 | -4/+4 |
* | AABBox: Add set(AABBox) | Sven Gothel | 2023-08-25 | 1 | -0/+13 |
* | GraphUI: Shape: Add runSynced(Runnable); Add setPMVMatrix(..) to setup comple... | Sven Gothel | 2023-08-25 | 1 | -39/+100 |
* | GraphUI: Group API doc + remove GlyphShape's redundant many getOrigPos() vari... | Sven Gothel | 2023-08-25 | 2 | -40/+7 |
* | Vec[234]f: Add scale(Vec[234]f s) variant for convenience | Sven Gothel | 2023-08-23 | 3 | -0/+9 |
* | TestSWTAccessor02NewtGLWindow: Use lambda for SWTAccessor.invokeOnOSTKThread(..) | Sven Gothel | 2023-08-23 | 1 | -4/+5 |
* | Demos: Use Runnable lambda for window.destroy() off-thread and use key-symbol... | Sven Gothel | 2023-08-23 | 10 | -57/+37 |
* | UISceneDemo03b: Add a little more customization .. | Sven Gothel | 2023-08-19 | 1 | -6/+23 |
* | Bug 1310: Reset GLJPanel states @ dispose(..) and always reshapeImpl(..) @ ad...v2.5.0 | Sven Gothel | 2023-08-18 | 1 | -7/+30 |
* | Bug 1310: Detect missing glViewport(..) on Windows before GLEventListener.res... | Sven Gothel | 2023-08-18 | 1 | -2/+24 |
* | Demos: ..demos.graph.ui.util.GraphUIDemoArgs -> ..demos.util.CommandlineOptions | Sven Gothel | 2023-08-13 | 16 | -34/+33 |
* | GraphUIDemoArgs: Issue GLProfile.initSingleton() once in static init block, e... | Sven Gothel | 2023-08-13 | 2 | -1/+5 |
* | UISceneDemo20: Fix info/debug text title GPUUISceneGLListener0A -> UISceneDemo20 | Sven Gothel | 2023-08-13 | 1 | -7/+8 |
* | 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 | 3 | -17/+48 |
* | GraphUIDemoArgs: Add GL4 core | Sven Gothel | 2023-08-13 | 1 | -0/+2 |
* | Demos: Add main() to GearsES2, .. allowing to be used for simple bringup tests | Sven Gothel | 2023-08-13 | 3 | -12/+166 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 69 | -741/+941 |
* | FontViewListener01/TestTextRendererNEWT21: Use 30 pixelPerCell (total w/ gap)... | Sven Gothel | 2023-08-12 | 1 | -10/+21 |
* | 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 |
* | Untangle joal from build requirements as introduced via new jogl-demos | Sven Gothel | 2023-08-07 | 3 | -6/+4 |
* | Test Bug1310: Remove and re-add a GLJPanel from its Swing parent (working) | Sven Gothel | 2023-08-07 | 1 | -0/+246 |
* | Graph / GraphUI Demos: Don't use the color-channel if not required (mixing co... | Sven Gothel | 2023-08-02 | 6 | -14/+17 |
* | 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 | 19 | -91/+98 |
* | UISceneDemoU01a: Destory textRegion @ dispose | Sven Gothel | 2023-08-01 | 1 | -0/+1 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 6 | -10/+48 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 3 | -11/+7 |
* | 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 |
* | Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projecti... | Sven Gothel | 2023-08-01 | 1 | -0/+351 |