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
/
widgets
Commit message (
Expand
)
Author
Age
Files
Lines
*
GraphUI MediaButton/MediaPlayer-Widget: Add working subtitle (text + ass/saa)...
Sven Göthel
2024-01-28
1
-1
/
+21
*
GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI...
Sven Göthel
2024-01-28
1
-18
/
+1
*
GraphUI MediaPlayer: Disable always DEBUG hack
Sven Göthel
2024-01-27
1
-1
/
+1
*
GraphUI MediaPlayer: Bump Chapter tooltip scale
Sven Göthel
2024-01-27
1
-1
/
+1
*
GLMediaPlayer: Support tile metadata
Sven Göthel
2024-01-27
1
-17
/
+3
*
GraphUI MediaPlayer Widget: Support switching audio and subtitle streams, sho...
Sven Göthel
2024-01-27
1
-7
/
+54
*
GraphUI MediaPlayer: seek from display-thread, don't act on SliderAdapter.cli...
Sven Göthel
2024-01-27
1
-13
/
+8
*
GraphUI MediaPlayer: Cleanup infoLabel layout; Add sticky HUD (always-on) but...
Sven Göthel
2024-01-26
1
-40
/
+77
*
GraphUI RangeSlider: Use a modulating color for rect page frame for visible r...
Sven Göthel
2024-01-26
1
-4
/
+41
*
GraphUI MediaPlayer: Fix Zoom behavior; Disable DEBUG output
Sven Göthel
2024-01-19
1
-33
/
+67
*
GraphUI RangeSlider/RangedGroup: Fix overall integration, adding more API com...
Sven Göthel
2024-01-19
2
-101
/
+272
*
Bug 1489 - GraphUI Group: Resolve Performance Regression in Scene.pickShape()...
Sven Göthel
2024-01-22
2
-18
/
+21
*
GraphUI RangeSlider: Keep Region.AA_RENDERING_MASK in renderModes
Sven Göthel
2024-01-20
1
-1
/
+1
*
Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...
Sven Göthel
2024-01-20
1
-7
/
+13
*
GraphUI Enhance Clipping: Drop 'cullingScale' param, a simple intersection-te...
Sven Göthel
2024-01-16
1
-10
/
+3
*
Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...
Sven Göthel
2024-01-16
1
-3
/
+3
*
GraphUI RangedGroup.validateImpl(): Simplify updating contentPosZero
Sven Göthel
2024-01-16
1
-5
/
+9
*
GraphUI Enhance Clipping: Drop pixel clipping if `clip-box >= clip-box*cullin...
Sven Göthel
2024-01-16
1
-3
/
+21
*
GraphUI: Added RangedGroup Widget, displaying a clipped content Group with op...
Sven Göthel
2024-01-15
1
-0
/
+160
*
GraphUI Shape: Add receiveKeyEvents() and receiveMouseEvents() allowing a Sha...
Sven Göthel
2024-01-15
2
-4
/
+16
*
GraphUI RangeSlider: [add,remove]{->Slider}Listener()
Sven Göthel
2024-01-15
1
-2
/
+2
*
GraphUI RangeSlider: Add SliderAdapter (convenience) and use a listener-array...
Sven Göthel
2024-01-15
2
-38
/
+70
*
GraphUI RangeSlider: Fix API doc for implementation detail
Sven Göthel
2024-01-14
1
-2
/
+2
*
GraphUI RangeSlider: Position page-sized knob (variant) with value at page-st...
Sven Göthel
2024-01-14
1
-5
/
+22
*
GraphUI RangeSlider: Add unitSize param: Size of one unit (element) in slidin...
Sven Göthel
2024-01-12
2
-20
/
+27
*
GraphUI Rectangle: Remove dropping AA_RENDERING_MASK, i.e. allow VBAA_RENDERI...
Sven Göthel
2024-01-07
1
-2
/
+2
*
GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(...
Sven Göthel
2024-01-07
1
-9
/
+9
*
GraphUI Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for ...
Sven Göthel
2024-01-07
1
-1
/
+1
*
GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del...
Sven Göthel
2024-01-07
1
-2
/
+13
*
GraphUI RangeSlider.addMark(): Return the mark-shape and use double itemLen (...
Sven Göthel
2024-01-07
1
-10
/
+21
*
GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field
Sven Göthel
2024-01-07
1
-3
/
+9
*
GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of si...
Sven Göthel
2024-01-07
1
-1
/
+1
*
GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlaye...
Sven Gothel
2023-12-31
2
-54
/
+87
*
GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog...
Sven Gothel
2023-12-30
1
-36
/
+10
*
GraphUI RangeSlider Widget: Add rectangular page-sized knob mode using a 'pag...
Sven Gothel
2023-12-24
2
-75
/
+357
*
GraphUI MediaPlayer Widget: Issue playStream(..) and setTextureUnit(..) by ca...
Sven Gothel
2023-12-24
1
-11
/
+1
*
Bug 805: GraphUI: Add Widget 'marker' (a Group), derived by {MediaUI01 -> Med...
Sven Gothel
2023-12-19
3
-113
/
+476
*
Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls...
Sven Gothel
2023-12-18
1
-0
/
+551