Olivier Goffart

Results 105 issues of Olivier Goffart

Tested the native combobox on windows and Linux In a ComboBox: "Space" should open the ComboBox if pressed while it has the focus. (On Windows "Enter" also open the ComboBox,...

bug
a:widgets

One should add the following properties to a colour to access individual components - [X] red - [X] blue - [X] green - [ ] hue - [ ] saturation...

enhancement
a:language-slint

Note: this could be a breaking change if someone did ```toml image = { version = "0.24", features = [...] } ``` to enable more features decoder of the image...

row_changed / row_added and row_removed should be renamed to add notify_ prefix in front. Because that's more explicit that these function notify the view and don't do anything themselves. The...

good first issue
a:language-c++
api

Example: ``` export component Demo inherits Window { min-height: 300px; min-width: 300px; property val; property p1: val ? 10 : 20; animate p1 { duration: 1s; } Rectangle { width:...

bug
a:tool classes & property system

Step to reproduce with vscode 1. Enable "Slint > Preview > Provided by Editor" in the VS code settings 2. Ensure a clean state by closing all preview and all...

bug
a:live preview

On mobile and macOs, the cursor is the selection color. Also don't show the cursor when there is a selection (all platforms)

The text color for the text input that has the focus is the normal "on-surface" color according to https://m3.material.io/components/text-fields/specs Also fix the selection color of the TextEdit

Have two selection handle when there is selected text

Also support Java 8 that did not support the --release argument yet. Fix #4904