22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Dec 17, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Convenient using Graph/GraphUI produced AABBox) More... 12 months ago
Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Convenient using Graph/GraphUI produced AABBox) More... 12 months ago
Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min/max vec3 as convenient using Graph/GraphUI produced AABBox More... 12 months ago
Graph Clipping: GLSL: Add `USE_AABBOX_CLIPPING`, i.e. clipping via AABBox min/max vec3 as convenient using Graph/GraphUI produced AABBox More... 12 months ago
Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and'/'or' semantic (swapped); Add EPSILON in clip_coord(..) and add is_inside(..) function More... 12 months ago
Graph GLSL functions.glsl: Complete overload vec2 and vec3 variants; Fix 'and'/'or' semantic (swapped); Add EPSILON in clip_coord(..) and add is_inside(..) function More... 12 months ago
GraphUI Demo UIMediaGrid00: Add letterBox option, defaults to true now More... 12 months ago
GraphUI Demo UIMediaGrid00: Add letterBox option, defaults to true now More... 12 months ago
GraphUI Demos: Have CommandlineOptions produce GLProfile and full GLCapabilities request, removing code duplication More... 12 months ago
GraphUI Demos: Have CommandlineOptions produce GLProfile and full GLCapabilities request, removing code duplication More... 12 months ago
GraphUI Rectangle: Remove dropping AA_RENDERING_MASK, i.e. allow VBAA_RENDERING_BIT again More... 12 months ago
GraphUI Rectangle: Remove dropping AA_RENDERING_MASK, i.e. allow VBAA_RENDERING_BIT again More... 12 months ago
GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(Tooltip) for generic usage; Add TooltipText colors. More... 12 months ago
GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(Tooltip) for generic usage; Add TooltipText colors. More... 12 months ago
GraphUI Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for flexibility More... 12 months ago
GraphUI Button.setLabelColor(..): Add alpha channel and variant w/ Vec4f for flexibility More... 12 months ago
GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is required to tick(), drop List<Tooltip> More... 12 months ago
GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is required to tick(), drop List<Tooltip> More... 12 months ago
GraphUI Shape: Enable Tooltip (currently text only) to be displayed after delay w/o mouse-move (1s) More... 12 months ago
GraphUI Shape: Enable Tooltip (currently text only) to be displayed after delay w/o mouse-move (1s) More... 12 months ago
GraphUI RangeSlider.addMark(): Return the mark-shape and use double itemLen (in sliding direction) for better visibility More... 12 months ago
GraphUI RangeSlider.addMark(): Return the mark-shape and use double itemLen (in sliding direction) for better visibility More... 12 months ago
GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field More... 12 months ago
GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field More... 12 months ago
GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of single instance) More... 12 months ago
GraphUI Shape: Maintain multiple Activation Listener (ArrayList instead of single instance) More... 12 months ago
GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s](); Remove Scene.setDebugBorderBox() More... 12 months ago
GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s](); Remove Scene.setDebugBorderBox() More... 12 months ago
GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlayer), by simply overlay marks on bar More... 12 months ago
GraphUI RangeSlider: Add rectangular marks (e.g. for chapters, see MediaPlayer), by simply overlay marks on bar More... 12 months ago