slint/internal
Olivier Goffart f5d003d1e2 Fix conversion to from float to int
Round the value.

The previous behavior is that

 - For the interpreter, we were rounding (same as new behavior)
 - for Rust and C++ we were truncating, unless the properties were
   inlinined and then we were keeping it as float
2024-07-23 17:32:57 +02:00
..
backends macOS: Fix windows not resizing/redrawing correctly when showing again after calling hide 2024-07-23 13:35:35 +02:00
common Improve WordWrap docs 2024-07-05 09:47:57 +02:00
compiler Fix conversion to from float to int 2024-07-23 17:32:57 +02:00
core Add a new descendants api as well as deeper element queries to ElementHandle 2024-07-15 11:30:34 +02:00
core-macros Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
interpreter internal: interpreter: fix typo in ComponentCompiler deprecation message 2024-07-23 07:04:19 +02:00
renderers API Review: Remove suspend/resume related functions from FemtoVG renderer 2024-07-08 12:23:56 +02:00