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
/
native
/
src
/
widget
/
checkbox.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-7
/
+9
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-1
/
+1
*
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+6
*
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-8
/
+8
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+4
*
Implement `Widget::mouse_interaction` for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-0
/
+13
*
Implement `Widget::draw` for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-23
/
+58
*
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-33
/
+22
*
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-5
/
+4
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-4
/
+4
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-49
/
+25
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-5
/
+6
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-2
/
+2
*
Added text color and font options for native radio and checkbox (#831)
zdevwu
2021-05-17
1
-3
/
+11
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+2
*
Turn `Touch` into a `touch::Event` enum
Héctor Ramón Jiménez
2020-12-15
1
-5
/
+2
*
Merge branch 'ios-support-wip' into feature/touch-support
Héctor Ramón Jiménez
2020-12-15
1
-1
/
+6
|
\
|
*
Turn `Touch` into a struct and add finger id
Héctor Ramón Jiménez
2020-03-19
1
-2
/
+5
|
*
Added initial touch events to support iOS
Sebastian Imlay
2020-03-18
1
-2
/
+3
*
|
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-22
/
+2
*
|
Implement event capturing for `Checkbox`
Héctor Ramón Jiménez
2020-11-12
1
-0
/
+2
*
|
Make `Widget::on_event` return an `event::Status`
Héctor Ramón Jiménez
2020-11-12
1
-4
/
+10
*
|
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-0
/
+1
*
|
Fix `Widget::layout` for `Checkbox`
Héctor Ramón Jiménez
2020-07-28
1
-0
/
+1
*
|
Add custom `font` support to `Checkbox`
Héctor Ramón Jiménez
2020-07-28
1
-1
/
+12
*
|
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2020-06-19
1
-5
/
+5
*
|
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
1
-1
/
+1
*
|
Split `Input` mouse event by `ButtonState`
Héctor Ramón Jiménez
2020-04-30
1
-6
/
+2
*
|
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
2020-04-23
1
-2
/
+2
*
|
#288 Renamed XXXWidget to Marker
Olivier Pinon
2020-04-12
1
-2
/
+2
*
|
Remove unnecessary 'static lifetime on Renderer
Olivier Pinon
2020-04-12
1
-3
/
+4
*
|
Checkbox label is now `impl Into<String>`
Dmitry Kashitsyn
2020-04-05
1
-2
/
+2
*
|
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
2020-03-30
1
-2
/
+4
*
|
refactor: remove not mandatory static lifetime
Théo Gaillard
2020-03-30
1
-2
/
+2
|
/
*
Pull `Checkbox` default constants from its `Renderer`
Héctor Ramón Jiménez
2020-02-18
1
-9
/
+17
*
Add size, spacing, and text_size properties to Checkbox
Clark Moody
2020-02-17
1
-7
/
+38
*
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
2020-01-09
1
-0
/
+1
*
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-09
1
-1
/
+1
|
\
|
*
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
2019-12-30
1
-1
/
+1
*
|
Implement styling for `Checkbox`
Héctor Ramón Jiménez
2020-01-07
1
-17
/
+24
*
|
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+2
|
/
*
Allow clipboard access in `Widget::on_event`
Héctor Ramón Jiménez
2019-12-18
1
-1
/
+2
*
Fix `Widget::width` for `Checkbox`
Héctor Ramón Jiménez
2019-12-14
1
-1
/
+1
*
Draft first version of event subscriptions :tada:
Héctor Ramón Jiménez
2019-12-05
1
-2
/
+13
*
Display widget images in documentation
Héctor Ramón Jiménez
2019-11-24
1
-1
/
+1
*
Fix `iced_native` widget examples
Héctor Ramón Jiménez
2019-11-24
1
-1
/
+1
*
Uncomment missing debug implementations rule
Héctor Ramón Jiménez
2019-11-22
1
-0
/
+1
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
1
-3
/
+6
*
Merge branch 'master' into improvement/docs
Héctor Ramón Jiménez
2019-11-21
1
-0
/
+4
|
\
|
*
Make `width` and `height` required methods
Héctor Ramón Jiménez
2019-11-16
1
-0
/
+4
[next]