aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not s...Sven Gothel2023-09-231-3/+3
* OculusVR: Adapt to latest GlueGen changesSven Gothel2023-09-221-1/+2
* GLMediaPlayerImpl: Replace StreamWorker thread management with GlueGen's new ...Sven Gothel2023-09-221-1/+4
* GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'...Sven Gothel2023-09-201-2/+2
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-202-21/+24
* FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manu...Sven Gothel2023-09-171-2/+2
* make/build.xml: Fix target 'all.but-onejar', adding targets 'one.lib.dir' and...Sven Gothel2023-09-161-1/+1
* make/build.xml: Add target 'all.but-onejar', allowing a quick build w/o the a...Sven Gothel2023-09-051-0/+2
* GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...Sven Gothel2023-09-051-2/+3
* GraphUI Demo: Rename UISceneDemoU01a -> UIGraphDemoU01a, not using GraphUI's ...Sven Gothel2023-09-011-1/+1
* GraphUI Demo FontView01: Enhance usability and refactor: Add left-column glyp...Sven Gothel2023-08-281-3/+3
* make/scripts/test-fat-jars.sh: Adjust UISceneDemo03b -> UISceneDemo03Sven Gothel2023-08-271-1/+1
* GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro...Sven Gothel2023-08-271-3/+2
* Add TestVec3f01NOUI: This test shall be enhanced, only priliminary angle test...Sven Gothel2023-08-271-0/+1
* UISceneDemo03b: Add a little more customization ..Sven Gothel2023-08-191-2/+2
* Bug 1310: Detect missing glViewport(..) on Windows before GLEventListener.res...Sven Gothel2023-08-183-4/+7
* 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-131-1/+2
* make/scripts/tests.sh: Add Basic demos if jogl-demos.jarSven Gothel2023-08-131-2/+16
* 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
* GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ...Sven Gothel2023-08-111-2/+2
* Bug 1450: Remove nativewindow's drm-gbm GlueGen config's manual constant defi...Sven Gothel2023-08-101-3/+3
* Untangle joal from build requirements as introduced via new jogl-demosSven Gothel2023-08-072-16/+112
* scripts/tests.sh: Add TestGLJPanelReadd01Bug1310AWTSven Gothel2023-08-071-1/+2
* 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
* Update tests script .. (consolidate GraphUI demo lines)Sven Gothel2023-08-011-24/+8
* Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projecti...Sven Gothel2023-08-011-1/+2
* Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer()Sven Gothel2023-07-151-0/+5
* Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8cSven Gothel2023-06-1613-25/+58
* Add swt 4.26 for gtk-linux-ppc64leTom G. Christensen2023-06-078-0/+1589
* Add support for Linux/ppc64le architectureTom G. Christensen2023-06-074-4/+33
* Add support for riscv64 architectureAndreas Schwab2023-05-244-4/+32
* make/build-test.xml: Add JOAL to classpathSven Gothel2023-05-233-5/+7
* Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif...Sven Gothel2023-05-201-0/+2
* build.xml: Preserve README.md, copy filtered README-zip-bundles.txt to archiv...Sven Gothel2023-05-201-1/+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-171-2/+2
* HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha...Sven Gothel2023-05-152-4/+5
* HiDPI: Complete testing on Windows (AWT, NEWT, AWT+NEWT): AWT pixel scale pro...Sven Gothel2023-05-143-2/+25
* HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block...Sven Gothel2023-05-141-1/+5
* JOGL File Layout: Have *-java-src.zip inside jar folder, add missing jar/jogl...Sven Gothel2023-05-071-8/+5
* doc/HowToBuild.html: Align w/ GlueGen (MacOS changes, min deployment target 1...Sven Gothel2023-05-061-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-041-1/+1
* GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout.Sven Gothel2023-04-291-1/+2
* GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ...Sven Gothel2023-04-181-1/+2
* GraphUI Tests: Add TestTextRendererNEWT21 using FontViewListener01 (like Font...Sven Gothel2023-04-141-0/+2