Héctor Ramón Jiménez
|
c710591cc8
|
Fix alignment of number in markdown ordered lists
|
2025-07-24 20:53:57 +02:00 |
|
Héctor Ramón Jiménez
|
420de7150d
|
Clarify description of Table in docs
|
2025-07-18 21:23:27 +02:00 |
|
Héctor Ramón Jiménez
|
729a09fa4e
|
Write documentation for table
|
2025-07-18 21:21:07 +02:00 |
|
Héctor Ramón Jiménez
|
e0d9078334
|
Implement From<Option<T>> for Element
|
2025-07-18 03:53:59 +02:00 |
|
Héctor Ramón Jiménez
|
dcea10f707
|
Add table support to markdown widget
|
2025-07-17 03:48:45 +02:00 |
|
Héctor Ramón Jiménez
|
291e615c0b
|
Use row-major order for cells in table widget
|
2025-07-16 22:38:09 +02:00 |
|
Héctor Ramón Jiménez
|
a3d42e2d37
|
Fix width column factor computation in table
|
2025-07-16 21:39:40 +02:00 |
|
Héctor Ramón Jiménez
|
6e71c7dd6f
|
Implement alignment support for table::column
|
2025-07-16 04:06:38 +02:00 |
|
Héctor Ramón Jiménez
|
1e89439aff
|
Respect column width in table widget
|
2025-07-16 02:31:43 +02:00 |
|
Héctor Ramón Jiménez
|
2777de3c7d
|
Add interactive controls to table example
|
2025-07-16 00:10:05 +02:00 |
|
Héctor Ramón Jiménez
|
931ed20cf8
|
Rename spacing to padding in table widget
|
2025-07-15 20:23:44 +02:00 |
|
Héctor Ramón Jiménez
|
b3ce0f23a5
|
Draft table widget
|
2025-07-15 05:28:33 +02:00 |
|
Héctor Ramón Jiménez
|
98d8f466bb
|
Merge branch 'master' into feature/test-recorder
|
2025-07-08 00:29:55 +02:00 |
|
Héctor Ramón Jiménez
|
946e2a73b7
|
Implement Rule support in markdown widget
|
2025-06-27 18:49:51 +02:00 |
|
Héctor Ramón Jiménez
|
0ff616814d
|
Fix typo in docs of markdown::Viewer::quote
|
2025-06-27 16:51:00 +02:00 |
|
Héctor Ramón Jiménez
|
ca1bf717b3
|
Implement Quote support in markdown widget
|
2025-06-27 16:47:54 +02:00 |
|
Brock Szuszczewicz
|
482d348230
|
Use Limits::min directly in scrollable::layout
|
2025-06-27 00:02:30 +02:00 |
|
Héctor Ramón Jiménez
|
8578a1362b
|
Fix clippy lints for Rust 1.88 🎉
|
2025-06-27 00:00:49 +02:00 |
|
Héctor Ramón Jiménez
|
5ca5000cdc
|
Add elided lifetimes to view helpers in examples
|
2025-06-24 14:29:36 +02:00 |
|
Héctor Ramón Jiménez
|
73f5569f28
|
Add program::Preset and emulator::Mode
|
2025-06-04 19:17:11 +02:00 |
|
Héctor Ramón Jiménez
|
921467b5be
|
Draft Instruction DSL in iced_test
|
2025-05-31 02:46:46 +02:00 |
|
Héctor Ramón Jiménez
|
7afbb89ebf
|
Add snap field to rule::Style
|
2025-05-30 18:11:38 +02:00 |
|
Héctor Ramón Jiménez
|
54a9f1b770
|
Snap rule widget to the pixel grid
|
2025-05-30 18:09:40 +02:00 |
|
Héctor Ramón Jiménez
|
327522eb99
|
Draft test recorder structure in iced_devtools
|
2025-05-30 03:06:57 +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
|
6230f4c0bd
|
Make space in toggler integral
|
2025-05-28 22:56:56 +02:00 |
|
Héctor Ramón Jiménez
|
9d4e849a0e
|
Revert "Merge pull request #2962 from iced-rs/fix/blurry-quads"
This reverts commit 03326b955b, reversing
changes made to 7c5a4bc465.
|
2025-05-28 22:51:10 +02:00 |
|
Héctor Ramón Jiménez
|
3881d68b7e
|
Round translation to integral units in scrollable
|
2025-05-28 20:51:01 +02:00 |
|
Héctor Ramón Jiménez
|
15aa94c0f1
|
Try to align quad and image primitives in iced_wgpu
|
2025-05-26 23:59:15 +02:00 |
|
Héctor Ramón Jiménez
|
3aedbd5844
|
Snap quad primitives to the pixel grid (once again!)
Let's hope this approach handles common cases better.
|
2025-05-25 21:27:00 +02:00 |
|
Héctor Ramón Jiménez
|
7c5a4bc465
|
Fix right padding in toggler when no label is present
Fixes #2942
|
2025-05-17 19:04:29 +02:00 |
|
Héctor Ramón Jiménez
|
5de7bc83bd
|
Implement Clone for text_editor::Content
|
2025-05-16 01:09:53 +02:00 |
|
Héctor Ramón Jiménez
|
9a7ea88d55
|
Fix clippy lints for Rust 1.87
|
2025-05-15 20:52:27 +02:00 |
|
Héctor Ramón Jiménez
|
204c4773d5
|
Add expand method to image widget
|
2025-05-15 20:38:28 +02:00 |
|
Héctor Ramón Jiménez
|
6155100767
|
Allow Overlay::overlay to borrow Layout
|
2025-05-15 16:32:49 +02:00 |
|
Héctor Ramón Jiménez
|
0290364936
|
Use Key trait to remove Cow in pop widget
|
2025-05-13 16:42:38 +02:00 |
|
Héctor Ramón Jiménez
|
508ad512d6
|
Make key in pop widget generic
|
2025-05-13 15:10:44 +02:00 |
|
Héctor Ramón Jiménez
|
6bf709e03e
|
Make anchoring explicit and improve reusability of text pipelines
|
2025-05-04 03:54:42 +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
|
6a1f99e99d
|
Fix unaligned checkmark in checkbox
|
2025-05-03 22:29:14 +02:00 |
|
Héctor Ramón Jiménez
|
f031b99196
|
Return change flag in paragraph::Plain::update
|
2025-05-03 05:53:19 +02:00 |
|
Héctor Ramón Jiménez
|
7e4c02b3f6
|
Set is_scrollbar_visible to true by default
This should optimize the worst layout case—when
scrollables with a lot of content are first shown.
|
2025-05-03 04:24:07 +02:00 |
|
Héctor Ramón Jiménez
|
f78a87c409
|
Show embedded scrollbars only when necessary in scrollable
|
2025-05-03 04:15:18 +02:00 |
|
Héctor Ramón Jiménez
|
7a81e638a3
|
Remove unnecessary redraw request in mouse_area
|
2025-05-03 00:51:18 +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
|
aa2a50110d
|
Fix inconsistency in pane_grid
|
2025-05-01 17:12:14 +02:00 |
|
Héctor Ramón Jiménez
|
d2fa3d298c
|
Fix pane_grid split count not using local maximum
|
2025-05-01 16:59:36 +02:00 |
|
Héctor
|
dc69fdee46
|
Merge pull request #2916 from iced-rs/feature/float-widget
`float` widget and other cool stuff
|
2025-05-01 03:16:26 +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 |
|