aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/shapes
Commit message (Expand)AuthorAgeFilesLines
* 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
* GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ...Sven Gothel2023-03-3110-0/+1428