Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -324/+0 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-24 | 1 | -2/+1 | |
| | |||||
* | Overhaul `Font` type to allow font family selection | 2023-02-24 | 1 | -6/+7 | |
| | |||||
* | Use `Pixels` for `spacing` | 2023-02-17 | 1 | -4/+4 | |
| | |||||
* | Use `Pixels` for `size` methods | 2023-02-17 | 1 | -2/+2 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -5/+5 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -10/+6 | |
| | |||||
* | Rename `is_checked` to `is_toggled` in `Toggler` | 2023-01-02 | 1 | -9/+9 | |
| | |||||
* | Use same name & order for toggler::new and helper | 2022-12-22 | 1 | -9/+9 | |
| | | | | | | | The helper function for the toggler widget switched the order and name of the arguments passed when creating the toggler widget. This just standardizes the order whether the dev is using the helper or the associated function. | ||||
* | Fix `clippy` lints for Rust 1.66 | 2022-12-20 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -2/+2 | |
|\ | |||||
| * | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 1 | -2/+2 | |
| | | |||||
* | | non uniform border radius for quads | 2022-11-03 | 1 | -2/+2 | |
|/ | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -1/+4 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -2/+5 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -5/+5 | |
| | |||||
* | Implement theme styling for `Toggler` | 2022-06-01 | 1 | -11/+21 | |
| | | | | ... and wire up theming to the `styling` example. | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -0/+1 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Fix broken intra-doc links in documentation | 2022-04-30 | 1 | -0/+2 | |
| | |||||
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -2/+1 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -10/+2 | |
|\ | |||||
| * | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -10/+2 | |
| | | |||||
* | | Introduce lifetime to `on_change` handler for `Toggler` | 2022-02-13 | 1 | -2/+2 | |
|/ | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -0/+1 | |
| | |||||
* | Lower text::Renderer's Font bound from Copy to Clone | 2021-12-10 | 1 | -2/+2 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -3/+3 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Rename `fill_rectangle` to `fill_quad` in `Renderer` | 2021-11-04 | 1 | -14/+22 | |
| | |||||
* | Move `viewport` argument to last position in `mouse_interaction` methods | 2021-11-02 | 1 | -1/+1 | |
| | | | | This keeps the order of the arguments consistent with `draw`. | ||||
* | Fix missing lifetime in doc example for `Toggler` | 2021-11-01 | 1 | -1/+1 | |
| | |||||
* | Introduce state lifetime for `style_sheet` in `Toggler` | 2021-10-31 | 1 | -7/+8 | |
| | |||||
* | Introduce first-class `text` module in `iced_native` | 2021-10-31 | 1 | -6/+6 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -2/+3 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `Toggler` | 2021-10-28 | 1 | -0/+13 | |
| | |||||
* | Implement `Widget::draw` for `Toggler` | 2021-10-28 | 1 | -53/+91 | |
| | |||||
* | Implement `Widget::draw` for `TextInput` | 2021-10-20 | 1 | -5/+4 | |
| | |||||
* | Move `Defaults` from `iced_graphics` to `iced_native` | 2021-10-18 | 1 | -1/+2 | |
| | |||||
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 1 | -57/+31 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -8/+13 | |
| | |||||
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | 2021-09-20 | 1 | -3/+3 | |
| | |||||
* | Use intra-doc links in `Toggler` docs | 2021-06-03 | 1 | -23/+0 | |
| | |||||
* | Rename `text_align` to `text_alignment` in `Toggler` | 2021-06-03 | 1 | -8/+6 | |
| | |||||
* | Update documentation of `Toggler` | 2021-06-03 | 1 | -1/+1 | |
| | |||||
* | Change label of `Toggler` to optional | 2021-06-03 | 1 | -29/+45 | |
| | |||||
* | Add alignment of `Toggler` label. | 2021-06-03 | 1 | -1/+25 | |
| | |||||
* | fix missing semicolon in doc test | 2021-06-03 | 1 | -1/+1 | |
| | |||||
* | Implement `Toggler` widget for iced_native | 2021-06-03 | 1 | -0/+262 | |