Squashed from work; the fine-grained history is under tag archive/work-2026-08-26: - vj: the console grows real transports, and the deck stops lying about reverse - vj: video goes NV12 end to end, and the GPU does the unpacking - widgets: boxed labels center on their ink, not on the font's line box - metal: a fresh texture forgets nothing it never had — reallocated vec textures upload whole - fab: a 3D creation shell and the viewer built on it - widgets: a dock redraws its panels, not just its own frame - draw: hsv2rgb takes vector bounds, so it compiles - texcomp: the block codec and the container every texture will travel in - widgets: a Splash keeps the walk its host declared across a body rebuild, and logs a body that fails to evaluate instead of drawing nothing - vj: DJ-tab scroll knobs, title-click reset, crossfade fix, stem headroom — plus the pre-Ampere CUDA fix (#1193) Co-authored-by: Rogier de Leeuw <vjroger@gmail.com>
14 lines
524 B
TOML
14 lines
524 B
TOML
[package]
|
|
name = "makepad-example-text-center"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Specimen page for the vertical text-centering contract of boxed labels"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
|
|
|
|
[dev-dependencies]
|
|
makepad-test = { path = "../../libs/makepad_test", version = "0.1.0" }
|
|
makepad-zune-png = { path = "../../libs/zune/zune-png", version = "0.5.2" }
|
|
makepad-zune-core = { path = "../../libs/zune/zune-core", version = "0.5.1" }
|