Activity
fix: multi-line text for checkbox
fix: multi-line text for checkbox
fix: correctly calculate row sizing
fix: correctly calculate row sizing
feat: add assertEq
debug assertion
feat: add
assertEq
debug assertionfeat: add debug bounding box overlay
feat: add debug bounding box overlay
docs: label + text split out ages ago
docs: label + text split out ages ago
fix: crash on releasing drag below options dropdown
fix: crash on releasing drag below options dropdown
feat: add util for setting font
feat: add util for setting font
feat(demo): move input box to options
feat(demo): move input box to options
fix: labels not initially visible have blank text
fix: labels not initially visible have blank text
fix(demo): unneeded temp. close button on advanced
fix(demo): unneeded temp. close button on advanced
refactor: remove now-unused methods on widget
refactor: remove now-unused methods on widget
fix: actually respect visible
prop
fix: actually respect
visible
propfix: don't query text until check layout is called
fix: don't query text until check layout is called
refactor: don't redundantly pass x
, y to
HLGui.draw`
refactor: don't redundantly pass
x
, y to
HLGui.draw`refactor: remove unused width
, height
from HLGui.draw
refactor: remove unused
width
, height
from HLGui.draw
fix: off-by-one top left of source outline
fix: off-by-one top left of source outline
fix: isGMRT check crashes on CR
fix: isGMRT check crashes on CR
fix: update HLGuiIsGMRT
with new constant
fix: update
HLGuiIsGMRT
with new constantfix: caret too high when at 0
fix: caret too high when at
0
refactor!: define HLGuiLabel
as composition over HLGuiText
refactor!: define
HLGuiLabel
as composition over HLGuiText
feat: HLGuiInput
via composition
feat:
HLGuiInput
via compositionrefactor: explicitly define visible
default value
refactor: explicitly define
visible
default valuefeat(demo): surround input with box
feat(demo): surround input with box
feat: implement basic user input box
feat: implement basic user input box
fix: single-widget insertion should set parent + gui
fix: single-widget insertion should set parent + gui
refactor: explicitly name child
refactor: explicitly name
child
fix: assign parent
and gui
of inserted children
fix: assign
parent
and gui
of inserted childrenfeat: methods to insert or append child widgets
feat: methods to insert or append child widgets