Dr George Atkinson

Results 48 issues of Dr George Atkinson

Fix bugs with textbox introduced by #187. - The textbox can remain focused but not in an edit state. The `:check` pseudoselector is used to show the cursor and border...

- [x] #55 - [x] Support for screen readers* #266 *Possible Rust implementation: https://github.com/AccessKit/accesskit. As far as I can tell this crate has some limited support for screen readers on...

Adds the basics for multiwindow. TODO: - Handle window events correctly for each window - Apply styling/layout/rendering to each window only when required - Apply hover for each window separately

A list of desired features for the first release of VIZIA. ## General - [x] Declarative API - [x] Reactivity - [x] Events system - [x] VST support - [...

As mentioned in #110 > Fully implementing Wayland support will take more work as we need need a RawWidnowHandle to request a proxy, which is not available until after the...

Fixes most clippy warnings