slint/internal
Olivier Goffart cd8ab8ce53
Fix array index access at negative index
Conversion from negative float to unsigned is saturating to 0 in rust
and undefined behavior in C++, we should therefore handle the case
properly

Fixes #8222
2025-04-22 11:28:09 +02:00
..
backends Move Palette.style-name to internal protected StyleMetrics.style-name (#8200) 2025-04-19 10:20:52 +02:00
common Menu: Add enabled property (#8145) 2025-04-15 08:08:11 +02:00
compiler Fix array index access at negative index 2025-04-22 11:28:09 +02:00
core Document better the argument of the select_bundled_translation 2025-04-16 06:03:31 +02:00
core-macros doc: Separate out the MenuBar element docs into a dedicated element under Window 2025-02-26 16:46:36 +01:00
interpreter Fix array index access at negative index 2025-04-22 11:28:09 +02:00
renderers Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00