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
/
examples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
3
-6
/
+6
2023-06-28
Fix `loading_spinners` example
Héctor Ramón Jiménez
2
-8
/
+10
2023-06-27
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
1
-13
/
+13
2023-06-27
Make vertical scroll properties optional
Austin M. Reppert
1
-9
/
+9
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-4
/
+5
2023-06-21
Center `Submit` button vertically in `styling` example
Héctor Ramón Jiménez
1
-1
/
+3
2023-06-14
Add nested picklist to modal example
Cory Forsstrom
1
-2
/
+55
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-1
/
+6
2023-06-09
refactor: remove unnecessary canvas complexity
Nick Senger
1
-120
/
+67
2023-06-08
comment: fix typo
Nick Senger
1
-4
/
+4
2023-06-08
Use `mouse::Cursor` in `integration` example
Héctor Ramón Jiménez
1
-15
/
+27
2023-06-08
Extend cursor availability to the shell level
Héctor Ramón Jiménez
1
-2
/
+3
2023-06-08
Increase width of controls in `pane_grid` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
5
-17
/
+16
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
13
-98
/
+95
2023-06-08
Adjusted offscreen pass to be a render pass vs compute for compat with web-co...
Bingus
1
-1
/
+1
2023-06-08
fix: RedrawRequest::NextFrame -> RedrawRequest::At()
Nick Senger
2
-2
/
+10
2023-06-08
comment: cleanup imports
Nick Senger
4
-65
/
+58
2023-06-07
fix: rotation in terms of duration
Nick Senger
1
-29
/
+54
2023-06-07
feat: use lyon for easing
Nick Senger
7
-116
/
+214
2023-06-07
feat: add progress indicators example
Nick Senger
6
-0
/
+948
2023-06-06
Fix width of crop labels in `screenshot` example (again)
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Rearrange controls of the `screenshot` example
Héctor Ramón Jiménez
1
-32
/
+52
2023-06-06
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
1
-2
/
+3
2023-06-06
Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-06
Avoid `iced_image` import in `screenshot` example
Héctor Ramón Jiménez
1
-5
/
+4
2023-06-06
Fix punctuation in `screenshot` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-06
Fix width of crop labels in `screenshot` example
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Create `numeric_input` helper in `screenshot` example
Héctor Ramón Jiménez
1
-44
/
+54
2023-06-06
Use `Container::Box` in `screenshot` example
Héctor Ramón Jiménez
1
-17
/
+1
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2
-0
/
+316
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-9
/
+10
2023-05-25
Use `as_slice` instead of `as_ref` in `checkbox` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-25
Upgrade `palette` dependency
Clark Moody
2
-24
/
+28
2023-05-23
clean up rebase mistake
Casper Storm
1
-19
/
+8
2023-05-23
Extend border radius on relevant widgets
Casper Storm
2
-11
/
+22
2023-05-21
Support conversion from Fn trait to custom theme
Marien Zwart
1
-19
/
+8
2023-05-19
Take pane state internally
Joao Freitas
1
-4
/
+1
2023-05-19
Keep `tour` buttons solid
Héctor Ramón Jiménez
1
-50
/
+5
2023-05-19
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
1
-8
/
+6
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
3
-19
/
+21
2023-05-16
Add pane_grid functionality to split a pane with another pane
Joao Freitas
1
-1
/
+6
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
6
-174
/
+62
2023-05-11
Remove OpenGL mentions in `README`s
Héctor Ramón Jiménez
1
-2
/
+1
2023-05-10
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-08
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-02
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
1
-1
/
+2
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-27
Fix build of `integration` example for Wasm target
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-21
Use `find(..)` instead of `filter(..).next()`
Héctor Ramón Jiménez
1
-2
/
+1
[next]