aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/shapes/Rectangle.java
Commit message (Expand)AuthorAgeFilesLines
* 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 Shape Rectangle: Draw simple filled rect if lineWidth==0, drop AA_REN...Sven Gothel2023-12-191-7/+8
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-1/+1
* GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...Sven Gothel2023-09-041-0/+41
* 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-281-1/+1
* GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...Sven Gothel2023-04-201-1/+6
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-181-1/+1
* GraphUI Rectangle: Construct shape w/ 0/0 bottom-left origin as recommended b...Sven Gothel2023-04-131-31/+26
* GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ...Sven Gothel2023-03-311-0/+104