aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/shapes
Commit message (Expand)AuthorAgeFilesLines
* Utilize PTS.getCurrent() where applicableSven Göthel2024-01-311-1/+1
* GLMediaPlayer: Split GLMediaFrameListener (rarely used) from GLMediaEventList...Sven Göthel2024-01-311-5/+0
* GraphUI MediaButton: Add blending below subtitle, allow setting color/blendin...Sven Göthel2024-01-291-8/+26
* FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t...Sven Göthel2024-01-281-20/+32
* Cleanup GLMediaPlayer.EventMask.Bit handling in GLMediaEventListener implemen...Sven Göthel2024-01-281-2/+1
* GraphUI MediaButton: Clear cached subtitle data on uninit and init from GLMed...Sven Göthel2024-01-281-2/+12
* GraphUI MediaButton/MediaPlayer-Widget: Add working subtitle (text + ass/saa)...Sven Göthel2024-01-281-5/+153
* GraphUI GLButton: Filter out Region.AA_RENDERING_MASK in ctor, as GLEventList...Sven Göthel2024-01-161-1/+2
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-165-9/+9
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-091-0/+3
* GraphUI Rectangle: Remove dropping AA_RENDERING_MASK, i.e. allow VBAA_RENDERI...Sven Göthel2024-01-071-1/+1
* GraphUI Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for ...Sven Göthel2024-01-071-4/+14
* GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-fieldSven Göthel2024-01-071-1/+1
* GraphUI MediaButton: Add clearImpl(..), stopping and rewinding streamSven Gothel2023-12-301-0/+5
* GraphUI Shape Rectangle: Draw simple filled rect if lineWidth==0, drop AA_REN...Sven Gothel2023-12-191-7/+8
* GraphUI MediaButton: Disable AA_RENDERING_MASK for GLMediaPlayer color textur...Sven Gothel2023-12-181-1/+2
* GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for claritySven Gothel2023-12-181-1/+1
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-304-3/+16
* GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...Sven Gothel2023-09-261-51/+155
* GraphUI Button: Increase default spacing a little: x .12 -> .20, y .42 -> .46Sven Gothel2023-09-261-2/+2
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-242-20/+11
* GraphUI Label: Condense getUnscaledGlyphBounds()Sven Gothel2023-09-241-4/+1
* GraphUI MediaButton: Return this for chaining on setterSven Gothel2023-09-241-2/+3
* GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g...Sven Gothel2023-09-241-68/+0
* GraphUI Button.getSubString(): Expose labelZOffsetSven Gothel2023-09-231-1/+1
* GraphUI GlyphShape.addShapeToRegion(): In case the Font.Glyph has no shape, a...Sven Gothel2023-09-201-0/+3
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-204-12/+12
* GraphUI Label: Add convenient methods getUnscaledGlyphBounds(..)Sven Gothel2023-09-171-0/+12
* GraphUI GlyphShape: Add copy-ctor variantSven Gothel2023-09-161-0/+17
* GraphUI: Button/Label: Complete String -> CharSequence type change for text, ...Sven Gothel2023-09-042-5/+5
* GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...Sven Gothel2023-09-044-46/+225
* GraphUI Button: Add label bounds to own shape (adds used z-range)Sven Gothel2023-09-031-0/+2
* GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va...Sven Gothel2023-09-031-4/+30
* Graph Font + Glyph: More robust detetection and API definition of non-contour...Sven Gothel2023-08-282-7/+6
* GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,...Sven Gothel2023-08-271-1/+1
* GraphUI: Group API doc + remove GlyphShape's redundant many getOrigPos() vari...Sven Gothel2023-08-251-37/+4
* Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove...Sven Gothel2023-08-131-6/+10
* GraphUI MediaButton: Expose AudioSinkSven Gothel2023-05-231-0/+3
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-091-6/+6
* GraphUI Colors: Use pure white modulation w/ color-channel on no-action for o...Sven Gothel2023-04-284-13/+32
* GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds....Sven Gothel2023-04-281-9/+37
* GraphUI GraphShape: Apply {update->reset}GLRegion()Sven Gothel2023-04-284-4/+4
* GraphUI GraphShape: {update->reset}GLRegion() and reserve vertices+indices if...Sven Gothel2023-04-283-3/+3
* GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...Sven Gothel2023-04-207-48/+57
* GraphUI Button.createGLRegion(): Pre-calc Region buffer size for BaseButton (...Sven Gothel2023-04-201-1/+14
* GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec...Sven Gothel2023-04-193-42/+66
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-185-38/+31
* GraphUI Rectangle: Construct shape w/ 0/0 bottom-left origin as recommended b...Sven Gothel2023-04-131-31/+26
* GraphUI: Return this on setter/modifier methods for chainingSven Gothel2023-04-121-2/+4
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-052-6/+8