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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
feat: provide `&Dependency` to `Lazy` widget `View`
Nick Senger
2023-01-11
3
-6
/
+10
|
|
/
/
|
*
|
Merge pull request #1644 from nicksenger/fix/lazy-widget
Héctor Ramón
2023-01-11
4
-219
/
+212
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
clippy
Nick Senger
2023-01-10
1
-3
/
+9
|
|
*
add overlays to `Lazy` example
Nick Senger
2023-01-10
1
-24
/
+130
|
|
*
cleanup `Lazy` examples
Nick Senger
2023-01-10
3
-150
/
+1
|
|
*
fix: `Lazy` widget
Nick Senger
2023-01-10
1
-45
/
+75
|
|
/
*
|
Added tracing to multi_window applications
Bingus
2023-01-13
7
-36
/
+94
*
|
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
4
-25
/
+81
*
|
Implemented window title update functionality for multiwindow.
bungoboingo
2023-01-09
14
-235
/
+262
*
|
Fix multi-window example for Glutin on MacOS
Bingus
2023-01-09
3
-75
/
+90
*
|
Fixed issue with window ID on winit
bungoboingo
2023-01-09
3
-51
/
+62
*
|
merged in iced master
bungoboingo
2023-01-09
5
-5
/
+45
*
|
remove `windows` method (use commands instead)
Richard
2023-01-09
6
-73
/
+8
*
|
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
5
-71
/
+123
*
|
move window settings to `iced_native`
Richard
2023-01-09
11
-69
/
+62
*
|
use `glutin/multi_window` branch
Richard
2023-01-09
4
-23
/
+29
*
|
copy `multi_window::Event` from `iced_winit`
Richard
2023-01-09
2
-14
/
+491
*
|
implement `multi_window` for `iced_glutin`
Richard
2023-01-09
3
-9
/
+561
*
|
add `window::Id` to `Event` and `Action`
Richard
2023-01-09
11
-79
/
+100
*
|
Introduce `multi_window` to `iced_glutin`
Richard
2023-01-09
4
-1
/
+26
*
|
Split `Surface` and `Window`
Richard
2023-01-09
1
-47
/
+35
*
|
Introduce `close_requested` for `multi-window`
Richard
2023-01-09
4
-4
/
+26
*
|
Allow closing the window from user code
Richard
2023-01-09
4
-23
/
+76
*
|
create multi-windowed `pane_grid` example
Richard
2023-01-09
1
-101
/
+278
*
|
add `window::Id` to `view`
Richard
2023-01-09
2
-12
/
+35
*
|
duplicate `pane_grid` example to `multi_window`
Richard
2023-01-09
2
-27
/
+355
*
|
fix: temporarily add `window::Id` to
Richard
2023-01-09
1
-18
/
+35
*
|
what is this
Richard
2023-01-09
3
-154
/
+285
*
|
Fix `multi_window` example
Richard
2023-01-09
1
-0
/
+58
*
|
Introduce opaque `window::Id` type
Richard
2023-01-09
6
-12
/
+48
*
|
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
2
-21
/
+35
*
|
Introduce `multi_window` in `iced_winit`
Richard
2023-01-09
5
-1
/
+959
*
|
Introduce `multi_window` from `pure`
Richard
2023-01-09
4
-0
/
+205
|
/
*
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
Héctor Ramón
2023-01-09
12
-521
/
+1043
|
\
|
*
Avoid dragging scroll area when touching scrollbars for `Scrollable`
Héctor Ramón Jiménez
2023-01-08
1
-1
/
+4
|
*
Remove `PartialOrd` implementation for `Rectangle`
Héctor Ramón Jiménez
2023-01-08
2
-7
/
+3
|
*
Enable horizontal scrolling with `Shift+MouseWheel`
Héctor Ramón Jiménez
2023-01-08
1
-1
/
+17
|
*
Add some missing `spacing` to `scrollable` example
Héctor Ramón Jiménez
2023-01-08
1
-0
/
+2
|
*
Introduce `RelativeOffset` type in `scrollable`
Héctor Ramón Jiménez
2023-01-08
6
-69
/
+75
|
*
Reworked Scrollable to account for lack of widget order guarantees.
bungoboingo
2022-12-29
9
-691
/
+618
|
*
Add multidirectional scrolling capabilities to the existing Scrollable.
Bingus
2022-12-29
12
-563
/
+1135
*
|
Merge pull request #1565 from bungoboingo/feat/tracing
Héctor Ramón
2023-01-09
17
-24
/
+276
|
\
\
[prev]
[next]