Olivier Goffart

Results 105 issues of Olivier Goffart

we should suggest to use `Colors.xyz` or `EnumName.xyz` if xyz is not found and it is the value of some enum. _Originally posted by @ogoffart in https://github.com/slint-ui/slint/issues/897#issuecomment-1516089199_

enhancement
a:compiler
diagnostics

Currently, the compiler recognize some builtin element just by their name, regardless if they are redefined or not or imported or not. It is possible to redefine builtin elements, but...

bug
a:compiler

This project is funded through NGIO Core via NLNet - https://nlnet.nl/project/SlintAndroid/ Here's a possible breakdown of tasks that we devised. We estimate this in the range of ~4 months of...

roadmap
a:platform-android

We currently provide binaries for Linux and Windows for in our release tags in https://github.com/slint-ui/slint/releases for slint-viewer, slint-lsp and the C++ SDK We should add support for macOS. ~~This is...

packaging
a:platform-macos

Hopefully this simplifies user state handling Still some weak window handling. But maybe if combined with https://github.com/slint-ui/slint/pull/2035 this could make it much simpler.

RTL languages are not supported yet though, but once they will it will be usefull

As reported in https://github.com/slint-ui/slint/issues/4198 LineEdit and TextEdit component can not use 'ctrl + v' to paste in caps lock mode (Or ctrl + c, or ctrl + a, ...) I...

bug
a:text

We should add an API in TextInput (and forward it in LineEdit and TextEdit) to get or set the selection positions ### Discussed in https://github.com/slint-ui/slint/discussions/3899

enhancement
a:text

The `Path` element is not supported with the software renderer. We have different choice to implement it: 1. use some third party crate such as tiny_skia or something to draw...

enhancement
a:renderer-software

Currently, there are cryptic rust (or C++) compilation error in case of mismatch - Not the same git revision for the compiler and the runtime lib (the `VersionCheck` trick already...

a:language-rust
diagnostics