Héctor Ramón Jiménez
201245a85d
Update cosmic-text to 0.13
2025-03-10 19:54:04 +01:00
Héctor Ramón Jiménez
fb2544021a
Update wgpu to 24 and use cryoglyph fork
...
Co-authored-by: Winfried Baumann <codewing@web.de>
2025-03-09 01:38:34 +01:00
Héctor Ramón Jiménez
873311558f
Darken background of Dark theme
2025-02-22 02:29:57 +01:00
Héctor Ramón Jiménez
9b79aa567a
Recreate todos snapshot test
2025-02-22 01:03:04 +01:00
Héctor Ramón Jiménez
954f49d4d7
Add weakest and strongest to Background palette
...
... and tweak background shade generation logic.
2025-02-22 00:34:55 +01:00
Héctor Ramón Jiménez
800a73ddd7
Use new async || closure syntax 🎉
2025-02-21 02:01:42 +01:00
Héctor Ramón Jiménez
c12beecd38
Remove unnecessary Future imports
2025-02-21 01:41:56 +01:00
Héctor Ramón Jiménez
7ca4e7c5ba
Simplify imports of clock example
2025-02-21 01:37:14 +01:00
Héctor Ramón Jiménez
91af1c5ed6
Update all examples to Rust 2024
2025-02-21 01:37:14 +01:00
Héctor Ramón Jiménez
ffc412d6b7
Implement delay for pop widget 🎉
2025-02-19 07:23:50 +01:00
Héctor
d7563ee94a
Merge pull request #2780 from l4l/forked-wasmtimer
...
Use working wasmtimer for time::every
2025-02-16 22:40:57 +01:00
Héctor
d6848977bc
Merge pull request #2797 from AMS21/fix_2794
...
Fix system informations `cpu_brand` always being empty
2025-02-15 14:15:43 +01:00
Héctor Ramón Jiménez
8694eeb5c5
Use SI metrics for memory in system_information example
2025-02-15 14:06:10 +01:00
Héctor Ramón Jiménez
eab723866e
Replace with function with Function trait
2025-02-11 10:36:45 +01:00
Héctor Ramón Jiménez
0c528be2ea
Introduce with helper and use sipper in gallery example
2025-02-11 03:41:29 +01:00
Héctor Ramón Jiménez
9f21eae152
Introduce Task::map_with
2025-02-11 02:34:10 +01:00
Héctor Ramón Jiménez
06ece6a8c3
Remove unneded let _ = in websocket example
2025-02-11 01:32:51 +01:00
Héctor Ramón Jiménez
f37d068af5
Rewrite websocket example using sipper
2025-02-11 01:27:51 +01:00
Héctor Ramón Jiménez
05618ea9b3
Use sipper in download_progress
2025-02-11 00:56:14 +01:00
Héctor Ramón Jiménez
e0d60d5839
Increase blurhash fade in duration and adjust easing in gallery example
2025-02-09 08:28:29 +01:00
Héctor Ramón Jiménez
80ccbb8357
Create explicit Thumbnail struct in gallery example
2025-02-09 08:12:04 +01:00
Héctor Ramón Jiménez
ec4d007a4c
Simplify gallery example a bit
2025-02-09 08:02:05 +01:00
Héctor Ramón Jiménez
17395e8320
Use to_owned instead of to_string in gallery example
2025-02-09 06:40:48 +01:00
Héctor Ramón Jiménez
f3ae4266e9
Implement From<u32> instead of u16 for Length and Pixels
2025-02-09 06:38:48 +01:00
Cory Forsstrom
ab236376a3
Add blurhash to gallery
2025-02-06 14:44:11 -08:00
Héctor Ramón Jiménez
c7711e59ab
Add language to Item::CodeBlock in markdown
2025-02-05 01:33:16 +01:00
Héctor Ramón Jiménez
f8c71a20a9
Rename on_link_clicked to on_link_click
2025-02-04 21:22:01 +01:00
Héctor Ramón Jiménez
e8020f3eaf
Add Copy action to code blocks in markdown example
2025-02-04 20:58:06 +01:00
Héctor Ramón Jiménez
387abafa3a
Add alt and title to markdown images
2025-02-04 20:19:25 +01:00
Héctor Ramón Jiménez
a6e64eac6f
Animate image fade in in markdown example
2025-02-04 19:57:51 +01:00
Héctor Ramón Jiménez
24cf355e96
Fix documentation of markdown and rich_text
2025-02-04 19:07:24 +01:00
Héctor Ramón Jiménez
5655998761
Draft Viewer trait for markdown
2025-02-04 07:53:56 +01:00
Héctor Ramón Jiménez
afef368d8a
Take Event by reference in Widget::update
2025-02-04 01:26:59 +01:00
Kitsu
6a584af141
Use working wasmtimer for time::every
2025-02-02 22:44:05 -03:00
Héctor Ramón Jiménez
569ef13ac9
Fix broken references when parsing markdown streams
2025-02-02 04:01:57 +01:00
Héctor Ramón Jiménez
e78d7f0e51
Add on_resize handler to pop widget 🎉
2025-02-02 01:48:42 +01:00
Héctor Ramón Jiménez
095859ed57
Add new constructor for markdown::Content
2025-01-31 20:50:07 +01:00
Héctor Ramón Jiménez
4b8fc23840
Implement markdown incremental code highlighting
2025-01-31 20:37:07 +01:00
Héctor Ramón Jiménez
128058ea94
Draft incremental markdown parsing
...
Specially useful when dealing with long Markdown
streams, like LLMs.
2025-01-31 17:35:38 +01:00
rhysd
f51ce47f37
Replace unmaintained directories-next crate with directories crate
...
[`directories-next`][1] crate is no longer maintained and
[`directories`][2] crate is still maintained. `directories-next`
had been forked from `directories` but it died because the original
`directories` crate revived the maintenance.
[1]: https://crates.io/crates/directories-next
[2]: https://crates.io/crates/directories
2025-01-29 00:45:14 +09:00
Héctor Ramón Jiménez
87165ccd29
Introduce LineEnding to editor and fix inconsistencies
2025-01-28 06:23:38 +01:00
Héctor Ramón Jiménez
cd445f758f
Display grid placeholder when loading gallery example
2025-01-28 03:25:18 +01:00
Héctor Ramón Jiménez
23d42d2827
Rename Animation::in_progress to is_animating
2025-01-28 03:04:31 +01:00
Héctor Ramón Jiménez
086b06553b
Remove unnecessary endpoint function in gallery example
2025-01-27 20:47:59 +01:00
Héctor Ramón Jiménez
e1ad0910f0
Change period to Week in gallery example
2025-01-27 20:46:47 +01:00
Héctor Ramón Jiménez
e2c52c9728
Implement AI gallery example 🎉
...
It displays the most popular daily images of Civitai!
2025-01-27 05:01:43 +01:00
Héctor Ramón Jiménez
ce07acf6fe
Make all Color constructors const 🎉
2025-01-27 01:09:16 +01:00
Héctor Ramón Jiménez
a22d96aae9
Implement support for vertical ProgressBar
...
Co-authored-by: MG_REX <49415741+ThisIsRex@users.noreply.github.com>
2025-01-24 21:41:18 +01:00
Héctor
5eedf5798c
Merge pull request #2747 from iced-rs/time-repeat-subscription
...
Implement `time::repeat` and simplify `Subscription::run_with`
2025-01-24 18:59:44 +01:00
Héctor Ramón Jiménez
3d893ae01b
Add Duration helpers to time module
2025-01-24 18:47:34 +01:00