openpencil/crates/op-host-native
Fini cb8a2624ba fix(editor): align the font picker's wheel direction with every other list
The inspector's font dropdown scrolled against the wheel: it added
delta to its offset while the settings-panel font picker — same
widget, same scroll field, same file — and a dozen other scroll
surfaces all subtract. Flip it on both hosts and pin the convention
with direction tests that drive the real wheel entry point and
require the rail popups to move the same way as the panel behind
them. Also gate agent_indicator_test_support behind the same cfg as
its only consumers inside gl-host'd widget_host, so a default-feature
clippy run is clean without blanket allows.
2026-07-28 00:29:39 +08:00
..
assets fix(web): use browser fonts in canvaskit shell 2026-06-19 02:39:34 +08:00
examples feat(desktop): adopt the casement winit fork 2026-05-18 21:45:09 +08:00
notes
src fix(editor): align the font picker's wheel direction with every other list 2026-07-28 00:29:39 +08:00
tests refactor: typed error enums across the whole workspace 2026-07-27 21:09:06 +08:00
Cargo.toml feat(desktop): browser device login through prebuilt op-auth library 2026-07-25 19:08:38 +08:00