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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1467 - GraphUI: Don't de-activate a Shape if became active via 'mouseOver...
Sven Gothel
2023-09-30
1
-15
/
+24
*
GraphUI: Shape: Add missing 'markShapeDirty()' on setBorderColor()
Sven Gothel
2023-09-30
1
-0
/
+2
*
Bug 1454 + Bug 1464: Maintain a Shape local 'zOffset' and only consider it fo...
Sven Gothel
2023-09-30
2
-35
/
+43
*
GraphUI: Group: Add attribute to allow not to relayout if child Shapes are di...
Sven Gothel
2023-09-30
1
-14
/
+24
*
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
*
GraphUI Shape: Issue onToggleListener on setToggle(..) to complete user exper...
Sven Gothel
2023-09-26
1
-0
/
+7
*
GraphUI Shape: Add remaining binary states to bitfield to preserver footprint ..
Sven Gothel
2023-09-26
1
-26
/
+28
*
GraphUI: Mark some more methods final in Shape + GraphShape
Sven Gothel
2023-09-26
2
-5
/
+5
*
GraphUI Shape: Use a bitfield for the many binrary states instead of boolean ...
Sven Gothel
2023-09-26
1
-46
/
+47
*
GraphUI GraphShape: Factor out static addRectangle(..) to be reused for debug...
Sven Gothel
2023-09-26
1
-7
/
+8
*
GraphUI Layout: Simplify non-centered negative-offset (underline) removal
Sven Gothel
2023-09-26
2
-22
/
+4
*
Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...
Sven Gothel
2023-09-24
6
-28
/
+19
*
GraphUI Label: Condense getUnscaledGlyphBounds()
Sven Gothel
2023-09-24
1
-4
/
+1
*
Bug 1460 - GraphUI Shape: Allow keeping aspect-ratio at resize
Sven Gothel
2023-09-24
1
-6
/
+25
*
GraphUI Shape: Crossref input modifier funcs in API doc; Condense simple sett...
Sven Gothel
2023-09-24
1
-26
/
+26
*
GraphUI MediaButton: Return this for chaining on setter
Sven Gothel
2023-09-24
1
-2
/
+3
*
Bug 1459 - GraphUI Shape: Add active (pointer over/left) state and callback L...
Sven Gothel
2023-09-24
2
-6
/
+52
*
Bug 1454 - GraphUI Scene: Make active ZOffset scale configurable
Sven Gothel
2023-09-24
1
-2
/
+7
*
GraphUI Button: Remove redundant ctors and methods. ZOffset shall be simply g...
Sven Gothel
2023-09-24
1
-68
/
+0
*
Bug 1454 - GraphUI Scene: Elevate active (selected) shape (add z-offset) and ...
Sven Gothel
2023-09-23
2
-1
/
+28
*
Bug 1452: GraphUI Shape: Rename setMvTransform(..) -> setTransformMv(..), ali...
Sven Gothel
2023-09-23
7
-47
/
+47
*
GraphUI Button.getSubString(): Expose labelZOffset
Sven Gothel
2023-09-23
1
-1
/
+1
*
Bug 1452: GraphUI Scene DefaultPMVMatrixSetup.set(): Fix regression of commit...
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
*
GraphUI Container: Add getShapeCount() and add API doc ..
Sven Gothel
2023-09-20
3
-6
/
+15
*
Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...
Sven Gothel
2023-09-20
17
-363
/
+364
*
GraphUI Layout (Box/Grid): Adjust bottom-left offset according to center-axis
Sven Gothel
2023-09-19
2
-6
/
+44
*
GraphUI GridLayout: Disable TRACE_LAYOUT
Sven Gothel
2023-09-19
1
-1
/
+1
*
GraphUI GridLayout: Fix scaled non-center: Only add center offset if requeste...
Sven Gothel
2023-09-19
2
-26
/
+23
*
GraphUI Label: Add convenient methods getUnscaledGlyphBounds(..)
Sven Gothel
2023-09-17
1
-0
/
+12
*
GraphUI Layout: Remove unused leftover var and complete GridLayout ctor
Sven Gothel
2023-09-17
2
-3
/
+12
*
GraphUI GlyphShape: Add copy-ctor variant
Sven Gothel
2023-09-16
1
-0
/
+17
*
GraphUI BoxLayout: Margin is only ignored for center Alignment w/o Fill scale...
Sven Gothel
2023-09-16
5
-100
/
+104
*
GraphUI Group.validateImpl(): Pick RenderMode for border from 1st Shape if re...
Sven Gothel
2023-09-16
1
-1
/
+12
*
GraphUI Group: Override isShapeDirty(), performing a deep dirty state update ...
Sven Gothel
2023-09-16
2
-1
/
+14
*
GraphUI Layout: Fix BoxLayout scale, margin and padding; Add same padding beh...
Sven Gothel
2023-09-05
4
-186
/
+310
*
GraphUI Layout: Html'ify API header of Gap and Padding
Sven Gothel
2023-09-05
2
-2
/
+4
*
GraphUI Layout Alignment: Separate center alignment to horizontal and vertical
Sven Gothel
2023-09-05
1
-8
/
+11
*
GraphUI Shape: Add setScale(..) and scale(..) with Vec3f for convenience; Add...
Sven Gothel
2023-09-05
1
-2
/
+20
*
GraphUI Scene: Add invoke(boolean wait, GLRunnable) for convenience using GLA...
Sven Gothel
2023-09-05
1
-0
/
+21
*
GraphUI Scene: Only set dbgBorderThickness on shape if not zero and shape has...
Sven Gothel
2023-09-05
1
-1
/
+3
*
GraphUI: Use z-top of bounding box for border rectangle, not z-center
Sven Gothel
2023-09-05
1
-6
/
+6
*
GraphUI Margin, Alignment: Reuse ctor for default-ctor
Sven Gothel
2023-09-04
2
-2
/
+2
*
GraphUI: Button/Label: Complete String -> CharSequence type change for text, ...
Sven Gothel
2023-09-04
3
-6
/
+6
*
GraphUI GraphShape: Split renderModes -> final renderModesReq + mutable rende...
Sven Gothel
2023-09-04
1
-2
/
+26
*
GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...
Sven Gothel
2023-09-04
8
-54
/
+238
*
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
2
-6
/
+53
[next]