index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
graphui
/
classes
/
com
/
jogamp
/
graph
/
ui
/
shapes
Commit message (
Expand
)
Author
Age
Files
Lines
*
GraphUI MediaButton: Disable AA_RENDERING_MASK for GLMediaPlayer color textur...
Sven Gothel
2023-12-18
1
-1
/
+2
*
GraphUI Shape: Rename [set|is]{Enabled -> Visible}(..) for clarity
Sven Gothel
2023-12-18
1
-1
/
+1
*
Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...
Sven Gothel
2023-09-30
4
-3
/
+16
*
GraphUI Button: Support toggle'ed labels and fixed font size scaling for symb...
Sven Gothel
2023-09-26
1
-51
/
+155
*
GraphUI Button: Increase default spacing a little: x .12 -> .20, y .42 -> .46
Sven Gothel
2023-09-26
1
-2
/
+2
*
Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...
Sven Gothel
2023-09-24
2
-20
/
+11
*
GraphUI Label: Condense getUnscaledGlyphBounds()
Sven Gothel
2023-09-24
1
-4
/
+1
*
GraphUI MediaButton: Return this for chaining on setter
Sven Gothel
2023-09-24
1
-2
/
+3
*
GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g...
Sven Gothel
2023-09-24
1
-68
/
+0
*
GraphUI Button.getSubString(): Expose labelZOffset
Sven Gothel
2023-09-23
1
-1
/
+1
*
GraphUI GlyphShape.addShapeToRegion(): In case the Font.Glyph has no shape, a...
Sven Gothel
2023-09-20
1
-0
/
+3
*
Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...
Sven Gothel
2023-09-20
4
-12
/
+12
*
GraphUI Label: Add convenient methods getUnscaledGlyphBounds(..)
Sven Gothel
2023-09-17
1
-0
/
+12
*
GraphUI GlyphShape: Add copy-ctor variant
Sven Gothel
2023-09-16
1
-0
/
+17
*
GraphUI: Button/Label: Complete String -> CharSequence type change for text, ...
Sven Gothel
2023-09-04
2
-5
/
+5
*
GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...
Sven Gothel
2023-09-04
4
-46
/
+225
*
GraphUI Button: Add label bounds to own shape (adds used z-range)
Sven Gothel
2023-09-03
1
-0
/
+2
*
GraphUI Scene: Expose Z-Epsilon API for default and current PMVMatrixSetup va...
Sven Gothel
2023-09-03
1
-4
/
+30
*
Graph Font + Glyph: More robust detetection and API definition of non-contour...
Sven Gothel
2023-08-28
2
-7
/
+6
*
GraphUI: Button: Reduce default DEFAULT_LABEL_ZOFFSET from 0.005f -> 0.0001f,...
Sven Gothel
2023-08-27
1
-1
/
+1
*
GraphUI: Group API doc + remove GlyphShape's redundant many getOrigPos() vari...
Sven Gothel
2023-08-25
1
-37
/
+4
*
Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove...
Sven Gothel
2023-08-13
1
-6
/
+10
*
GraphUI MediaButton: Expose AudioSink
Sven Gothel
2023-05-23
1
-0
/
+3
*
GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...
Sven Gothel
2023-05-09
1
-6
/
+6
*
GraphUI Colors: Use pure white modulation w/ color-channel on no-action for o...
Sven Gothel
2023-04-28
4
-13
/
+32
*
GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds....
Sven Gothel
2023-04-28
1
-9
/
+37
*
GraphUI GraphShape: Apply {update->reset}GLRegion()
Sven Gothel
2023-04-28
4
-4
/
+4
*
GraphUI GraphShape: {update->reset}GLRegion() and reserve vertices+indices if...
Sven Gothel
2023-04-28
3
-3
/
+3
*
GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...
Sven Gothel
2023-04-20
7
-48
/
+57
*
GraphUI Button.createGLRegion(): Pre-calc Region buffer size for BaseButton (...
Sven Gothel
2023-04-20
1
-1
/
+14
*
GraphUI {Round->Base}Button, denoting perpendicular or round corners (aka rec...
Sven Gothel
2023-04-19
3
-42
/
+66
*
Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...
Sven Gothel
2023-04-18
5
-38
/
+31
*
GraphUI Rectangle: Construct shape w/ 0/0 bottom-left origin as recommended b...
Sven Gothel
2023-04-13
1
-31
/
+26
*
GraphUI: Return this on setter/modifier methods for chaining
Sven Gothel
2023-04-12
1
-2
/
+4
*
GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...
Sven Gothel
2023-04-05
2
-6
/
+8
*
GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ...
Sven Gothel
2023-03-31
10
-0
/
+1428