Simon Hausmann

Results 390 comments of Simon Hausmann

It might be that we don't need this dance for the SDK if our slint_cpp in the CMake package was an archive (.a) instead of a dynamic library (.dylib).

We need something like #1325 (a data model) before we can add support for rich text. In scope are the necessary APIs to allow users to implement rich text editors....

Showing `admin.slint` on macOS produces the following window for me. This is indeed too small to show the "About Slint" tab. I think that this may however be due to...

Big ❤️ - this is sorely missing feature! > separate properties vs. @border-radius() macro? My preference is on separate properties. I think it looks nicer when there are bindings, instead...

The TextInput uses `StandardShortcut::Paste`, as created by `KeyEvent::shortcut() -> Option`. It's looking for `text.as_str() == 'v'` and I guess that's `V`. Not sure though if this should be fixed in...

I think the core of the issue is that large text when rendered with FemtoVG has to fall back to rendering the glyphs using the high-quality anti-aliased path renderer for...

What if we added a `get-selected-text()` function? That would be straightforward to implement and there’d be no expectation about re-evaluation of the selection changes z

The setter part was implemented in #4164, but there's no getter yet.

The behaviour I suggest we implement is that if the cursor as at the end of the `TextEdit` and text is appended, the cursor should remain visible - which implies...

Alternatively, would it perhaps make sense to provide time formatting independent from `@tr` and insteadas a built-in functionality that uses icu4x behind the scenes?