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
...
|
*
Expose `change_always_on_top` helper in `window` module
Héctor Ramón Jiménez
2023-02-17
1
-4
/
+15
|
*
Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`
Héctor Ramón Jiménez
2023-02-17
1
-11
/
+14
|
*
update docs and change to SetAlwaysOnTop
Night_Hunter
2023-02-17
1
-1
/
+1
|
*
add always on top action
Night_Hunter
2023-02-17
1
-0
/
+3
*
|
Fixed widget animations implementation
Bingus
2023-02-17
1
-26
/
+84
*
|
Merged in iced master
Bingus
2023-02-15
2
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-02-15
5
-29
/
+66
|
\
|
|
*
Hide window until `Renderer` has been initialized
Héctor Ramón Jiménez
2023-02-11
2
-7
/
+16
|
*
Write missing `window::Action` helpers in `window`
Héctor Ramón Jiménez
2023-01-31
1
-5
/
+34
|
*
Improve consistency of `window::Action`
Héctor Ramón Jiménez
2023-01-31
2
-6
/
+6
|
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
2
-3
/
+3
*
|
Widget operations for multi-window.
Bingus
2023-02-15
1
-55
/
+62
*
|
Redraw request events for multiwindow.
Bingus
2023-02-15
1
-3
/
+8
*
|
Added window::Id to multi_window application's scale_factor
Bingus
2023-01-18
2
-3
/
+3
*
|
New iced changes
Bingus
2023-01-18
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feat/multi-window-support
Bingus
2023-01-18
6
-23
/
+80
|
\
|
|
*
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
3
-10
/
+10
|
*
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
-1
/
+2
|
*
Replace `Option<Instant>` with `RedrawRequest` enum
Héctor Ramón Jiménez
2023-01-12
2
-3
/
+11
|
*
Implement `window::frames` subscription
Héctor Ramón Jiménez
2023-01-12
1
-1
/
+1
|
*
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
[prev]
[next]