aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4...Sven Gothel2023-05-181-2/+2
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-1714-2021/+13
* HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha...Sven Gothel2023-05-1511-171/+422
* Fix MovieSimpleActivity1: Adjust to GLMediaPlayer API change (commit 9a7b9768...Sven Gothel2023-05-151-11/+12
* HiDPI: Complete testing on Windows (AWT, NEWT, AWT+NEWT): AWT pixel scale pro...Sven Gothel2023-05-142-4/+10
* HiDPI: Revert WindowImpl.applySoftPixelScale()'s if( DEBUG...) { ..; dumpStac...Sven Gothel2023-05-141-1/+1
* SurfaceScaleUtils: Remove unused isZero(..)Sven Gothel2023-05-141-9/+0
* HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block...Sven Gothel2023-05-148-64/+752
* HiDPI: NEWT/MacOS: WindowDriver.sizeScreenPosInsetsChanged() is called w/ cli...Sven Gothel2023-05-131-1/+1
* HiDPI: TestGearsES2NEWT: Show MonitorDevice properties, validating pixelScaleSven Gothel2023-05-131-0/+5
* Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress...Sven Gothel2023-05-091-16/+33
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-0910-156/+221
* MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H...Sven Gothel2023-05-062-2/+6
* Nativewindow OSXmisc.m: Minor cleanupSven Gothel2023-05-061-18/+19
* Graph CDTriangulator2D: Drop invalid innerPoly, avoiding Loop.initFromPolylin...Sven Gothel2023-05-051-2/+30
* Graph GLRegion: DEBUG_BUFFER (growth) 'jogl.debug.graph.curve.Buffer'Sven Gothel2023-05-051-19/+35
* Graph GLRegion.growBuffer(..): Disable debug output (static final flag)Sven Gothel2023-05-041-3/+9
* AudioSinkFactory: Add debug output in case of failed initializationSven Gothel2023-05-041-0/+2
* Graph FontFactor: Adopt to GlueGen commit 69d22df0a6132dbf8b88fd04090c0bc8112...Sven Gothel2023-05-041-1/+1
* GraphUI GridLayout: Handle 'diffBL' in 2nd path, no need to store as we don't...Sven Gothel2023-04-291-10/+10
* GraphUI GridLayout: Remove old unused layout0(..) methodSven Gothel2023-04-291-134/+0
* GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout.Sven Gothel2023-04-2911-155/+1070
* GraphUI Shape: Use null rotPivot indicating unset (isZero not sufficient); to...Sven Gothel2023-04-281-13/+17
* GraphUI Shape: Fix hasPadding() and add padding + border details to toString()Sven Gothel2023-04-281-2/+4
* GraphUI Add Alignment and Gap for layoutSven Gothel2023-04-282-0/+199
* GraphUI Shape: [add|remove]MouseListener(): Return shape for chainingSven Gothel2023-04-281-4/+6
* GraphUI Colors: Use pure white modulation w/ color-channel on no-action for o...Sven Gothel2023-04-285-23/+57
* GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds....Sven Gothel2023-04-287-42/+159
* GraphUI GraphShape: Apply {update->reset}GLRegion()Sven Gothel2023-04-289-9/+9
* GraphUI GraphShape: Refine API docSven Gothel2023-04-281-1/+23
* GraphUI GraphShape: {update->reset}GLRegion() and reserve vertices+indices if...Sven Gothel2023-04-284-16/+20
* AABBox: Add 'translate' w/ dedicated componentsSven Gothel2023-04-281-0/+15
* [PMV]Matrix[4f]: Clarify 'mulVec[34]f' in-place arg properties, add pure in-p...Sven Gothel2023-04-282-16/+113
* Vec[234]f: Add 'max' and 'min' functionSven Gothel2023-04-283-0/+45
* GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...Sven Gothel2023-04-2019-104/+192
* Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr...Sven Gothel2023-04-2015-58/+119
* Graph OutlineShape.get{Outline->}VectexCount() renamedSven Gothel2023-04-203-3/+3
* GLArrayDataClient: Refine API doc for grow*() and reserve()Sven Gothel2023-04-201-2/+2
* GraphUI Button.createGLRegion(): Pre-calc Region buffer size for BaseButton (...Sven Gothel2023-04-201-1/+14
* Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a...Sven Gothel2023-04-206-172/+119
* GLArrayDataServer.addGLSLSubArray(): Return (actual) GLArrayDataWrapper inste...Sven Gothel2023-04-201-1/+1
* Graph VBORegion2P*.renderVBO(): Add comment on BITHINT_GLOBAL_DEPTH_TEST_ENAB...Sven Gothel2023-04-192-0/+9
* Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since...Sven Gothel2023-04-192-6/+9
* Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al...Sven Gothel2023-04-195-476/+186
* Graph Region.addOutlineShape(): Fix DEBUG_INSTANCE path, enable perf counter ...Sven Gothel2023-04-191-0/+3
* Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text...Sven Gothel2023-04-193-33/+40
* GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec...Sven Gothel2023-04-195-54/+78
* Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match...Sven Gothel2023-04-182-6/+10
* GraphUI Test: Have TestTextRendererNEWT21's FontViewListener01 use 8mm/cell t...Sven Gothel2023-04-181-1/+1
* GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ...Sven Gothel2023-04-183-0/+544