Commit graph

21 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
8d7aac96d7
Use crates.io release of winit 🎉 2025-12-07 21:25:12 +01:00
Héctor Ramón Jiménez
0159987e93
Export InputMethod type directly in advanced module 2025-11-25 10:45:25 +01:00
alex-ds13
83ad72325c
publicly re-export input_method on advanced
- Re-exports the `input_method` module under the `advanced` feature,
  which might be useful for anyone writing a custom widget with support
  for input method.
2025-11-25 10:45:14 +01:00
Héctor Ramón Jiménez
2e0c03923c
Add custom timing support for comet 2025-04-16 18:17:14 +02:00
Héctor Ramón Jiménez
8bd5de72ea
Merge branch 'master' into beacon 2025-03-04 19:11:37 +01:00
Héctor Ramón Jiménez
9ceb467e6e
Run cargo fmt 2025-02-21 01:37:13 +01:00
Héctor Ramón Jiménez
8f33575719
Expose additional subscription types in advanced 2024-07-30 22:22:28 +02:00
Héctor Ramón Jiménez
950bfc07d4
Export operate constructor in advanced::widget 2024-07-14 23:00:11 +02:00
Héctor Ramón Jiménez
c9e0ed7ca4
Expose from_recipe and into_recipes in advanced::subscription 2024-07-05 02:22:56 +02:00
Héctor Ramón Jiménez
341c9a3c12
Introduce daemon API and unify shell runtimes 2024-06-19 01:53:40 +02:00
Héctor Ramón Jiménez
aaf396256e
Merge branch 'master' into beacon 2024-05-09 12:32:25 +02:00
Héctor Ramón Jiménez
f5bcfec821
Use rustc-hash for most of our HashMap and HashSet instances 2024-04-01 12:00:15 +02:00
Héctor Ramón Jiménez
cdb18e610a
Move Application trait to advanced module 2024-03-17 19:38:42 +01:00
Héctor Ramón Jiménez
d7413a0013
Export iced_debug in iced::advanced module 2024-03-01 22:05:34 +01:00
Héctor Ramón Jiménez
332127f1bc
Export clipboard module in advanced module 2024-02-21 06:23:13 +01:00
Héctor Ramón Jiménez
472fbdf187
Export Hasher in advanced module 2023-03-29 20:32:36 +02:00
Héctor Ramón Jiménez
6d90f764b4
Export iced_graphics in advanced module (for now) 2023-03-29 00:19:12 +02:00
Héctor Ramón Jiménez
2e236869f5
Export iced_core::mouse in advanced module 2023-03-29 00:17:12 +02:00
Héctor Ramón Jiménez
99e0a71504
Rename iced_native to iced_runtime 2023-03-05 06:35:20 +01:00
Héctor Ramón Jiménez
f4cf488e0b
Remove generic Hasher and Event from subscription::Recipe 2023-03-05 04:15:10 +01:00
Héctor Ramón Jiménez
3a0d34c024
Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00