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
...
*
|
Merge pull request #1907 from alec-deason/master
Héctor Ramón
2023-07-12
7
-51
/
+85
|
\
\
|
*
|
Update `resvg` dependency to `0.35`
Héctor Ramón Jiménez
2023-07-12
2
-2
/
+2
|
*
|
Improve code style in `vector` modules
Héctor Ramón Jiménez
2023-07-12
2
-22
/
+24
|
*
|
Fix import consistency for `bytemuck`
Héctor Ramón Jiménez
2023-07-12
3
-8
/
+6
|
*
|
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
2023-07-12
7
-51
/
+85
|
/
/
*
|
Merge pull request #1692 from tarkah/fix/tooltip-overlay
Héctor Ramón
2023-07-12
1
-102
/
+167
|
\
\
|
*
|
Remove useless conversions in `widget::tooltip`
Héctor Ramón Jiménez
2023-07-12
1
-15
/
+17
|
*
|
Use overlay for `Tooltip` widget
Cory Forsstrom
2023-07-12
1
-97
/
+160
|
/
/
*
|
Merge pull request #1949 from nicksenger/fix/component-overlay-redraw
Héctor Ramón
2023-07-09
1
-0
/
+4
|
\
\
|
*
|
fix: request redraw in component overlay
Nick Senger
2023-07-09
1
-0
/
+4
|
/
/
*
|
Merge pull request #1865 from jhff/pane_grid_edge_with_dragged_pane
Héctor Ramón
2023-07-06
5
-113
/
+285
|
\
\
|
*
|
Remove useless conversion in `widget::pane_grid`
Héctor Ramón Jiménez
2023-07-06
1
-1
/
+1
|
*
|
Introduce `drop` helper to `pane_grid::State`
Héctor Ramón Jiménez
2023-07-06
2
-32
/
+37
|
*
|
Simplify `Target` enum in `widget::pane_grid`
Héctor Ramón Jiménez
2023-07-06
2
-18
/
+9
|
*
|
Call `in_edge` only when `picked_pane.is_some()`
Héctor Ramón Jiménez
2023-07-06
1
-19
/
+21
|
*
|
Reuse code
Joao Freitas
2023-07-06
1
-35
/
+22
|
*
|
Add ability to drag pane to the pane grid edges & optional style for dragged ...
Joao Freitas
2023-07-06
5
-104
/
+291
|
/
/
*
|
Merge pull request #1927 from thunderstorm010/master
Héctor Ramón
2023-07-06
3
-16
/
+31
|
\
\
|
|
/
|
/
|
|
*
Add `fetch_size` helper to `runtime::window`
Héctor Ramón Jiménez
2023-07-06
1
-0
/
+7
|
*
Add missing newline in `core::window`
Héctor Ramón Jiménez
2023-07-06
1
-1
/
+1
|
*
Use `Size` in both `Resize` and `FetchSize` window actions
Héctor Ramón Jiménez
2023-07-06
3
-18
/
+15
|
*
Add FetchSize command - apply the changes discussed at #water-cooler
Yiğit Özdemir
2023-06-22
4
-38
/
+7
|
*
Add command to retrieve window size
Yiğit Özdemir
2023-06-21
4
-0
/
+42
*
|
Merge pull request #1938 from iced-rs/text-cache-modes
Héctor Ramón
2023-06-30
6
-28
/
+99
|
\
\
|
*
|
Trim text measurements only before `layout`
Héctor Ramón Jiménez
2023-06-29
4
-28
/
+30
|
*
|
Revert "Remove `layout` method from `core::Renderer` trait"
Héctor Ramón Jiménez
2023-06-29
3
-9
/
+32
|
*
|
Introduce `Mode` for `text::Cache` and trim only when switching modes
Héctor Ramón Jiménez
2023-06-29
1
-18
/
+64
*
|
|
Merge pull request #1913 from Drakulix/feature/runtime-state-operate
Héctor Ramón
2023-06-29
1
-0
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Keep imports consistent in `program::state`
Héctor Ramón Jiménez
2023-06-29
1
-4
/
+4
|
*
|
Take `Box` instead of reference in `State::operate`
Héctor Ramón Jiménez
2023-06-29
1
-8
/
+8
|
*
|
runtime: Add `operate` method to `program::State`
Victoria Brekenfeld
2023-06-28
1
-0
/
+38
*
|
|
Add touch support for toggler. (#1935)
Austin M. Reppert
2023-06-29
1
-1
/
+3
*
|
|
Merge pull request #1932 from iced-rs/generic-graphics-primitive
Héctor Ramón
2023-06-29
35
-480
/
+867
|
\
\
\
|
*
|
|
Write missing docs in `iced_graphics` and `iced_wgpu`
Héctor Ramón Jiménez
2023-06-29
8
-5
/
+17
|
*
|
|
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
2023-06-29
15
-205
/
+248
|
*
|
|
Remove `layout` method from `core::Renderer` trait
Héctor Ramón Jiménez
2023-06-29
3
-32
/
+9
|
*
|
|
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
28
-263
/
+618
|
/
/
/
*
|
|
Merge pull request #1934 from iced-rs/reuse-text-cache-entries
Héctor Ramón
2023-06-28
10
-83
/
+142
|
\
\
\
|
*
|
|
Retain text measurements as long as original entries
Héctor Ramón Jiménez
2023-06-28
2
-33
/
+36
|
*
|
|
Retain measurements for text entries even if not directly used
Héctor Ramón Jiménez
2023-06-28
2
-4
/
+8
|
*
|
|
Fix needless borrow in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-28
2
-2
/
+2
|
*
|
|
Reuse entries in `text::Cache` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-28
2
-45
/
+74
|
*
|
|
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
2023-06-28
10
-46
/
+69
|
/
/
/
*
|
|
Fix `loading_spinners` example
Héctor Ramón Jiménez
2023-06-28
2
-8
/
+10
*
|
|
Merge pull request #1878 from AustinMReppert/master
Héctor Ramón
2023-06-27
2
-76
/
+114
|
\
\
\
|
*
|
|
Use `Option::filter` instead of `and_then` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-14
/
+6
|
*
|
|
Require a `Direction` when computing `State::offset` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
1
-18
/
+23
|
*
|
|
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
2
-70
/
+61
|
*
|
|
Make vertical scroll properties optional
Austin M. Reppert
2023-06-27
2
-49
/
+99
*
|
|
|
Merge pull request #1902 from nicksenger/loading-spinners
Héctor Ramón
2023-06-27
6
-0
/
+1019
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[prev]
[next]