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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
feat: add progress indicators example
Nick Senger
2023-06-07
6
-0
/
+948
*
|
Merge pull request #1845 from bungoboingo/feat/offscreen-rendering
Héctor Ramón
2023-06-27
2
-0
/
+331
|
\
\
|
*
|
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
2023-06-27
1
-4
/
+5
|
*
|
Adjusted offscreen pass to be a render pass vs compute for compat with web-co...
Bingus
2023-06-08
1
-1
/
+1
|
*
|
Fix width of crop labels in `screenshot` example (again)
Héctor Ramón Jiménez
2023-06-06
1
-4
/
+4
|
*
|
Rearrange controls of the `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-32
/
+52
|
*
|
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
2023-06-06
1
-2
/
+3
|
*
|
Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`
Héctor Ramón Jiménez
2023-06-06
1
-1
/
+1
|
*
|
Avoid `iced_image` import in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-5
/
+4
|
*
|
Fix punctuation in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-2
/
+2
|
*
|
Fix width of crop labels in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-4
/
+4
|
*
|
Create `numeric_input` helper in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-44
/
+54
|
*
|
Use `Container::Box` in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-17
/
+1
|
*
|
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2023-06-06
2
-0
/
+316
|
|
/
*
|
Center `Submit` button vertically in `styling` example
Héctor Ramón Jiménez
2023-06-21
1
-1
/
+3
*
|
Add nested picklist to modal example
Cory Forsstrom
2023-06-14
1
-2
/
+55
*
|
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
2023-06-14
1
-1
/
+6
*
|
Use `mouse::Cursor` in `integration` example
Héctor Ramón Jiménez
2023-06-08
1
-15
/
+27
*
|
Extend cursor availability to the shell level
Héctor Ramón Jiménez
2023-06-08
1
-2
/
+3
*
|
Increase width of controls in `pane_grid` example
Héctor Ramón Jiménez
2023-06-08
1
-1
/
+1
*
|
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
5
-17
/
+16
*
|
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
13
-98
/
+95
|
/
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-9
/
+10
*
Use `as_slice` instead of `as_ref` in `checkbox` example
Héctor Ramón Jiménez
2023-05-25
1
-1
/
+1
*
Upgrade `palette` dependency
Clark Moody
2023-05-25
2
-24
/
+28
*
clean up rebase mistake
Casper Storm
2023-05-23
1
-19
/
+8
*
Extend border radius on relevant widgets
Casper Storm
2023-05-23
2
-11
/
+22
*
Support conversion from Fn trait to custom theme
Marien Zwart
2023-05-21
1
-19
/
+8
*
Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane
Héctor Ramón
2023-05-19
1
-1
/
+3
|
\
|
*
Take pane state internally
Joao Freitas
2023-05-19
1
-4
/
+1
|
*
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
1
-1
/
+6
*
|
Keep `tour` buttons solid
Héctor Ramón Jiménez
2023-05-19
1
-50
/
+5
*
|
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
2023-05-19
1
-8
/
+6
*
|
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
3
-19
/
+21
*
|
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
6
-174
/
+62
|
/
*
Remove OpenGL mentions in `README`s
Héctor Ramón Jiménez
2023-05-11
1
-2
/
+1
*
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
2023-05-10
1
-1
/
+1
*
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
2023-05-08
1
-0
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
2
-5
/
+4
|
\
|
*
Use `find(..)` instead of `filter(..).next()`
Héctor Ramón Jiménez
2023-04-21
1
-2
/
+1
|
*
Use point-free notation
Héctor Ramón Jiménez
2023-04-21
1
-1
/
+1
|
*
wgpu 0.16
David Huculak
2023-04-20
1
-2
/
+1
|
*
Add scrollable `Viewport`
Cory Forsstrom
2023-04-17
1
-3
/
+3
|
*
Add `scroll_to` operation for absolute scroll
Cory Forsstrom
2023-04-14
1
-2
/
+2
*
|
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-05-02
1
-1
/
+2
*
|
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-1
/
+2
*
|
Fix build of `integration` example for Wasm target
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+2
*
|
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
15
-153
/
+201
|
\
|
|
*
Fix Wasm target for `integration_wgpu`
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+2
|
*
Update `env_logger` in `integration_wgpu` example
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
[prev]
[next]