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
/
winit
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Draft `Shell:request_redraw` API
Héctor Ramón Jiménez
2023-01-12
1
-11
/
+61
*
|
Added tracing to multi_window applications
Bingus
2023-01-13
4
-16
/
+54
*
|
Formatting
bungoboingo
2023-01-09
1
-3
/
+6
*
|
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
4
-105
/
+138
*
|
Fix multi-window example for Glutin on MacOS
Bingus
2023-01-09
1
-0
/
+1
*
|
Fixed issue with window ID on winit
bungoboingo
2023-01-09
1
-51
/
+59
*
|
merged in iced master
bungoboingo
2023-01-09
2
-2
/
+22
*
|
remove `windows` method (use commands instead)
Richard
2023-01-09
2
-27
/
+2
*
|
introduce `window::spawn` and `window::close`
Richard
2023-01-09
3
-34
/
+66
*
|
move window settings to `iced_native`
Richard
2023-01-09
4
-24
/
+203
*
|
add `window::Id` to `Event` and `Action`
Richard
2023-01-09
4
-72
/
+84
*
|
Split `Surface` and `Window`
Richard
2023-01-09
1
-47
/
+35
*
|
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
2
-4
/
+15
*
|
Allow closing the window from user code
Richard
2023-01-09
2
-20
/
+68
*
|
add `window::Id` to `view`
Richard
2023-01-09
1
-9
/
+26
*
|
fix: temporarily add `window::Id` to
Richard
2023-01-09
1
-18
/
+35
*
|
what is this
Richard
2023-01-09
2
-153
/
+284
*
|
Introduce opaque `window::Id` type
Richard
2023-01-09
3
-12
/
+16
*
|
Synchronize window list with `windows` method
Richard
2023-01-09
2
-15
/
+79
*
|
fix: temporalily remove the unsafe pointer `HWND`
Richard
2023-01-09
2
-5
/
+5
*
|
Internally wrap `Message` with a `Event` enum
Richard
2023-01-09
1
-15
/
+28
*
|
Use map of windows internally
Richard
2023-01-09
1
-11
/
+19
*
|
Unify `Application` and `Program`
Richard
2023-01-09
1
-4
/
+24
*
|
Introduce `multi_window` in `iced_winit`
Richard
2023-01-09
4
-0
/
+958
|
/
*
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
2023-01-09
4
-6
/
+127
*
Initial profiling support for Iced.
Bingus
2023-01-09
2
-12
/
+56
*
Rename `FocusWindow` to `GainFocus` in `window::Action`
Héctor Ramón Jiménez
2023-01-02
1
-1
/
+1
*
Add `FocusWindow` to `window::Action`
Night_Hunter
2023-01-02
1
-0
/
+1
*
Create conversion function for `user_attention` in `iced_winit`
Héctor Ramón Jiménez
2023-01-02
3
-11
/
+21
*
Add `RequestUserAttention` to `window::Action`
Night_Hunter
2023-01-02
1
-6
/
+16
*
Implement `window::close` action and remove `should_exit`
Héctor Ramón Jiménez
2022-12-15
2
-9
/
+14
*
add toggle decorations action
Night_Hunter
2022-12-10
1
-0
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
3
-10
/
+10
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
2
-7
/
+7
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-4
/
+4
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-2
/
+2
*
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
2022-11-09
1
-2
/
+2
*
Allow providing a DOM identifier as a `target` for Wasm
Héctor Ramón Jiménez
2022-11-05
5
-8
/
+34
*
Allow to replace an element instead of append to body
traxys
2022-11-05
1
-3
/
+8
*
feat: Add window minimize support
Michael Aaron Murphy
2022-10-11
2
-0
/
+8
*
feat: Add window maximize support
Michael Aaron Murphy
2022-10-11
2
-0
/
+16
*
feat: Add window drag support from winit
Michael Aaron Murphy
2022-10-11
2
-0
/
+8
*
Add application feature, which allows to build freestanding wgpu app
aentity
2022-09-26
2
-0
/
+3
*
New short OS Version field; update doc strings
Clark Moody
2022-09-23
1
-0
/
+1
*
Improve code styling in `application::State`
Héctor Ramón Jiménez
2022-09-20
1
-10
/
+6
*
fix: formatting
Ashley Wulber
2022-09-10
1
-2
/
+7
*
fix: sync size of window and viewport
Ashley Wulber
2022-09-10
1
-3
/
+6
*
Return `Mode::Hidden` in `window::Action::FetchMode`
Héctor Ramón Jiménez
2022-08-29
1
-1
/
+5
*
Update `winit` and `glutin` forks
Wyatt Herkamp
2022-08-29
4
-9
/
+9
[prev]
[next]