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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `weakest` and `strongest` to `Background` palette
Héctor Ramón Jiménez
2025-02-22
1
-5
/
+22
*
Take `Event` by reference in `Widget::update`
Héctor Ramón Jiménez
2025-02-04
1
-1
/
+1
*
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
2024-12-10
1
-0
/
+10
*
Fix new `clippy` lints
Héctor Ramón Jiménez
2024-12-02
1
-2
/
+2
*
Rename `Widget::on_event` to `update`
Héctor Ramón Jiménez
2024-11-05
1
-1
/
+1
*
Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`
Héctor Ramón Jiménez
2024-11-05
1
-7
/
+4
*
Split `Shell::request_redraw` into two different methods
Héctor Ramón Jiménez
2024-11-05
1
-7
/
+5
*
Implement `reactive-rendering` for `checkbox`
Héctor Ramón Jiménez
2024-11-05
1
-14
/
+35
*
Add `PartialEq` derives for widget styles
BradySimon
2024-10-14
1
-1
/
+1
*
Fix various typos
bbb651
2024-09-29
1
-2
/
+2
*
Show `checkbox` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-7
/
+53
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-1
/
+11
*
Fix `text::State` downcast in some widgets
Héctor Ramón Jiménez
2024-07-19
1
-1
/
+3
*
Use generic `Content` in `Text` to avoid reallocation in `fill_text`
Héctor Ramón Jiménez
2024-04-01
1
-1
/
+1
*
Use `Catalog` approach for all widgets
Héctor Ramón Jiménez
2024-03-24
1
-6
/
+6
*
Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`
Héctor Ramón Jiménez
2024-03-24
1
-41
/
+58
*
Use closures for `Checkbox::style`
Héctor Ramón Jiménez
2024-03-12
1
-11
/
+14
*
Make `Checkbox`, `Radio`, and `Toggler` default sizes consistent
Héctor Ramón Jiménez
2024-03-08
1
-2
/
+2
*
Leverage `DefaultStyle` traits instead of `Default`
Héctor Ramón Jiménez
2024-03-07
1
-18
/
+15
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-5
/
+3
*
Use `Style` struct pattern instead of trait for all widgets
Héctor Ramón Jiménez
2024-03-06
1
-13
/
+27
*
Reduce default size of `checkbox` to `15.0`
Héctor Ramón Jiménez
2024-03-05
1
-4
/
+4
*
Simplify theming for `Checkbox` widget
Héctor Ramón Jiménez
2024-03-05
1
-21
/
+191
*
Simplify theming for `Text` widget
Héctor Ramón Jiménez
2024-03-04
1
-1
/
+1
*
Simplify `draw` logic in `Checkbox`
Héctor Ramón Jiménez
2024-02-01
1
-8
/
+6
*
Simplify `on_toggle_maybe` for `Checkbox`
Héctor Ramón Jiménez
2024-02-01
1
-2
/
+1
*
Simplify `checkbox` example
Héctor Ramón Jiménez
2024-02-01
1
-1
/
+1
*
Introduce support for disabling a `checkbox`
Alexander van Saase
2024-02-01
1
-17
/
+43
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-18
/
+22
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-3
/
+1
*
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-1
/
+1
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+1
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+5
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-1
/
+3
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
1
-3
/
+3
|
\
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-3
/
+3
*
|
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-2
/
+2
*
|
Reduce default spacing of `Checkbox`
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-47
/
+56
|
/
*
Add viewport to Widget::on_event
Cory Forsstrom
2023-07-15
1
-0
/
+1
*
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
2023-06-08
1
-3
/
+3
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-9
/
+8
*
clippy
Casper Storm
2023-05-23
1
-1
/
+1
*
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+5
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-0
/
+14
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-3
/
+16
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-0
/
+2
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-11
/
+11
*
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+323