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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-06
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
1
-2
/
+11
2023-06-01
Fix `quad` glitch when rounding borders of a `Slider` rail
Héctor Ramón Jiménez
2
-10
/
+4
2023-06-01
only add border radius to the visible part
Casper Storm
2
-4
/
+10
2023-06-01
Add border_radius to slider rail
Casper Storm
2
-4
/
+4
2023-06-01
Invalidate `Responsive` layout when size changes without a `view` call
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-23
clippy
Casper Storm
11
-16
/
+15
2023-05-23
Extend border radius on relevant widgets
Casper Storm
2
-21
/
+21
2023-05-23
Avoid drawing empty quads in `widget::scrollable`
Héctor Ramón Jiménez
1
-6
/
+10
2023-05-23
Remove min width 1 from scrollbar & scroller
Cory Forsstrom
1
-4
/
+2
2023-05-19
Rename invert -> swap
Joao Freitas
1
-2
/
+2
2023-05-19
Take pane state internally
Joao Freitas
1
-18
/
+8
2023-05-19
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
1
-1
/
+1
2023-05-19
Remove redundant re-export in `widget::canvas`
Héctor Ramón Jiménez
1
-1
/
+0
2023-05-16
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2
-5
/
+156
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-0
/
+1
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2
-3
/
+1
2023-05-11
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
5
-1
/
+15
2023-05-11
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
1
-3
/
+3
2023-05-10
Fix bounds of `PickList` text label
Héctor Ramón Jiménez
1
-1
/
+3
2023-05-10
Add `line_height` to `pick_list::Icon`
Héctor Ramón Jiménez
1
-5
/
+16
2023-05-08
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
1
-1
/
+5
2023-05-08
Export `Shaping` and `LineHeight` in `widget::text`
Héctor Ramón Jiménez
1
-1
/
+0
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
6
-16
/
+126
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
7
-27
/
+105
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
6
-1
/
+14
2023-04-04
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
5
-7
/
+7
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
10
-10
/
+10
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
49
-0
/
+14380