| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | SurfaceScaleUtils: Remove unused isZero(..) | Sven Gothel | 2023-05-14 | 1 | -9/+0 |
* | HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block... | Sven Gothel | 2023-05-14 | 8 | -64/+752 |
* | HiDPI: NEWT/MacOS: WindowDriver.sizeScreenPosInsetsChanged() is called w/ cli... | Sven Gothel | 2023-05-13 | 1 | -1/+1 |
* | HiDPI: TestGearsES2NEWT: Show MonitorDevice properties, validating pixelScale | Sven Gothel | 2023-05-13 | 1 | -0/+5 |
* | 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 | 10 | -156/+221 |
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H... | Sven Gothel | 2023-05-06 | 2 | -2/+6 |
* | Nativewindow OSXmisc.m: Minor cleanup | Sven Gothel | 2023-05-06 | 1 | -18/+19 |
* | Graph CDTriangulator2D: Drop invalid innerPoly, avoiding Loop.initFromPolylin... | Sven Gothel | 2023-05-05 | 1 | -2/+30 |
* | Graph GLRegion: DEBUG_BUFFER (growth) 'jogl.debug.graph.curve.Buffer' | Sven Gothel | 2023-05-05 | 1 | -19/+35 |
* | Graph GLRegion.growBuffer(..): Disable debug output (static final flag) | Sven Gothel | 2023-05-04 | 1 | -3/+9 |
* | AudioSinkFactory: Add debug output in case of failed initialization | Sven Gothel | 2023-05-04 | 1 | -0/+2 |
* | Graph FontFactor: Adopt to GlueGen commit 69d22df0a6132dbf8b88fd04090c0bc8112... | Sven Gothel | 2023-05-04 | 1 | -1/+1 |
* | GraphUI GridLayout: Handle 'diffBL' in 2nd path, no need to store as we don't... | Sven Gothel | 2023-04-29 | 1 | -10/+10 |
* | GraphUI GridLayout: Remove old unused layout0(..) method | Sven Gothel | 2023-04-29 | 1 | -134/+0 |
* | GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout. | Sven Gothel | 2023-04-29 | 11 | -155/+1070 |
* | GraphUI Shape: Use null rotPivot indicating unset (isZero not sufficient); to... | Sven Gothel | 2023-04-28 | 1 | -13/+17 |
* | GraphUI Shape: Fix hasPadding() and add padding + border details to toString() | Sven Gothel | 2023-04-28 | 1 | -2/+4 |
* | GraphUI Add Alignment and Gap for layout | Sven Gothel | 2023-04-28 | 2 | -0/+199 |
* | GraphUI Shape: [add|remove]MouseListener(): Return shape for chaining | Sven Gothel | 2023-04-28 | 1 | -4/+6 |
* | GraphUI Colors: Use pure white modulation w/ color-channel on no-action for o... | Sven Gothel | 2023-04-28 | 5 | -23/+57 |
* | GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds.... | Sven Gothel | 2023-04-28 | 7 | -42/+159 |
* | GraphUI GraphShape: Apply {update->reset}GLRegion() | Sven Gothel | 2023-04-28 | 9 | -9/+9 |
* | GraphUI GraphShape: Refine API doc | Sven Gothel | 2023-04-28 | 1 | -1/+23 |
* | GraphUI GraphShape: {update->reset}GLRegion() and reserve vertices+indices if... | Sven Gothel | 2023-04-28 | 4 | -16/+20 |
* | 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 |
* | GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT... | Sven Gothel | 2023-04-20 | 19 | -104/+192 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 15 | -58/+119 |
* | Graph OutlineShape.get{Outline->}VectexCount() renamed | Sven Gothel | 2023-04-20 | 3 | -3/+3 |
* | GLArrayDataClient: Refine API doc for grow*() and reserve() | Sven Gothel | 2023-04-20 | 1 | -2/+2 |
* | GraphUI Button.createGLRegion(): Pre-calc Region buffer size for BaseButton (... | Sven Gothel | 2023-04-20 | 1 | -1/+14 |
* | Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a... | Sven Gothel | 2023-04-20 | 6 | -172/+119 |
* | GLArrayDataServer.addGLSLSubArray(): Return (actual) GLArrayDataWrapper inste... | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | Graph VBORegion2P*.renderVBO(): Add comment on BITHINT_GLOBAL_DEPTH_TEST_ENAB... | Sven Gothel | 2023-04-19 | 2 | -0/+9 |
* | Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since... | Sven Gothel | 2023-04-19 | 2 | -6/+9 |
* | Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al... | Sven Gothel | 2023-04-19 | 5 | -476/+186 |
* | Graph Region.addOutlineShape(): Fix DEBUG_INSTANCE path, enable perf counter ... | Sven Gothel | 2023-04-19 | 1 | -0/+3 |
* | Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text... | Sven Gothel | 2023-04-19 | 3 | -33/+40 |
* | GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec... | Sven Gothel | 2023-04-19 | 5 | -54/+78 |
* | Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match... | Sven Gothel | 2023-04-18 | 2 | -6/+10 |
* | GraphUI Test: Have TestTextRendererNEWT21's FontViewListener01 use 8mm/cell t... | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ... | Sven Gothel | 2023-04-18 | 3 | -0/+544 |
* | GraphUI Padding: Use CSS alike ctor semantics, hence swizzle ctor arguments | Sven Gothel | 2023-04-18 | 5 | -57/+71 |
* | Graph OutlineShape.checkOverlaps(): Test overlap first to drop overlaps.conta... | Sven Gothel | 2023-04-18 | 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 | 46 | -1175/+639 |
* | GraphUI Demos: Move GraphUIDemoArgs to sub-package util | Sven Gothel | 2023-04-18 | 9 | -2/+9 |
* | GraphUI Demo FontView01: Add font-name and selected glyphID to screenshot fil... | Sven Gothel | 2023-04-14 | 1 | -4/+8 |