Simon Hausmann

Results 493 comments of Simon Hausmann
trafficstars

Olivier, Tobias, and I discussed this a little further. We started out separating the language reference into its own mdbook, and now we'd like to try creating one single site...

I remember when mark doc was announced and I was tempted, but it's only a developer api basically. We would still have to write the "documentation tooling" around it.

We have now a new landing page at https://slint-ui.com/snapshots/master/docs/ and the Slint language docs all combined into one book at https://slint-ui.com/snapshots/master/docs/slint/index.html . In addition we proof-read it and made many...

Ah, so the missing return value is the same. The argument mismatch example looks like an improvement to me.

Florian implemented and merged an initial version of `StandardTableView` in https://github.com/slint-ui/slint/pull/2032 . I suppose the acceptance criteria for closing this issue though is a more generic mechanism?

As discussed with Florian, this does not seem relevant anymore - with QStyle not being used on macOS and Windows anymore, and the ability to set the border-width manually.

Closing this as we released 1.3.0 with it.

The availability of using Skia as renderer solves this issues. You can for example enable it at compile-time via the `renderer-winit-skia` feature and select it at run-time using `SLINT_BACKEND=Skia`. Similarly,...

I made a proof of concept to do this directly in Slint, using Vulkan's extension to access the display directly, calloop, and libinput. I've uploaded the code into https://github.com/slint-ui/slint/tree/simon/vulkanfs