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 |
|
bungoboingo
|
e36daa6f93
|
Removed glutin MW support and reverted glutin changes back to Iced master since it's being axed as we speak.
|
2023-02-28 13:44:36 -08:00 |
|
bungoboingo
|
51296572c0
|
Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support
# Conflicts:
# glutin/src/application.rs
# winit/src/icon.rs
|
2023-02-28 13:08:30 -08:00 |
|
Héctor Ramón Jiménez
|
a0597471b8
|
Remove iced_glutin and iced_glow leftovers
|
2023-02-24 13:38:18 +01:00 |
|
Cory Forsstrom
|
07a7681dba
|
Remove logging large bytes arrays
|
2023-02-23 09:31:48 -08: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
|
2d427455ce
|
Iced master merge (again)
|
2023-02-17 13:01:40 -08:00 |
|
Bingus
|
3c095aa3f0
|
Merged in iced master
|
2023-02-15 14:56:15 -08:00 |
|
Bingus
|
64e0e817c2
|
Widget operations for multi-window.
|
2023-02-15 14:31:16 -08: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
|
35c0fa3b00
|
Bump versions in READMEs
|
2023-01-14 01:14:02 +01: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 |
|
Héctor Ramón Jiménez
|
507820a843
|
Fix grammar of TODO comment in application modules
|
2023-01-13 18:19:05 +01:00 |
|
Héctor Ramón Jiménez
|
c6d0046102
|
Use instant instead of wasm-timer in iced_core
|
2023-01-12 06:25:59 +01:00 |
|
Héctor Ramón Jiménez
|
fc54d6ba31
|
Use instant to fix Wasm target
|
2023-01-12 05:26:39 +01:00 |
|
Héctor Ramón Jiménez
|
e2ddef7438
|
Replace Option<Instant> with RedrawRequest enum
|
2023-01-12 05:18:25 +01:00 |
|
Héctor Ramón Jiménez
|
a980024bbf
|
Implement widget redraw support in iced_glutin
|
2023-01-12 03:11:08 +01:00 |
|
bungoboingo
|
f78ccd9af9
|
Removed glutin's individual multi_window state since 0.30+ doesn't have its own event crate anymore
|
2023-01-09 11:48:34 -08:00 |
|
bungoboingo
|
3e5d34f25f
|
Formatting
|
2023-01-09 11:28:07 -08:00 |
|
bungoboingo
|
ec41918ec4
|
Implemented window title update functionality for multiwindow.
|
2023-01-09 11:28:07 -08:00 |
|
Bingus
|
1944e98f82
|
Fix multi-window example for Glutin on MacOS
|
2023-01-09 11:28:07 -08:00 |
|
bungoboingo
|
942f1c91af
|
merged in iced master
|
2023-01-09 11:28:07 -08:00 |
|
Richard
|
5e4e410b18
|
remove windows method (use commands instead)
|
2023-01-09 11:28:07 -08:00 |
|
Richard
|
ac20f35c62
|
update glutin\multi_window to new surface api
|
2023-01-09 11:28:07 -08:00 |
|
Richard
|
0553062be1
|
update iced_glutin to use new surface api
|
2023-01-09 11:28:06 -08:00 |
|
Richard
|
aa7164fdde
|
update glutin to 0.30
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
f93fa02543
|
introduce window::spawn and window::close
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
1bc0c480f9
|
move window settings to iced_native
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
a386788b67
|
use glutin/multi_window branch
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
ce43514eac
|
copy multi_window::Event from iced_winit
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
064407635a
|
implement multi_window for iced_glutin
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
0ad53a3d5c
|
add window::Id to Event and Action
|
2023-01-09 11:27:04 -08:00 |
|
Richard
|
974cc6b6f5
|
Introduce multi_window to iced_glutin
|
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 |
|
Bingus
|
c5cd236b73
|
Initial profiling support for Iced.
|
2023-01-09 18:52:38 +01:00 |
|
Héctor Ramón Jiménez
|
b5ab50b2a8
|
Implement window::close action and remove should_exit
|
2022-12-15 03:06:04 +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
|
b0e8bafb6c
|
Bump versions 🎉
|
2022-11-10 01:20:11 +01:00 |
|
icedrocket
|
be17295001
|
fix: enable application feature required in iced_glutin
|
2022-11-02 15:57:55 +09:00 |
|
Wyatt Herkamp
|
7ec4747304
|
Update winit and glutin forks
|
2022-08-29 14:20:02 +02:00 |
|
Héctor Ramón Jiménez
|
c08c78ad17
|
Fix invisible window on Windows
... by reverting the changes that were supposed to hide the window
initially and only show it after rendering the first frame.
|
2022-08-26 19:48:40 +02:00 |
|
Héctor Ramón Jiménez
|
277b848ad8
|
Remove window::Mode and introduce Settings::visible
Additionally, only show the window once one frame has been rendered to avoid blank flashes on Windows.
|
2022-08-18 14:09:20 +02:00 |
|
Héctor Ramón Jiménez
|
6dac049db5
|
Fix clippy lints 🎉
|
2022-07-28 04:00:06 +02:00 |
|
Héctor Ramón Jiménez
|
80688689aa
|
Draft widget operations
|
2022-07-28 02:46:51 +02:00 |
|
Héctor Ramón Jiménez
|
2f76a10a1d
|
Fix further clippy lints
... and explicitly annotate crates as well.
|
2022-07-09 18:03:59 +02:00 |
|
Héctor Ramón Jiménez
|
bb07d017e8
|
Add Style variant support to application::StyleSheet
|
2022-07-08 20:07:33 +02:00 |
|
Héctor Ramón Jiménez
|
c807abdfd7
|
Fix Theme not being refreshed in iced_glutin
|
2022-06-25 05:30:48 +02:00 |
|
Héctor Ramón Jiménez
|
7f3b7075db
|
Rename theme::Definition to application::StyleSheet
|
2022-05-26 19:02:15 +02:00 |
|