| Commit message (Expand) | Author | Age | Files | Lines |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -321/+0 |
* | Fix `clippy` lints | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+1 |
* | Fix `checkbox` example | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+1 |
* | Use `Pixels` for `Text::size` | Héctor Ramón Jiménez | 2023-02-24 | 1 | -2/+1 |
* | Overhaul `Font` type to allow font family selection | Héctor Ramón Jiménez | 2023-02-24 | 1 | -6/+7 |
* | Use `Pixels` for `spacing` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -4/+4 |
* | Use `f32` for `Icon::size` in `checkbox` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -2/+2 |
* | Use `Pixels` for `Text::size` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -3/+3 |
* | Use `f32` in `Length::Units` and rename it to `Fixed` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -13/+9 |
* | Added the ability to change checkbox icon | Casper Storm | 2023-02-16 | 1 | -4/+34 |
* | Checkbox: Fix tests with sync'ed helper macro and associated fn | 13r0ck | 2023-01-04 | 1 | -1/+1 |
* | use same name & order for checkbox::new and helper | 13r0ck | 2023-01-04 | 1 | -1/+1 |
* | Merge branch 'master' into non-uniform-border-radius-for-quads | Héctor Ramón Jiménez | 2022-12-02 | 1 | -2/+2 |
|\ |
|
| * | Introduce `Custom` variants for every style in the built-in `Theme` | Héctor Ramón Jiménez | 2022-11-09 | 1 | -2/+2 |
* | | non uniform border radius for quads | Robert Krahn | 2022-11-03 | 1 | -1/+1 |
|/ |
|
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -1/+4 |
* | Address Clippy lints | Poly | 2022-07-09 | 1 | -1/+4 |
* | Introduce `StyleSheet` for `Text` widget | Héctor Ramón Jiménez | 2022-06-29 | 1 | -6/+8 |
* | Implement theme styling for `Checkbox` | Héctor Ramón Jiménez | 2022-06-04 | 1 | -10/+20 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -0/+1 |
* | Fix broken intra-doc links in documentation | Héctor Ramón Jiménez | 2022-04-30 | 1 | -1/+1 |
* | Merge branch 'master' into virtual-widgets | Héctor Ramón Jiménez | 2022-03-07 | 1 | -11/+2 |
|\ |
|
| * | Remove `hash_layout` method from `Widget` trait | Héctor Ramón Jiménez | 2022-02-23 | 1 | -11/+2 |
* | | Implement `Checkbox` in `iced_pure` | Héctor Ramón Jiménez | 2022-02-12 | 1 | -2/+2 |
|/ |
|
* | Remove ambiguous `text_color` attributes for `Checkbox` and `Radio` | Héctor Ramón Jiménez | 2022-01-20 | 1 | -11/+3 |
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | Héctor Ramón Jiménez | 2022-01-11 | 1 | -0/+1 |
* | Change GitHub namespace to new org for all files | LordRatte | 2022-01-03 | 1 | -1/+1 |
* | Lower text::Renderer's Font bound from Copy to Clone | Olivier Pinon | 2021-12-10 | 1 | -2/+2 |
* | Introduce `Shell` type in `iced_native` | Héctor Ramón Jiménez | 2021-11-29 | 1 | -3/+3 |
* | Add checkbox text_color styling | Daniel May | 2021-11-14 | 1 | -12/+12 |
* | 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 |