aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...Sven Gothel2023-03-143-19/+18
* GraphUI: Add a most simple Scene demo with one Shape.Sven Gothel2023-03-141-0/+358
* GPUUISceneGLListener0A: Simplify according to Scene class changes (view-based...Sven Gothel2023-03-142-129/+76
* GraphUI: UIShapeDemo01.reshape(): Drop redundant glViewport(..) callSven Gothel2023-03-141-1/+0
* GraphUI: GLButton: Don't pass FBO size @ ctor, calculate true view-size @ 1st...Sven Gothel2023-03-141-2/+1
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-143-3/+3
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-1313-472/+576
* Demos: FontSetDemos: Remove remove fontsSven Gothel2023-03-111-10/+0
* Demos: Remove unused fontsSven Gothel2023-03-119-0/+0
* Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ...Sven Gothel2023-03-1172-6/+13997
* GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us...Sven Gothel2023-03-071-1/+1
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-241-1/+1
* Bug 1406, Bug 1405: demos.Launcher0: Defaults to use multiple PointerIcons againSven Gothel2019-12-051-4/+4
* Bug 1406, Bug 1405: demos.Launcher0: Allow passing GLEventListener via '-demo...Sven Gothel2019-12-051-14/+34
* Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rul...Sven Gothel2019-12-041-1/+0
* Bug 1406: demos.Launcher0: More code path reduction: useMultiplePointerIcon m...Sven Gothel2019-12-041-4/+9
* Bug 1406: demos.Launcher0: More tests ..Sven Gothel2019-12-042-76/+14
* Bug 1405: Provide stand alone demo launcher reducing complexitySven Gothel2019-12-042-0/+743
* NEWT iOS: Support translucent windowsSven Gothel2019-07-082-1/+5
* NEWT iOS: Support Multi-Touch Events, PixelScale, ..Sven Gothel2019-07-082-50/+321
* iOS: Clean up promotion of EAGLLayer use down to FBObjectSven Gothel2019-06-241-8/+16
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2334-0/+3690