Commit graph

26 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
25a96f8efc
Attach tester to daemon 2025-10-08 02:53:37 +02:00
Héctor Ramón Jiménez
a052ce58b0
Merge branch 'master' into feature/test-recorder 2025-09-11 04:57:17 +02:00
Héctor Ramón Jiménez
9518573fce
Add Fn suffix to application and daemon traits 2025-09-08 12:29:10 +02:00
Héctor Ramón Jiménez
323b17d458
Write documentation for new ThemeFn traits 2025-09-08 12:11:39 +02:00
Héctor Ramón Jiménez
0111f514a1
Use winit to obtain current theme::Mode 2025-09-08 05:16:20 +02:00
Héctor Ramón Jiménez
74b792b608
Use f32 for scale_factor 2025-09-02 23:29:22 +02:00
Héctor Ramón Jiménez
5417b630a5
Fix Send requirements in WebAssembly builds 2025-08-29 09:07:19 +02:00
Héctor Ramón Jiménez
4f7444bddf
Move tester to a new iced_tester subcrate 2025-08-29 08:39:44 +02:00
Héctor Ramón Jiménez
14de69704d
Centralize debug::hot in Program implementations 2025-08-27 02:42:28 +02:00
Héctor Ramón Jiménez
0b00fcfff5
Remove test feature and expose Preset unconditionally 2025-08-27 02:33:58 +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
10bbe44c30
Draft experimental hotpatching support 🎉
Thanks to `subsecond` by the Dioxus folks!
2025-06-24 14:30:09 +02:00
Héctor Ramón Jiménez
16556b51bc
Draft Emulator in iced_test 2025-05-31 04:34:54 +02:00
Héctor Ramón Jiménez
d39022432c
Remove unnecessary into calls in application 2025-05-13 22:33:44 +02:00
Héctor Ramón Jiménez
8c87f67d6d
Remove some indirection in application traits
Skill issue, though.
2025-05-13 22:31:37 +02:00
Héctor Ramón Jiménez
e82b10da77
Maintain application metadata in beacon connection 2025-05-01 04:19:44 +02:00
Héctor Ramón Jiménez
d5d4479a53
Draft time-travel debugging feature 2025-04-17 03:24:17 +02:00
Héctor Ramón Jiménez
183fb8a659
Avoid attaching devtools on Wasm 2025-04-09 23:03:16 +02:00
Héctor Ramón Jiménez
bc66866bb8
Attach devtools to daemon when debug is enabled 2025-04-08 13:44:00 +02:00
Héctor Ramón Jiménez
63e66b0320
Fix documentation of application and daemon 2025-03-12 02:24:28 +01:00
Héctor Ramón Jiménez
fd1101bd5f
Unify Program definition in iced_program subcrate 2025-03-12 02:10:42 +01:00
Héctor Ramón Jiménez
1aeb317f2d
Add image and hash snapshot-based testing to iced_test 2024-12-10 04:51:08 +01:00
Héctor Ramón Jiménez
7f4a73e185
Implement executor method for Daemon 2024-09-18 21:47:36 +02:00
Héctor Ramón Jiménez
bdf0430880
Make run_with take a FnOnce 2024-07-15 13:34:22 +02:00
Héctor Ramón Jiménez
e86920be5b
Remove load method from application and daemon
If you need to run a `Task` during boot, use
`run_with` instead!
2024-07-09 00:28:40 +02:00
Héctor Ramón Jiménez
341c9a3c12
Introduce daemon API and unify shell runtimes 2024-06-19 01:53:40 +02:00