summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add support for Linux/ppc64le architectureTom G. Christensen2023-06-074-4/+33
* | Merge pull request #114 from gbburkhardt/masterGöthel Software2023-06-111-1/+14
|\ \
| * | Use DPI scaling to scale drawn fonts.Glenn Burkhardt2023-06-041-1/+14
| |/
* / README.md: Adding JogAmp History & Milestones, ...Sven Gothel2023-06-111-10/+109
|/
* Merge pull request #111 from EwoutH/master-1Göthel Software2023-05-241-0/+1
|\
| * Enable GitHub sponsor buttonEwout ter Hoeven2023-03-091-0/+1
* | Merge pull request #113 from andreas-schwab/masterGöthel Software2023-05-244-4/+32
|\ \
| * | Add support for riscv64 architectureAndreas Schwab2023-05-244-4/+32
|/ /
* | GraphUI UISceneDemo20: Add OpenAL spatial 3D sound features: Add SimpleSineSy...Sven Gothel2023-05-231-5/+219
* | GraphUI Shape: Add one-shot init callback, will be called after each draw(..)...Sven Gothel2023-05-231-0/+22
* | GraphUI Scene: Drop redundant and wrong setupMatrix(pmv) for forOne(..) and f...Sven Gothel2023-05-231-4/+2
* | GraphUI MediaButton: Expose AudioSinkSven Gothel2023-05-231-0/+3
* | GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...Sven Gothel2023-05-233-1/+29
* | make/build-test.xml: Add JOAL to classpathSven Gothel2023-05-233-5/+7
* | *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729aSven Gothel2023-05-212-2/+6
* | Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif...Sven Gothel2023-05-202-2/+3
* | build.xml: Preserve README.md, copy filtered README-zip-bundles.txt to archiv...Sven Gothel2023-05-201-1/+2
* | FFMPEGMediaPlayer: Adjust to AudioFormat changesSven Gothel2023-05-201-2/+2
* | MovieCube: Restart @ EOSSven Gothel2023-05-182-9/+18
* | FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4...Sven Gothel2023-05-181-2/+2
* | make/scripts/tests.sh: Adjust D_ARGS for AudioSink (moved to gluegen/joal); V...Sven Gothel2023-05-171-5/+6
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-1715-2023/+15
* | HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha...Sven Gothel2023-05-1513-175/+427
* | 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-145-6/+35
* | 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-149-65/+757
* | 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
* | JOGL File Layout: Have *-java-src.zip inside jar folder, add missing jar/jogl...Sven Gothel2023-05-071-8/+5
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H...Sven Gothel2023-05-062-2/+6
* | Nativewindow OSXmisc.m: Minor cleanupSven Gothel2023-05-061-18/+19
* | doc/HowToBuild.html: Align w/ GlueGen (MacOS changes, min deployment target 1...Sven Gothel2023-05-062-3/+8
* | 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
* | doc/HowToBuild.html: Align w/ GlueGen's MacOS changesSven Gothel2023-05-041-2/+7
* | HowToBuild: MacOS: Detail cmake commandline installation and mention 7-ZipSven Gothel2023-05-041-1/+5
* | 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
* | Windows tests scripts: Update Graph* and *Movie* demos cmdline launchesSven Gothel2023-05-044-20/+43
* | HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 thre...Sven Gothel2023-05-042-3/+12
* | 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-2912-156/+1072
* | 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