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
/
src
/
checkbox.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-24
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
1
-6
/
+6
2024-03-24
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
1
-41
/
+58
2024-03-12
Use closures for `Checkbox::style`
Héctor Ramón Jiménez
1
-11
/
+14
2024-03-08
Make `Checkbox`, `Radio`, and `Toggler` default sizes consistent
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-07
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
1
-18
/
+15
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-5
/
+3
2024-03-06
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
1
-13
/
+27
2024-03-05
Reduce default size of `checkbox` to `15.0`
Héctor Ramón Jiménez
1
-4
/
+4
2024-03-05
Simplify theming for `Checkbox` widget
Héctor Ramón Jiménez
1
-21
/
+191
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Simplify `draw` logic in `Checkbox`
Héctor Ramón Jiménez
1
-8
/
+6
2024-02-01
Simplify `on_toggle_maybe` for `Checkbox`
Héctor Ramón Jiménez
1
-2
/
+1
2024-02-01
Simplify `checkbox` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
1
-17
/
+43
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-18
/
+22
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-3
/
+1
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-1
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-3
/
+3
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-2
/
+2
2023-08-30
Reduce default spacing of `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-47
/
+56
2023-07-15
Add viewport to Widget::on_event
Cory Forsstrom
1
-0
/
+1
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-3
/
+3
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-9
/
+8
2023-05-23
clippy
Casper Storm
1
-1
/
+1
2023-05-08
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
1
-1
/
+5
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-0
/
+14
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-3
/
+16
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-17
/
+19
2023-02-24
Fix `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Fix `checkbox` example
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-2
/
+1
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-6
/
+7
2023-02-17
Use `Pixels` for `spacing`
Héctor Ramón Jiménez
1
-4
/
+4
2023-02-17
Use `f32` for `Icon::size` in `checkbox`
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-13
/
+9
2023-02-16
Added the ability to change checkbox icon
Casper Storm
1
-4
/
+34
2023-01-04
Checkbox: Fix tests with sync'ed helper macro and associated fn
13r0ck
1
-1
/
+1
2023-01-04
use same name & order for checkbox::new and helper
13r0ck
1
-1
/
+1
2022-11-09
Introduce `Custom` variants for every style in the built-in `Theme`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-03
non uniform border radius for quads
Robert Krahn
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-1
/
+4
2022-07-09
Address Clippy lints
Poly
1
-1
/
+4
[next]