aboutsummaryrefslogtreecommitdiffstats
path: root/src/demos/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Padding, Margin, Gap: Use zero value constant None instead of default...Sven Gothel2023-12-181-1/+1
* GraphUI UISceneDemo20: Only use ALAudioSink if its context is already created...Sven Gothel2023-12-181-5/+9
* MovieSBSStereo: GLMediaPlayer.setTextureMinMagFilter() must be called before ...Sven Gothel2023-12-181-1/+1
* GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for claritySven Gothel2023-12-183-12/+12
* GraphUI Shape: Use Shape.MoveListener for Shape.onMove(..) providing more det...Sven Gothel2023-12-122-10/+7
* Bug 1472: GLMediaPlayer: Handle setPlaySpeed() like setAudioVolume() if strea...Sven Gothel2023-10-161-0/+11
* Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user...Sven Gothel2023-10-163-15/+18
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-151-2/+6
* GraphUI Shape: 'int name' -> 'int id' and add 'String name', change get/set m...Sven Gothel2023-10-034-11/+11
* GraphUI Scene: Add custom one-time GLRunnable disposable action list, allowin...Sven Gothel2023-10-031-0/+4
* Bug 1468 - SIGSEGV on use after free when destroying NEWT Window/Display via ...Sven Gothel2023-10-021-0/+4
* Bug 1468: Demos MiscUtil.destroyWindow() Call GLAutoDrawable.destroy() direct...Sven Gothel2023-10-013-7/+23
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-302-99/+338
* GraphUI Demos: Minor refinements..Sven Gothel2023-09-262-5/+5
* GraphUI Demo UISceneDemo20: Give 'Show FPS' a toggle text 'Hide FPS' .. and h...Sven Gothel2023-09-261-1/+2
* GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...Sven Gothel2023-09-264-37/+59
* Bug 1462 / 1462: GraphUI Demo UISceneDemo20: Replace some text in buttons wit...Sven Gothel2023-09-241-6/+7
* GraphUI Demos UIMediaGrid01: Demos multiple MediaButton in a grid - performan...Sven Gothel2023-09-241-0/+360
* Graph Font Tests: Fix missing codepoint -> GlyphID conversionSven Gothel2023-09-241-2/+2
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-246-33/+31
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-241-5/+8
* GraphUI Demo FontView01: Add mode showing the Glyph's name below in gridSven Gothel2023-09-241-15/+33
* Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resizeSven Gothel2023-09-241-3/+1
* UISceneDemo20 Use onToggle(..) for media-button (audio on/off) as well as use...Sven Gothel2023-09-241-29/+17
* UISceneDemo20: Set proper z-epsilon for all Buttons on reshape to use the per...Sven Gothel2023-09-241-0/+4
* GraphUI Layout: Add UILayoutBoxGridOffset01, showing behavior w/ shapes not s...Sven Gothel2023-09-231-0/+373
* Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali...Sven Gothel2023-09-234-7/+7
* Demos MovieSimple, MovieCube: Use Uri.tryUriOrFile(..) and have user just use...Sven Gothel2023-09-222-39/+20
* GraphUI Demo FontView01: Re-add Margin for glyphInfoBox (text) and use Group'...Sven Gothel2023-09-201-3/+3
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2030-288/+259
* GraphUI Demo Fontview: Fix '-showUnderline' mode; Fix and simplify addGlyphs(...Sven Gothel2023-09-191-17/+7
* GraphUI Demo FontView: Prescan available countour glyphs for fluent scrolling ..Sven Gothel2023-09-191-38/+40
* GraphUI Layout Tests: Use blue for group border and black for shape border; U...Sven Gothel2023-09-192-32/+70
* FontView01: Have all layout performed by our Box/Grid-Layout classes w/o manu...Sven Gothel2023-09-171-147/+259
* GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale...Sven Gothel2023-09-161-2/+10
* GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...Sven Gothel2023-09-053-391/+640
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-042-2/+2
* GraphUI: Button/Label: Complete String -> CharSequence type change for text, ...Sven Gothel2023-09-047-18/+11
* GraphUI Scene: Generalize its interface PMVMatrixSetup and usage of its Defau...Sven Gothel2023-09-039-190/+76
* GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [...Sven Gothel2023-09-0310-20/+34
* GraphUI Demos: Proper use of CommandlineOptionsSven Gothel2023-09-024-34/+18
* Demos: CommandlineOptions: Add total_duration command line option '-duration ...Sven Gothel2023-09-021-14/+19
* PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...Sven Gothel2023-09-028-10/+13
* GraphUI Demo: Rename UISceneDemoU01a -> UIGraphDemoU01a, not using GraphUI's ...Sven Gothel2023-09-011-4/+24
* GraphUI Demo FontView01: Fix '-showUnderline', i.e. glyphListener shall use t...Sven Gothel2023-08-281-1/+1
* GraphUI Demo FontView01: Enhance usability and refactor: Add left-column glyp...Sven Gothel2023-08-281-78/+206
* UISceneDemo03: Detail demo description, add blog entrySven Gothel2023-08-271-3/+7
* GraphUI Demo: UISceneDemo03: Add optional audio (only) via '-audio <URL or fi...Sven Gothel2023-08-271-4/+108
* GraphUI: Extract generalized AnimGroup functionality from UISceneDemo03*, pro...Sven Gothel2023-08-276-781/+524
* Demos: Use Runnable lambda for window.destroy() off-thread and use key-symbol...Sven Gothel2023-08-2310-57/+37