edwloef
|
6bbe189809
|
Fix inconsistent naming of tree parameter in Widget trait (#2950)
* fix inconsistent naming of tree parameter in widget trait
* rename `Tree` parameter in various usages across iced
|
2025-11-25 23:58:07 +01:00 |
|
Héctor Ramón Jiménez
|
5796ba272e
|
Remove missing_debug_implementations lint
|
2025-09-12 05:25:09 +02:00 |
|
Héctor Ramón Jiménez
|
6be707267e
|
Revert "Make Widget::diff mutable"
This reverts commit 497ebcd0c3.
|
2025-08-29 04:21:43 +02:00 |
|
Héctor Ramón Jiménez
|
497ebcd0c3
|
Make Widget::diff mutable
|
2025-08-20 23:14:23 +02:00 |
|
Héctor Ramón Jiménez
|
31bc6d48cd
|
Make Widget::layout and operate mutable
... and bless `responsive`!
|
2025-08-20 22:42:15 +02:00 |
|
Héctor Ramón Jiménez
|
567b7d9e9f
|
Add crisp feature for enabling default quad snapping
|
2025-05-30 00:30:23 +02:00 |
|
Héctor Ramón Jiménez
|
fe95b26d53
|
Fix missing inverse transformations in float widget
|
2025-05-04 00:36:56 +02:00 |
|
Héctor Ramón Jiménez
|
87afd5b79d
|
Fix mouse_interaction implementation for float
|
2025-05-02 22:41:22 +02:00 |
|
Héctor Ramón Jiménez
|
9e934fe2a7
|
Remove now redundant Overlay::is_over
The `mouse_interaction` method can be properly used
now to encode hover status with the `None` and `Idle`
variants.
|
2025-05-02 21:23:17 +02:00 |
|
Héctor Ramón Jiménez
|
8f3bca299b
|
Write some docs for the new float widget
|
2025-05-01 01:33:43 +02:00 |
|
Héctor Ramón Jiménez
|
f8f2e55f19
|
Implement float widget interactivity
|
2025-04-30 23:35:31 +02:00 |
|
Héctor Ramón Jiménez
|
fae95d6095
|
Draft float widget and simplify image again 🎉
|
2025-04-29 22:34:09 +02:00 |
|