Héctor Ramón Jiménez
|
355f0e0921
|
Fix SIGSEGV on exit in some edge cases
|
2025-09-06 06:02:11 +02:00 |
|
Héctor Ramón Jiménez
|
c65bfd1afb
|
Apply scale_factor to sizing tasks in window
|
2025-09-02 23:33:42 +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
|
d5cd0a6de9
|
Fix lints for Rust 1.89 and bump MSRV to 1.88
|
2025-08-07 22:38:22 +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
|
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
|
301aac794b
|
Decouple mouse::Interaction from UserInterface::draw
|
2025-05-02 23:11:47 +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
|
193a340d6d
|
Include RedrawRequested event in draw debug stage
|
2025-04-10 00:55:25 +02:00 |
|
Héctor Ramón Jiménez
|
132f60c29c
|
Draft toast notification overlay in devtools
|
2025-04-05 20:08:54 +02:00 |
|
Héctor Ramón Jiménez
|
3f67044977
|
Merge branch 'master' into beacon
|
2025-04-05 18:20:31 +02:00 |
|
Héctor Ramón Jiménez
|
e060129951
|
Merge branch 'master' into beacon
|
2025-04-01 02:18:20 +02:00 |
|
Héctor Ramón Jiménez
|
121102e55b
|
Track and report Task::units to debug API
|
2025-03-13 02:07:06 +01:00 |
|
Héctor Ramón Jiménez
|
5f15522368
|
Report theme changes to debug API
|
2025-03-13 00:42:28 +01:00 |
|
Héctor Ramón Jiménez
|
0079a8a3e9
|
Report subscriptions tracked with beacon protocol
|
2025-03-12 16:29:42 +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
|
8bd5de72ea
|
Merge branch 'master' into beacon
|
2025-03-04 19:11:37 +01:00 |
|
Héctor Ramón Jiménez
|
40ea3dabff
|
Bump version to 0.13.0 🎉
|
2024-09-18 02:38:49 +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
|
5cd98f069d
|
Use built-in [lints] table in Cargo.toml
|
2024-04-07 12:42:12 +02:00 |
|
Héctor Ramón Jiménez
|
905f2160e6
|
Move Theme type to iced_core
|
2024-03-07 00:14:41 +01:00 |
|
Héctor Ramón Jiménez
|
dd36893f7a
|
Introduce iced_sentinel and iced_debug crates
|
2024-02-26 07:00:51 +01:00 |
|
Héctor Ramón Jiménez
|
e9862f8913
|
Point doc links to 0.12 branch
|
2024-02-15 03:22:53 +01:00 |
|
Héctor Ramón Jiménez
|
31cccd8f7b
|
Remove unnecessary re-exports in iced_winit
|
2023-12-02 20:56:55 +01:00 |
|
Héctor Ramón Jiménez
|
e09b4e24dd
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |
|
Héctor Ramón Jiménez
|
f137d71e8f
|
Centralize clippy lints in .cargo/config.toml
|
2023-09-20 16:40:03 +02:00 |
|
Héctor Ramón Jiménez
|
f60884f6f8
|
Deny broken_intradoc_links and verify documentation in CI
|
2023-09-09 20:58:45 +02:00 |
|
Héctor Ramón Jiménez
|
126aef88e7
|
Bump versions 🎉
|
2023-07-28 19:48:39 +02:00 |
|
Bingus
|
d53ccc857d
|
refactored window storage;
new helper window events (Destroyed, Created);
clippy + fmt;
|
2023-07-21 13:53:38 -07:00 |
|
Bingus
|
633f405f3f
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
# Conflicts:
# Cargo.toml
# core/src/window/icon.rs
# core/src/window/id.rs
# core/src/window/position.rs
# core/src/window/settings.rs
# examples/integration/src/main.rs
# examples/integration_opengl/src/main.rs
# glutin/src/application.rs
# native/src/subscription.rs
# native/src/window.rs
# runtime/src/window/action.rs
# src/lib.rs
# src/window.rs
# winit/Cargo.toml
# winit/src/application.rs
# winit/src/icon.rs
# winit/src/settings.rs
# winit/src/window.rs
|
2023-07-12 12:23:18 -07:00 |
|
Nico Burns
|
096bcd8988
|
Allow unsafe code
|
2023-05-11 19:41:55 +01:00 |
|
Héctor Ramón Jiménez
|
cf434236e7
|
Enable doc_auto_cfg when generating documentation
|
2023-05-11 17:28:51 +02:00 |
|
Héctor Ramón Jiménez
|
4bae457c37
|
Merge branch 'master' into advanced-text
|
2023-04-17 23:41:12 +02:00 |
|
Héctor Ramón Jiménez
|
c79cc2d2b3
|
Bump versions 🎉
|
2023-04-13 08:41:09 +02:00 |
|
Bingus
|
8ba1843080
|
Code cleanup, clearer comments + removed some unnecessary dupe;
Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways;
Interface dropping;
|
2023-03-13 14:16:45 -07: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
|
3a0d34c024
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
Bingus
|
9565b477ca
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
|
2023-02-20 10:04:36 -08:00 |
|
Héctor Ramón Jiménez
|
0d1656937b
|
Bump versions 🎉
|
2023-02-18 12:04:40 +01:00 |
|
Bingus
|
70d487ba20
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
# Conflicts:
# examples/events/src/main.rs
# glutin/src/application.rs
# native/src/window.rs
# winit/src/window.rs
|
2023-01-18 15:01:17 -08:00 |
|
Héctor Ramón Jiménez
|
9fe46de13f
|
Bump versions 🎉
|
2023-01-14 01:10:28 +01:00 |
|
Bingus
|
790fa3e7a0
|
Added tracing to multi_window applications
|
2023-01-13 12:26:23 -08:00 |
|
Richard
|
1bc0c480f9
|
move window settings to iced_native
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
287306e1eb
|
Introduce multi_window in iced_winit
|
2023-01-09 11:27:04 -08:00 |
|
bungoboingo
|
4b6d3797d4
|
Restructured everything to make profiling a feature of iced_winit.
|
2023-01-09 18:52:38 +01:00 |
|
Héctor Ramón Jiménez
|
4c61f12768
|
Bump versions 🎉
|
2022-12-07 04:44:20 +01:00 |
|
Héctor Ramón Jiménez
|
a6298ba12c
|
Fix outdated links in documentation
|
2022-11-10 18:14:40 +01:00 |
|
aentity
|
78c9d5bedf
|
Add application feature, which allows to build freestanding wgpu app
|
2022-09-26 15:57:30 +02:00 |
|