Commit graph

1460 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
eadd7b8e81
Smooth out auto-scrolling speed scaling in scrollable 2025-11-28 06:29:25 +01:00
Héctor Ramón Jiménez
519e7ae414
Add auto_scroll method to scrollable widget 2025-11-28 06:08:20 +01:00
Héctor Ramón Jiménez
defd59584f
Use seconds helper in tooltip example 2025-11-27 04:15:34 +01:00
Héctor Ramón Jiménez
77708f0574
Avoid constant redraws when tooltip follows cursor 2025-11-27 04:12:07 +01:00
Kiëd Llaentenn
5ec23c1243
Add delay suppport for tooltip widget 2025-11-27 04:06:43 +01:00
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
30d9a2ff57
Use container style helpers directly in toast example 2025-11-25 23:24:36 +01:00
mariinkys
1b40f89fdd
add warning status to toast 2025-11-25 23:19:29 +01:00
Héctor Ramón Jiménez
e937bf2bac
Introduce Pipeline trait in wgpu::primitive
Co-authored-by: roguetechh <roguedotllc@gmail.com>
2025-11-25 09:36:25 +01:00
Héctor Ramón Jiménez
a4829306cb
Enable default-features for iced_wgpu in integration example 2025-11-25 09:13:09 +01:00
Sebastiano Giordano
0d2aa41dee
Make label optional for checkbox widget 2025-11-25 08:58:44 +01:00
Héctor Ramón Jiménez
da9aaf4113
Add "Responsive" section to layout example
Co-authored-by: tigerros <tigerros@users.noreply.github.com>
2025-11-24 10:43:49 +01:00
Héctor Ramón Jiménez
8bfd099c59
Remove trailing comma in svg example 2025-11-21 21:49:01 +01:00
Héctor Ramón Jiménez
43077364c5
Use path directly in svg example 2025-11-21 21:48:22 +01:00
Héctor
c67f523818
Merge pull request #2992 from semiversus/mailto
Remove `Url::scheme` check in `markdown::parse_with`
2025-11-21 05:22:20 +01:00
Dave Horner
11cbfd8a65
Enable derive feature for serde in changelog example
Co-authored-by: davehorner <davehorner@users.noreply.github.com>
2025-11-21 04:53:38 +01:00
Héctor Ramón Jiménez
918e45824a
Stop parsing Url in markdown
CommonMark accepts any URI.

Co-authored-by: nico2sh <mail@nico2sh.com>
2025-11-21 04:45:11 +01:00
Joonas Satka
56bb4ce721
Fix render pass viewport in custom_shader example 2025-11-20 01:30:25 +01:00
Héctor
7eb2352c30
Merge pull request #2714 from mytdragon/combobox-text-shaping
Add `text_shaping` method to `combo_box` widget
2025-11-20 01:18:03 +01:00
MYT
d5e02408bb
Add text_shaping method to combo_box widget 2025-11-20 01:08:29 +01:00
Héctor Ramón Jiménez
c9830b4a9b
Use window::run in editor example 2025-11-20 00:42:56 +01:00
Integral
6f5b53eec0
Replace format! with concat! for string literals 2025-11-19 00:11:31 +01:00
thorn132
d33e18ec40
Fix integration example 2025-11-18 23:45:12 +01:00
Leonie Theobald
1ae3b5e96a
Implement is_focused selector and unify selector API 2025-11-18 23:03:41 +01:00
Héctor Ramón Jiménez
d0df7c689d
Simplify editor example a bit 2025-11-15 22:46:05 +01:00
Sosthène Guédon
0024fc0eb1
Add .id method and text_editor::focus task 2025-11-15 22:45:07 +01:00
Héctor Ramón Jiménez
085c8fae8d
Add screenshot helpers to iced_test 2025-11-12 00:53:10 +01:00
Héctor Ramón Jiménez
b6a0adf2d9
Clamp image border radius to clip_bounds dimensions
Fixes #3100.
2025-11-01 15:41:13 +01:00
Héctor Ramón Jiménez
ca23e6f793
Update wgpu to 27 2025-10-31 14:14:33 +01:00
Héctor Ramón Jiménez
54239c55ae
Derive Default implementations wherever possible 2025-10-30 23:46:59 +01:00
Héctor Ramón Jiménez
867fe819c0
Add explicit error handling to image loading 2025-10-28 21:19:25 +01:00
Héctor Ramón Jiménez
8b12b313a9
Share reqwest::Client in gallery example 2025-10-26 04:22:11 +01:00
Héctor Ramón Jiménez
42d592d87b
Filter out videos from gallery example 2025-10-25 23:11:41 +02:00
Héctor Ramón Jiménez
44e68aa4b6
Add border radius support for image 2025-10-25 23:00:25 +02:00
Héctor Ramón Jiménez
c896cd8d31
Decode images in parallel in gallery example 2025-10-25 22:59:30 +02:00
Héctor Ramón Jiménez
23039e758e
Introduce explicit image::allocate API 2025-10-25 22:59:30 +02:00
Héctor Ramón Jiménez
6fa54f7f6b
Decode on the fly in gallery example
Use `release` mode. Image decoding is terribly slow
in `debug` mode!
2025-10-25 22:59:30 +02:00
Héctor Ramón Jiménez
cb8d2710da
Draft multi-threaded image rendering in iced_wgpu 2025-10-25 22:59:29 +02:00
Héctor Ramón Jiménez
714c4982d6
Use Task::discard in websocket example 2025-09-23 02:27:42 +02:00
Héctor Ramón Jiménez
8a1462b54c
Update Ice example in documentation 2025-09-23 02:11:02 +02:00
Héctor Ramón Jiménez
79d501f9a5
Remove at from mouse instructions in Ice syntax 2025-09-20 17:33:57 +02:00
Héctor Ramón Jiménez
364b68f030
Rename Mode::Impatient to Immediate 2025-09-20 15:50:07 +02:00
Héctor Ramón Jiménez
8f87a2bc2e
Make rule API consistent with space 2025-09-19 18:09:59 +02:00
Héctor Ramón Jiménez
afac7be7d1
Rename selector::visible_bounds to delineate 2025-09-18 00:00:59 +02:00
Héctor Ramón Jiménez
611f89fc59
Rename space_{x,y} to space::{horizontal,vertical} 2025-09-18 00:00:56 +02:00
Héctor Ramón Jiménez
299eb54d6f
Improve naming in iced_selector crate 2025-09-17 22:56:58 +02: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
89b7585465
Rename *_space to space_x and space_y 2025-09-11 07:13:11 +02:00
Héctor Ramón Jiménez
c684fbd6af
Rename horizontal_rule to rule and introduce Rule::vertical 2025-09-11 06:51:53 +02:00
Héctor Ramón Jiménez
c70ce5af89
Add id helper to selector module 2025-09-11 06:24:13 +02:00