index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
glutin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-07-12
4
-614
/
+0
|
\
|
*
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
2023-02-24
4
-612
/
+0
*
|
Removed glutin MW support and reverted glutin changes back to Iced master sin...
bungoboingo
2023-02-28
4
-1337
/
+100
*
|
Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support
bungoboingo
2023-02-28
1
-1
/
+1
|
\
|
|
*
Remove logging large bytes arrays
Cory Forsstrom
2023-02-23
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-02-20
2
-5
/
+5
|
\
|
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
2
-5
/
+5
*
|
Iced master merge (again)
Bingus
2023-02-17
1
-4
/
+14
*
|
Merged in iced master
Bingus
2023-02-15
1
-1
/
+1
*
|
Widget operations for multi-window.
Bingus
2023-02-15
1
-55
/
+61
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-01-18
3
-19
/
+74
|
\
|
|
*
Bump versions in `README`s
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-4
/
+4
|
*
Fix grammar of `TODO` comment in `application` modules
Héctor Ramón Jiménez
2023-01-13
1
-3
/
+2
|
*
Use `instant` instead of `wasm-timer` in `iced_core`
Héctor Ramón Jiménez
2023-01-12
2
-2
/
+1
|
*
Use `instant` to fix Wasm target
Héctor Ramón Jiménez
2023-01-12
2
-4
/
+5
|
*
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
2023-01-12
1
-2
/
+10
|
*
Implement widget redraw support in `iced_glutin`
Héctor Ramón Jiménez
2023-01-12
1
-11
/
+61
*
|
Added tracing to multi_window applications
Bingus
2023-01-13
3
-20
/
+40
*
|
Removed glutin's individual multi_window state since 0.30+ doesn't have its o...
bungoboingo
2023-01-09
2
-232
/
+5
*
|
Formatting
bungoboingo
2023-01-09
1
-2
/
+6
*
|
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
3
-112
/
+91
*
|
Fix multi-window example for Glutin on MacOS
Bingus
2023-01-09
2
-75
/
+89
*
|
merged in iced master
bungoboingo
2023-01-09
2
-2
/
+22
*
|
remove `windows` method (use commands instead)
Richard
2023-01-09
2
-24
/
+2
*
|
update `glutin\multi_window` to new surface api
Richard
2023-01-09
2
-98
/
+294
*
|
update `iced_glutin` to use new surface api
Richard
2023-01-09
2
-87
/
+254
*
|
update `glutin` to 0.30
Richard
2023-01-09
1
-2
/
+2
*
|
introduce `window::spawn` and `window::close`
Richard
2023-01-09
1
-34
/
+45
*
|
move window settings to `iced_native`
Richard
2023-01-09
1
-1
/
+3
*
|
use `glutin/multi_window` branch
Richard
2023-01-09
3
-21
/
+27
*
|
copy `multi_window::Event` from `iced_winit`
Richard
2023-01-09
2
-14
/
+491
*
|
implement `multi_window` for `iced_glutin`
Richard
2023-01-09
1
-6
/
+558
*
|
add `window::Id` to `Event` and `Action`
Richard
2023-01-09
1
-0
/
+1
*
|
Introduce `multi_window` to `iced_glutin`
Richard
2023-01-09
3
-0
/
+25
|
/
*
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2023-01-09
2
-11
/
+10
*
Initial profiling support for Iced.
Bingus
2023-01-09
2
-12
/
+38
*
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
2022-12-15
1
-2
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-4
/
+4
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-4
/
+4
*
fix: enable `application` feature required in `iced_glutin`
icedrocket
2022-11-02
1
-0
/
+1
*
Update `winit` and `glutin` forks
Wyatt Herkamp
2022-08-29
2
-6
/
+6
*
Fix invisible window on Windows
Héctor Ramón Jiménez
2022-08-26
1
-19
/
+5
*
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
2022-08-18
1
-6
/
+19
*
Fix `clippy` lints :tada:
Héctor Ramón Jiménez
2022-07-28
1
-3
/
+3
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
1
-20
/
+26
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-4
/
+13
*
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2022-07-08
1
-5
/
+10
*
Fix `Theme` not being refreshed in `iced_glutin`
Héctor Ramón Jiménez
2022-06-25
1
-1
/
+2
*
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
2022-05-26
1
-3
/
+3
[next]