From 447a98a0dcb7add50d77c1d8392e670bffb358ec Mon Sep 17 00:00:00 2001
From: Sven Göthel <sgothel@jausoft.com>
Date: Mon, 15 Jan 2024 11:12:52 +0100
Subject: GraphUI: Added RangedGroup Widget, displaying a clipped content Group
 with optional horizontal and/or vertical RangeSlider; FontView01 now uses
 RangedGroup scrolling GlyphGrid smooth per-pixel

GraphUI: Added RangedGroup Widget, displaying a clipped content Group with optional horizontal and/or vertical RangeSlider
- Utilizes Group.setClipBox() to enable clipping of its content to the Group's AABBox
- Uses RangeSlider based on given contentSize

FontView01 now uses RangedGroup scrolling GlyphGrid smooth per-pixel
---
 make/scripts/tests.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'make')

diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 10e6dfa5b..dfe71e25d 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -1008,7 +1008,8 @@ function testawtswt() {
 #
 #testnoawt com.jogamp.opengl.demos.graph.GPUTextNewtDemo $*
 #testnoawt com.jogamp.opengl.demos.graph.GPURegionNewtDemo $*
-testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $*
+#testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $*
+#testnoawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $*
 #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo00 $*
 #testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeDemo01 $*
 #testnoawt com.jogamp.opengl.demos.graph.ui.UITypeDemo01 $*
@@ -1026,7 +1027,7 @@ testnoawt com.jogamp.opengl.demos.graph.ui.UIShapeClippingDemo00 $*
 #testnoawt com.jogamp.opengl.demos.av.MovieCube $*
 #testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid00 $*
 #testnoawt com.jogamp.opengl.demos.graph.ui.UIMediaGrid01 $*
-#testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $*
+testnoawt com.jogamp.opengl.demos.graph.ui.FontView01 $*
 #testawt com.jogamp.opengl.demos.graph.ui.UISceneDemo20 $*
 #testawt com.jogamp.opengl.demos.es2.GearsES2 $*
 #testnoawt com.jogamp.opengl.demos.graph.ui.UIGraphDemoU01a $*
-- 
cgit v1.2.3